You don't need apache, Tomee alone is enough. JavaEE covers many areas (UI, persistence, dependency injection, etc...) so you have to see which areas interest you. I suggest going through a good JavaEE book.
If you just want to see how things work, search for a javaEE example like movie fun. Follow instructions to deploy it to Tomee. It should be a matter of building the example war with Maven and them copying the war to Tomee/webapps folder. Start tomee. You can access the war at localhost:8080/warFileName. -- View this message in context: http://openejb.979440.n4.nabble.com/New-to-JaveEE-tp4656506p4656507.html Sent from the OpenEJB User mailing list archive at Nabble.com.
