Java Server Pages (JSP)
 
JavaServer Pages� (JSP) is a web-scripting technology similar Microsoft Active Server Pages (ASP). However, it's more easily extensible than  ASP, and it isn't proprietary to any one vendor or any particular web server. Although the JSP specification has been managed by Sun Microsystems, any vendors can implement JSP in their own systems.

Java Server Pages are HTML pages extended with a number of mechanisms to allow dynamic content to be added to the page as it is sent to the client. All processing of JSP HTML extensions is done on the server and each of the extensions is either removed or replaced before the page is sent to the client. No additional client support is required. 

Java Server Pages is very easy to learn and helps to use the Java technology for the page designing .It helps to separate the presentation layer from the business layer .

JSP Basics

 

JSP vs. ASP

 

Tutorials& Examples

 

Using JavaBeans

Advanced JSP

 

Software & Servers
Other JSP sites