Darnit
04-03-2004, 06:58 PM
Hey there,
I have had a class on Java and I have gotten quite the hang of how to work with it in a terminal and GUI. I know the structures and how to create / use objects so now I would like to get started with JSP. Any good links / java includes? Thanks in advanced.
Darnit
04-03-2004, 07:05 PM
O yea, btw if you have a yearlong project idea (anything actually like a simple game) you have, could you give me that because I have to have a project for my next year class. I was thinking of a simple game like sokoban what do you think?
stdunbar
04-03-2004, 07:42 PM
You'll want to check out Tomcat - http://jakarta.apache.org/tomcat/ for a decent Java servlet/JSP engine. Sorry though, no ideas about games.
wuzgood
04-03-2004, 10:36 PM
try like snake, frogger, space invaders or something =P
ilyash
04-03-2004, 11:38 PM
Games are aplets, bot JSP's.
Keep that in mind.
Also, for JSP try coding a forum, its good for learning.
javapro
07-30-2004, 02:49 AM
I would recommend using Jetty (jetty.mortbay.org) for a lightweight easy-to-use web container for working with JSP files.
ilyash
07-30-2004, 09:49 PM
wow.. you replied to a 3 month old thread for that? lol
i made an error 3 months ago lol
"bot" should be "not" lol
Veghost
08-02-2004, 07:02 PM
A link on JSP and servlets:
http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/
javapro
08-19-2004, 01:14 AM
Whenever I see Tomcat recommended for a servlet container I always feel obligated to provide the better alternative: Jetty.
xelav
08-19-2004, 09:40 AM
start from Java site
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
there are a lot of tutorials, on J2sdk, j2ee and also jsp