EJB 3 and Struts
Hey.. I programmed the last 1-2 month with Struts 1.3 simple Web-Application. I have talked with the database about simple sql-queries. Now I want to write the backend with ejb 3, but in all tutrials they write that I have to start the hole application in an EAR-File an deploy it in the application server.
But is the application-server not only necessary for the ejb side and not for the struts? Can I use the ejb in a application-server and the website part in a tomcat on a other server? Or must they always be in the same application server?
Thanks.. sry for the very bad english, I hope you understand the problem..

