I am trying to find tutorials for java web logic applications that use eclipse as IDE for development. I have failed to found a tutorial for beginners. Can anyone help me?
Asked
Active
Viewed 36 times
1
-
Your question is a bit confusing, Weblogic and Tomcat are both Java EE containers. How do you intend to use both? – Elliott Frisch Jan 20 '14 at 18:19
-
Hum, ok so basically weblogic is the oracle server like tomcat is the apache server? – JoaoFilipeClementeMartins Jan 20 '14 at 18:22
-
1Almost. Weblogic is a full Java EE application server, Tomcat only meets the "Web Profile"; unless you add a few things... like [TomEE](http://tomee.apache.org/). – Elliott Frisch Jan 20 '14 at 18:26
-
Thank you, i edited the question to suit better what i need. Do you know any tutorial? – JoaoFilipeClementeMartins Jan 20 '14 at 18:27