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

[567 byte] By [kerulea] at [2007-11-26 22:34:27]
# 1
MVC pattern is one of the most used http://en.wikipedia.org/wiki/MVC http://csis.pace.edu/~bergin/mvc/mvcgui.html...
suparenoa at 2007-7-10 11:42:25 > top of Java-index,Desktop,Core GUI APIs...
# 2
thanks for your answer suparemo
kerulea at 2007-7-10 11:42:25 > top of Java-index,Desktop,Core GUI APIs...