Hello all, this may be a bit off topic, but any help is appreciated.
I am just getting started with SCA in my recent project I used plain old RMI services. Now I want to have SCA :) with Web Service Binding. So I implemented a simple service. So I learned I have to build a war file that is deployed to tomcat then. What do I need in this warfile. I mean the web.xml with the listener config, the libraries, anything else ? And my second question is a bit more architectural. I want my services to use ejb3/hibernate persistence layer. I don't want to use the embedded Jboss because I had much trouble with it before, so plain hibernate. How do I implement the all-araund environment for my services ? they need access to the entitymanager (Service would be cool, then I can use inection) How do I tell Tomcat to initialize the environment (start the EntityManagerFactory etc) Would be glad if someone could figure this out for me because I simply have no idea. Just getting started :) Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
