Beginner |
|
Joined: Thu Apr 19, 2007 9:52 am Posts: 27
|
In my understanding, you can use session EJB with session facade pattern. But if you are not willing to use an Application Server, The next best thing is to use RMI. In future when you want to convert your front end to web application you still can use RMI for remote calls or directly invoke your code from Web App(bypassing RMI flow) and if you want to convert your RMI stuff into EJB that too would be very easy transition.
_________________ Regards,
Mahen
http://www.discoverabout.net
http://funnfacts.discoverabout.net
|
|