Originally Posted by
Nicholas Jordan
First, get Marty Hall's book on the subject. Second, get the Servlet Development Kit from the Sun Java Developer site. Third, view any sources found by open web search as solely get-going materials. Fourth, jsp looks a lot like html except that java code goes inside tags that look like <% %> Fourth is that you will need an editor, there may be no IDE for jsp yet. That is a dicey statement for surely someone has come up with something already.
These tags are remarkable in that one may start writing real Java inside the tags, there are a few others. They look similar.
Have you ever coded in any language?