Home Solutions Web and Application Hosting Site Development Services InfraServer Application Server Technical Support Corporate Login
|
|
The InfraServer has been designed with a simple and abstract architecture. As such the complexity of extending its functionality with business-specific applications is minimized. Despite the lack of JSP focus within InfraServer technology, the JSP model fits smoothly into the InfraServer API being that it presents an abstract methodology toward content development.
Figure Two approaches for the use of JSP's with the Infraserver
The InfraServer servlet engine was originally modeled after Apache.org's Tomcat Servlet Engine, and similarly may invoke JSP servlets directly as a function of url for example (the lower logical path in the figure above). Alternatively, a JSP servlet may be invoked through the InfraServer component model, which provides UI rendering facilities while managing much of the particulars of the request protocol. In either case, the built-in content management tools of the InfraServer enable the editing, versioning, compiling and deployment of JSP scripts.
Note The InfraServer is currently not fully compliant with Sun's Java Servlet Specification 2.4 but Imalgam is working toward full compliance.
See also:
Sun Microsystems' Java Servlet Technology and Java Server Pages Technology
|