InfoCenter Home >
4: Developing applications >
4.2: Building Web applications >
4.2.4: Putting it all together (Web applications) >
4.2.4.4: Providing ways for clients to invoke applications >
4.2.4.4.2: Providing Web clients access to servlets >
4.2.4.4.2.2: Invoking servlets within JSP files
4.2.4.4.2.2: Invoking servlets within JSP files
Users can invoke servlets from within JavaServer Page (JSP)
files. Application developers should consult the JavaServer Pages (JSP)
reference for a complete description of the JSP syntax.
To invoke a JSP file, a user can either:
- Use a Web browser to open the JSP file
- Use a Web browser to invoke a servlet that invokes the JSP file
|
|