Hi Folks,
All my development experience has been web-based
J2EE development and never Swing/AWT (apart from university, many years ago)
I was wondering how to use a controller for swing apps and web (
jsp) apps at the same time.
In all instances I have used
servlet based (essentially httprequest / servlet-based) controllers or customized/stuts architectures)
MY QUESTION: Should Swing apps also go thru the same controller as the jsp's would or a different one? Is a servlet-based controller appropriate for a GUI app or should it just speak straight to a SLSB controller?
I find it may involve some replication to split them up...but essentially we need two points of entry to send requests/events through to Business tier, dont we?
Thanks VERY much for your advice. Any input is much appreciated