954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

starting to learn JSP, where to begin??

I have installed eclipse and I need to learn JSP as quickly as possible.. I think firstly I need to install JSP plugin for eclipse but I could not find it. Do you have any suggestion for plugins? The syntax of jsp is similar to php or asp.net? or anything else..

thanks..

sivaslieko++
Light Poster
49 posts since Dec 2006
Reputation Points: 11
Solved Threads: 0
 

There is no plugin for JSP you need to install Apache Tomcat on your machine in order to run JSP. Select any of the tutorials found on google to get you started, here

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

hmm, most of those "tutorials" are either utterly and totally wrong or hopelessly outdated, "teaching" the JSP 0.9 coding style which has been out of favour with every serious code for the better part of a decade.

Best to get either Head First Servlets and JSP or Hans Bergsten's JSP book (in the latest edition of course), both published by O'Reilly.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

The tutorials are just how to get Tomcat working with Eclipse not targeted to teach JSP, for that is realy best to pick up book

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You