How to call EJB using Struts framework
843830Oct 14 2007 — edited Oct 14 2007HI All,
I am trying to find out what is the best way to call business logic components (eg. session beans) using the Struts framework.
I have read that the Action class can be used along with a Business Delegate pattern and Session facade to accomplish this. Is this the only way to do this, are there any other options? I am interested to know how exactly it is done in big enterprise level applications?
If there are any tutorial links or sample code I would be extremely grateful! Will really appreciate any thoughts.