JavaServer Pages

 

+

Search Tips   |   Advanced Search

 

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

  1. JSP engine
  2. JSP class file generation
  3. Packages and directories for generated .java and .class files
  4. JSP class loading
  5. Configuring JSP runtime reloading
  6. Disable JavaServer Pages run-time compilation
  7. JSP batch compilation
  8. 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