Network Deployment (Distributed operating systems), v8.0 > Applications > Web applications > Learn about web applications > Web applications


JSP

JSP are application components coded to the JSP Specification. JSP 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.

WAS v8.0 supports the JSP 2.1 specification.


Related


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
Configure JSP engine parameters
Migrate web application components from WAS v5.x


Related


Web applications: Resources for learning
JSP troubleshooting tips
http://jcp.org/aboutJava/communityprocess/final/jsr245/index.html Concept topic

+

Search Tips   |   Advanced Search