Presentation Logic

Presentation logic is the server-side code in a WebLogic Server application that determines the client-side response to a specific request. For example, your presentation logic can be as simple as “report the time of day when a request is received.” Coding server-side presentation logic can be done using Java servlets, JSPs, JavaBeans, and tag libraries.

Java Servlets

The Java servlet is a server-side technology that accepts HTTP requests from a Web browser and returns HTTP responses. Servlets, which can be multi-threaded, have performance advantages over CGI for coding presentation logic for a Web client. Because servlets are written in Java, they are portable from one platform to another. Servlets are an enterprise Java standard ...

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.