| Author |
Getting Started
|
Jacob Steingart
Ranch Hand
Joined: Mar 28, 2008
Posts: 63
|
|
|
Hey, I want to try JSP just to fool around with it, but I'm not sure where to begin. What do I need to compile/display JSP? What web hosting service can I use that supports JSP? Any hints will be greatly appreciated.
|
I never know what to put in my signature...
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
There are several open source containers that you can download for free to get started doing development on your own machine.
I like Tomcat.
http://tomcat.apache.org
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Jacob Steingart
Ranch Hand
Joined: Mar 28, 2008
Posts: 63
|
|
|
Aha, I'm starting to see how this works. Which version do you suggest? 6.x?
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Start with the latest stable version.
|
 |
 |
|
|
subject: Getting Started
|
|
|