Design Patterns for java swing application front a J2EE server
Hi,
i dont nkow that i stay in the correct forum. I am development a java swing client application, no web, and i dont know that if there are any patterns for a client of this type.
I have readed http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html
but after of Buissnes Delegate pattern, the others one, over ejb tier, are applicated only for web clients, using servlets and jsp pages.
If i have a swing client application, what patterns i must folow for implement the client logic of my swing application?
thanks

