Opensource showcase for MVC in Java Swing

Posted by Regular John on Programmers See other posts from Programmers or by Regular John
Published on 2012-02-16T13:55:36Z Indexed on 2012/03/20 17:38 UTC
Read the original article Hit count: 335

Filed under:
|
|

I've allready created small desktop CRUD applications using Java/Swing. In hindsight I'm not quite sure if the overall design of these applications is good. I've also done some reading on MVC and looked at different Swing-tutorials. My problem is, that I've got a very theroatical knowledge of MVC and on the other hand, most Swing-resources don't implement the MVC-pattern.

Now I would like to get my hands dirty and see how MVC is implemented in Swing in a real-world-application. Are there any opensource project you could recommend? It would be also interesting to have more than one project, to see different approaches.

Best fit would be a software, that uses a relational database in the backend, to see an overall design, that I can compare to my former applications.

© Programmers or respective owner

Related posts about java

Related posts about design-patterns