Forum Moderators: coopster & phranque

Message Too Old, No Replies

Java Server Pages

Time for me to learn this....

         

txbakers

5:09 am on Feb 8, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Has any one come across the "definitive" tutorial and reference for writing and working with JSPs?

I need to become the expert in a new field and I can use some points in the right direction.

thanks.

sugarkane

2:50 pm on Feb 8, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Like you, JSP is something I really need to look into... I don't know of any 'definitive' tutorial, but here's a couple of places to start:

Servlet Tutorial [apl.jhu.edu]
jspin.com tutorials [jspin.com]

Let me know if you find the ultimate tutorial :)

MaliciousDan

3:13 pm on Feb 8, 2002 (gmt 0)

10+ Year Member



Since it seems pretty common for people to have some misconceptions about this, here's a couple of basics...

JSP is just an extension of the Java programming langauge, writing a JSP page is easier if you are familiar with the langauge, there are probably several tutorials out there that focus on learning just JSP, and you might be able to do something with that, I'd recommend learning the basics of Java first.

Java is not just compiled javascript, they are similarly named and they have similar syntax (both based off C++) but that's about as far as it goes there.

The Java Tutorial (Covers all areas of Java) [java.sun.com] Visit the servlet section [java.sun.com] on the same site for information on Servlets and JSP (Servlets work like mod_perl, while using JSP is comparable to ASP).