views:

30

answers:

1

Hi gangs,

I am just asking about a very quick book/article (about 100-200 pages) about JSP/Servelts that the one that already knows JSP/Servlet can use to refresh it's knowledge in short time (1 day or so).

It is better to be a free book/tutorial.

Thanks in advance.

A: 

If you are already versed in J2EE, then you might do well with the straight up Sun Java EE 6 Tutorial (PDF Version). 714 pages on the pdf, but it is broken up by section and JSP & Servlets alone aren't too bad. It is very free.

REW
Good point, thanks.But did you realized what they did in the web tutorial!! They are moving new developers toward learning JSF directly without a good background in Servlets/JSP(7 chapters out of 8 are about JSF!)
Mohammed
Yeah, they are pushing JSF hard. I think that the emergence of more tools for JPA + JSF have made this push to counter act the really drag and drop you get with Visual Studio and .NET web apps.
REW