WebObjects J2EE Programming Guide.pdf
JavaServer Pages (JSP) and servlets are important parts of Sun?s J2EE (Java 2 Platform, Enterprise Edition) architecture. JSP is a specification that defines interfaces that servlet-container vendors can implement to provide developers the ability to create dynamic Web pages, which are files with the extension .jsp. Servlet containers interpret these files and create servlets (also know as workhorse servlets) to process HTTP requests and produce responses. Servlets are server plug-ins that extend the capabilities of yourWeb server. They provide a straightforward deployment mechanism for your applications. Servlets are deployed inside servlet containers, which are plug-ins to yourWeb server. You should read this document if you want to deploy yourWebObjects applications inside a servlet container or want to take advantage of WebObjects components (both standard and custom) in your JSP pages.
Free ebook: WebObjects J2EE Programming Guide.pdf
Related posts
You might also be interested in reading:j2ee, free ebook of servlet, J2EE free ebook, JSP/Servlet ebook free, practical guide webobjects development pdf
Comments
Leave a Reply

