small website for learning Servlets

X

xarora

Hi !

I am trying to learn Java Servlets on my own. And then I will move on
to JSPs. However, to learn Servlets I think it would be a good idea to
have a (very) small example website handy to read/study code and
understand the concepts.
So, Does anyone know of a simple java servlet script that I can use to
teach myself the concepts. I am reading from the book - but examples
are trivial, or very short. I am looking for an example where I can
apply fundamenals of ------
"form-processing", "session tracking", and "exceptional handling"

Maybe a small site which has the following features would be a good
idea (but I couldn't find such a script):
-User registeration form
-User login (with remember username/password option to use session
tracking)
- login to the control panel and do anything, say, leave a message.
- logout

I'd be really thankful if you have something of this sort to help me
read/study code. It would really help me in learning servlets,
understanding how data flows from one servlet to another, how we keep
track of session from one servlet to another servlet, etc.

Thanks again!
xarora
 
X

xarora

I see.

I already have a book. I am looking for an uncomplicated website where
I can see all these concepts together in action(form-processing,session
tracking, cookies, exception handling).

But thank you very much for the links, nonetheless. More information is
always welcome :)
 
D

davis1313

Here is another resource for you:
http://java.sun.com/products/servlet/
which I found through apache.org (Jakarta, Tomcat in the menu(s) on the
left) .Also, I seem to remember finding several Servlets and JSPs
included as example when I downloaded a copy of Tomcat.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top