Author
Help on servlet and JSp
ms raaghu
Ranch Hand
Joined: Jul 10, 2009
Posts: 63
Hi ...
where can i find a good source to start off with servlet and jsp ?
Please help by providing a good link to start on ..
swapnl patil
Ranch Hand
Joined: Aug 13, 2007
Posts: 80
posted Dec 06, 2009 23:19:59
0
Buy Head First for Servlet & JSP book.
You can also find the related territorial on www.roseindia.net
ms raaghu
Ranch Hand
Joined: Jul 10, 2009
Posts: 63
Thanks...
But there isnt any other source for the same ...
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35246
posted Dec 07, 2009 00:32:43
0
You can also find the related territorial on www.roseindia.net
... tutorial ...? I don't recommend that web site to anyone. It's full of errors and bad practices; stay away.
Android apps – ImageJ plugins – Java web charts
ms raaghu
Ranch Hand
Joined: Jul 10, 2009
Posts: 63
Oh k ... can you please prefer any otherthing ..please suggest need it badly
swapnl patil
Ranch Hand
Joined: Aug 13, 2007
Posts: 80
posted Dec 07, 2009 02:02:59
0
Then Try this ,
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
http://www.jsptube.com/
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35246
posted Dec 07, 2009 02:11:55
0
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
While that's a decent introduction to servlets , the JSP section is seriously outdated, using scriptlets where these days one would use JSTL and EL. So disregard its JSP chapter.
subject: Help on servlet and JSp