1.2.7 Responding to the Client Browser
Provided the service call was successful, the following events occur:
- The desired results are extracted from the
ServletResult
object. - The results are processed by the servlet and incorporated into an HTML page for presentation to the user's browser. The HTML page can be built in one of two ways:
- With WebLogic's easy-to-use Java Server Pages (JSP) service that lets you embed Java in a standard HTML page.
- Using a more sophisticated programmatic approach with WebLogic
htmlKona
.
- The WebLogic Server returns the HTML page to the client via the
HttpServletResponse
object.
Parent topic: How Jolt for WebLogic Works