"S. Jyotinarayan" wrote:
> Hi all
> Please let me know what are the tools, software (J2SDK then what else) I
> need to start using JSP.
> Thanx in advance
> Jyotinarayan.
>
You need at least two things:
* A Java Development Kit (JDK) -- I would recommend a 1.3 version
if it's supported on the platform you are planning to use
* A servet container that supports the 2.2 or later version of the
servlet API, and the 1.1 or later version of the JSP spec. There
are lots to choose from -- I personally work on (and use) Tomcat
<http://jakarta.apache.org/tomcat>. The latest production release
is 3.2.1, or you can try the version 4.0 beta that was released today.
Beyond that, if you like using an IDE for development, there are lots of choices.
I am an old EMACS hacker myself, so I'm not the right person to ask for comments on
the relative merits of these tools.
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets