JavaServer Pages
Overview
JavaServer Pages allow HTML code to collaborate with Java business logic on Web pages.
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 6.0 supports the JSP 2.0 specification.
See also
- JSP engine
- JSP class file generation
- Packages and directories for generated .java and .class files
- JSP class loading
- Configuring JSP runtime reloading
- Disable JavaServer Pages run-time compilation
- JSP batch compilation
- Global tag libraries
See Also
JavaServer Pages
Related Tasks
Migrating Web application components from WebSphere Application Server V4.x
See Also
Web applications: Resources for learning