JavaServer Pages

JavaServer Pages (JSP) are application components coded to the JavaServer Pages Specification. JavaServer Pages enable the separation of the Hypertext Markup Language (HTML) code from the business logic in web pages so that HTML programmers and Java programmers can more easily collaborate in creating and maintaining pages.

JSP files support a division of roles:

HTML authors
Develop JSP files that access databases and reusable Java components, such as servlets and beans.
Java programmers
Create the reusable Java components and provide the HTML authors with the component names and attributes.
Database administrators
Provide the HTML authors with the name of the database access and table information.

WebSphere® Application Server Version 8.0 supports the JSP 2.1 specification.




Subtopics
JSP class file generation
Packages and directories for generated .java and .class files
JSP class loading settings
JavaServer Pages (JSP) runtime reloading settings
JSP and JSF option settings
JSP run time compilation settings
Provide options to compile JavaServer Pages settings
JSP batch compilation
Global tag libraries (deprecated)
JavaServer Pages migration best practices and considerations
JavaServer Pages specific web container custom properties
Related tasks
Configuring JSP engine parameters
Migrating web application components from WebSphere Application Server Version 5.x
Related reference
Web applications: Resources for learning
JavaServer Pages troubleshooting tips
Related information
http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html
Concept topic Concept topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 6:15:55 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-express-dist&topic=cweb_jov2
File name: cweb_jov2.html