Since swing doesn’t use traditional mvc where would you put the database interaction code?

  • overflowOP
    link
    14 years ago

    I know but I’d rather use the same pattern as swing

    • Ephera
      link
      24 years ago

      Well, I’m not aware of it encouraging or enforcing any such pattern. I’m certainly not an expert in Swing, but I was shortly taught about it in university (where I think, they taught MVC pattern alongside) and I built a mid-sized application with it, using the MVC pattern.