PATH |
JavaServer Pages (JSP) is a specification that describes what a servlet-based content creation system should do. One of its main purposes is to facilitate the creation of dynamic Web pages.
You can directly access WebObjects components in your JSP pages. These components can be WOComponents or WODirectActions. This allows you to create JSP-based applications that take advantage of WebObjects technologies, such as Enterprise Objects.
When your servlet container receives a request addressed to
a JSP page, the container reads the .jsp
file
and compiles it into a workhorse servlet that processes the HTTP
requests and produces responses to them.
This chapter addresses the following topics: