Hi,
We have a new project that has a rich client (Swing).
Here is the design that we have finalised:
Swing application (deployed in IBM WAS 5.0)
|
| (invokes)
Business Delegate
|
|(invokes)
Session Facade (Stateless Session
EJB's)
|
| (invokes) DB@ database for Search operations oe Entity EJB for Insert.
Entity Beans
Presently, we do not have
SERVLETS as Controllers. From Swing based on Events, we invoke the Business Delegates directly.
I'd like to know if this is OK or should we open any SOCKET/URL Connection to invoke SERVLETS?
I'd like to have your suggestions incase if you have implemented similar application.
Thanks and Regards,
Suresh Selvaraj