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
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