tags:

views:

135

answers:

2

The question says it all; what are some good introductory resources for getting a good overview of J2EE framework(preferably ones with examples)?

+3  A: 

The Java EE Tutorials is the best place to start.

Bill the Lizard
+1  A: 

For noobs?

http://java.sun.com/javaee/reference/tutorials/

Struts + examples:

http://www.roseindia.net/struts/

Jstl + examples:

http://www.developer.com/java/ejb/article.php/1447551

Tom
Personally, I think roseindea has pretty poor tutorials.
Jesse