• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is required to begin?

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to start working with JSP but currently have not put much time into this technology. Could someone please tell me if I need to download a special API from Sun to create JSPs or if the standard SDK download has everythink that I need.
Thank you for your response.
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The standard Java 2 API does not contain JSP classes. You will need to download the JSP specific classes from Sun/other vendors.
You will also need a web server to test and deploy your applications.
Follow this link to know more. http://www.javasoft.com/products/jsp/download.html
Ashwin.

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat works quite nicely for learning. Go to
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/ and download jakarta-tomcat-4.0-b3.zip. This is beta 3 of Tomcat 4.0. Very easy to install - just unzip the .zip file and double-click on bin/startup. It has a built-in HTTP server (good enough for development and testing) and all the JSP/servlet API jar files.
------------------
Phil Hanna
Author of :
JSP: The Complete Reference
Instant Java Servlets
 
Ranch Hand
Posts: 255
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may want to get a book, or if you have little knowledge i'd get a book on beginning java.
------------------
In Gates we trust. Yeah right....
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic