PDA

View Full Version : JSP help required


ScorpionZ
07-13-2007, 11:48 AM
Hi i am Scorp,
I need to learn JSP, could anyone give the tutorial for JSP, to learn it step by step.... just like we learn HTML step by step from
http://www.w3schools.com
so that whenever i create any of my JSP i should get it everything in knowledge step by step....

just to remind one important thing i have a Tomcat Server install on my PC
Thanx

ess
07-13-2007, 12:32 PM
here is a comprehensive tutorial on JSP from Sun Microsystems.
http://java.sun.com/products/jsp/docs.html

I am afraid learning JSP is not going to be an easy ride. There are many frameworks, tools etc...that makes JSP even more of a hassle to learn.

I am not trying to say that it is not worth while to learn JSP...I am just trying point out that there are loads of things you need to learn...and you need to be patient with the technology.

I would recommend that you use a tool like NetBeans or Eclipes...as they make developing JSP projects much easier and straight forward.

You can download NetBeans from here
http://www.netbeans.org/

Alternatively, you can download Eclipes from here.
http://www.eclipse.org/

Note: there are many tutorials on Netbeans website...and on the net that might be helpful...if you have just started learning JSP.

Cheers,
Ess

ScorpionZ
07-13-2007, 12:48 PM
first of all i would like to Thanx to you for such a nice help
The reason for learning of my JSP is that i required this on creating Web Application...... to understand the way of its use...
and i am using myEclipse for all this and using the Java language....
using a Spring Framework...
uptill now i just write the ant script to create JSP pages but now its is required to made the changes on this and for that i have to learn JSP....
so thats the story is all about....

Do you have any idea of DWR(Direct Web Remoting)??
How to write the code in this.. is there any sequence or rules to follow to create DWR.?