Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Info on getting started? 1

Status
Not open for further replies.

crazyboybert

Programmer
Jun 27, 2001
798
GB
Hi,

Im new to jsp and though i have some asp and java experience i havent done any work in jsp yet. Im really interested in getting some experience and skills using jsp and would like to know of a reccomended sources of information on getting started with jsp. My company doesnt have any jsp software installed at the moment though we do have a unix box and an NT box i could install some on.

Could anyone reccomend what software i should use to get up and running (it would need to be free to start with) and where i could find information, tips, tutorials etc on using jsp.

Thanks in advance for any help

Rob
 
You'll need a Servlet/JSP Engine and a good book(s). JSP is tied tightly with Servlets (they compile into Servlets) so I suggest you learn Servlets first and then JSP will be easy.

A couple of free Servlet/JSP Engines:
Tomcat (Official Servlet/JSP Implementation):
Resin (Open Source/Costs money if used Commericially):

Good Books:
Definitely pick up Java Servlet Programming by Jason Hunter.
ISBN: 0596000405
Amazon Link:
For JSP I recommend JavaServer Pages by Hans Bergsten
ISBN: 156592746X
Amazon Link:

Good luck, have fun, don't rush, and if you have any questions than feel free to post here.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top