WAS v8.5 > WebSphere applications > Web applications > Learn about web applications > Web applicationsJSP
JSPs are application components, coded to the JSP Specification, that enable the separation of the HTML code from the business logic in web pages so that HTML programmers and Java programmers...
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 v8.5 supports the JSP 2.1 specification.
Subtopics
- JSP class file generation
- Packages and directories for generated .java and .class files
- JSP class loading settings
- JSP runtime reloading settings
- JSP and JSF option settings
- JSP run time compilation settings
- Provide options to compile JSP settings
- JSP batch compilation
- Global tag libraries (deprecated)
- JSP migration best practices and considerations
- JSP specific web container custom properties
Related
Configure JSP engine parameters
Migrating web application components from WAS v5.x
Reference:
Web applications: Resources for learning
JSP troubleshooting tips
Related information:
http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html