InfoCenter Home > 4.2.2.2.1: JSP support for separating logic from presentationTwo interfaces support the JSP technology. These APIs provide a way to separate content generation (business logic) from the presentation of the content (HTML formatting). This separation enables servlets to generate content and store the content (for example, in a bean) in the request object. The servlet that generated the context generates a response by passing the request object to a JSP file that contains the HTML formatting. The <BEAN> tag provides access to the business logic. The <useBEAN> tag provides access to the business logic.
In IBM WebSphere Application Server Version 2.0x, these interfaces had different names. You might need to migrate code that is calling the old interfaces. See the Related information for details. |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|