About WebLogic Server JSPs

JSPs provide essentially the same services as the servlet API, but they have a higher level, more user-friendly, HTML-tag-like development interface. JSPs, also a part of the Java 2 Enterprise Edition (J2EE) standards, greatly accelerate the process of creating Web applications that use dynamic and personalized Web content.

Like servlets, JSPs reside in the WebLogic Server container, which instantiates, executes, and provides services to JSP classes called by the JSPs. When a WebLogic Server client sends an HTTP request to a WebLogic Server for a JSP page, the WebLogic Server JSP container executes the appropriate JSP page, provides services to that JSP page, and then sends the response back to the requester. The first ...

Get J2EE™ Applications and BEA™ WebLogic Server™ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.