Hi all,
I have a design issue on which I would appreciate some input.
I am aiming to develop a 3 tiers
JDBC application . It is a rather small application, using Open Source resources -(db, containers - if needed, etc.)
The client side preferably will be a SWING UI (fixed). The DB side poses no real issue, it is an RDBMS. The issue really is the middle tier. It seems that
EJB is the easier way, compared to creating a whole library to mimic EJBs. Is it really OK to use SWING and EJB?
Any comments would be very welcome. Thanks.