Although, I do not work with JSP and has no idea why one would want to use JSP to develop his or her web site, here is a seemingly good beginner or newbie tutorial on developing a web site with JSP. As far as I am concerned, everything about java is full of disappointments. Php or even Asp is much more efficient in web developing. Not to mention easier!
The article is in 11 parts that discusses how to develop a web application that consists of HTML pages and JavaServer Pages (JSPs).
Developing JavaServer Pages
The Code for the HTML Page that Calls the JSP
Imitating HTML
How to Create a JSP
How to Use the Methods of the Request Object
Retrieving Multiple Values
How to Request a JSP
Using Get and Post Methods
Using the Post Method
Managing Java Classes
Class Location
In the beginning it says:
As you will see, JSPs work fine as long as the amount of processing that's required for each page is limited. lol. Now that is the sign of a good server side scripting language!
The URL is
[http://www.devshed.com/]
c/a/Java/Developing-JavaServer-Pages
** Here is an excellent Tutorials & Code Camps Fundamentals of Java Servlets from Java sun site itself.
Tutorial URL at [http://java.sun.com/developer/]
onlineTraining/Servlets/Fundamentals/
You will start learning to build client/server programs with HTML interfaces. It mainly teaches:
Learn how to use the Java Servlet API
Create and run a servlet with the JSDK
Install a servlet in Sun's Java Web Server
Process parameters from HTML forms
Manage middle-tier processing
You can download the entire java servlet course in your hard disk for learning.
Download JSP course from
[http://java.sun.com/developer/onlineTraining/]
Servlets/Fundamentals/servletfundamentals.zip
Enjoy.
_________________
Dust fills my eyes / Clouds roll by / and I roll with them / Centuries cry / Orders fly / and I fall again
Afford best design, implement best solution. Outsource your web design.
Last edited by quantum on Fri Jul 02, 04 3:55 am; edited 2 times in total