Posts Tagged ‘Architectural pattern

23
Aug
07

MVC paradigm in practise for desktop apps?

While I use MVC when writing web apps I had problem lately, how to write Swing app (beloved Jesh of course) using that pattern. I’ve found two solutions, one on the Sun site, by Robert Eckstein and the other here, by Joseph Bergin, Pace University. It’s funny that there’s not a lot of info about MVC and desktop apps. I’ll pick solution by Mister Bergin for now, the other has bad licensing issue, not GPL compatible I guess. Anyway, we’ll see how the MVC works for Jesh, hope that won’t be lost time :)