+

Search Tips   |   Advanced Search

JSPs

JSPs (JSP) are application components coded to the JSPs Specification. JSPs 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 v8.5 supports the JSP 2.1 specification.


Subtopics


Related tasks

  • Configure JSP engine parameters
  • Migrate web application components from WebSphere Application Server Version 5.x

  • Web applications: Resources for learning
  • JSPs troubleshooting tips


    Related information:

  • JSR-000245 JSPsTM 2.1