Learning J2EE

I have got acquainted myself to Core Java and was thinking of learning J2EE, today I surfed around the net for some tutorials, and got totally confused, on which technogies to start with.

I would be obliged if any1 can tell me the flow of technologies I should follow, and link to any good tutorials or any book for that matter

[340 byte] By [enterneoa] at [2007-11-27 10:34:54]
# 1

> I have got acquainted myself to Core Java and was

> thinking of learning J2EE, today I surfed around the

> net for some tutorials, and got totally confused, on

> which technogies to start with.

>

> I would be obliged if any1 can tell me the flow of

> technologies I should follow, and link to any good

> tutorials or any book for that matter

wellcome to the world of J2EE my brother. The problem is not learning. the problem is running all those servlets, jsp, jsf, etc. I can tell you this much. if you really wanted to run applications asap then download eclipse and this is a good resource which might help you

http://www.eclipse.org/articles/Article-EclipseDbWebapps/article.html

Now if you would like to learn the manual way then buy a book which contains on installing tomcat and other stuff. i found coreservlets website very good.

Good luck

lrngjavaa at 2007-7-28 18:31:50 > top of Java-index,Java Essentials,Java Programming...
# 2

> The problem is not learning. the problem is running all those

> servlets, jsp, jsf, etc. I can tell you this much.

You should really stop sniffing glue: it's affecting the little number of braincell you have left!

@OP: Have a look at these:

Your First Cup: An Introduction to the Java EE Platform"

http://java.sun.com/javaee/5/docs/firstcup/doc/toc.html

The Java EE 5 Tutorial:

http://java.sun.com/javaee/5/docs/tutorial/doc/

prometheuzza at 2007-7-28 18:31:50 > top of Java-index,Java Essentials,Java Programming...