Font Size: a A A

The Webcontainer The Design And Implementation Of Application Server,

Posted on:2003-04-22Degree:MasterType:Thesis
Country:ChinaCandidate:C ShuiFull Text:PDF
GTID:2208360065461516Subject:Computer Science and Technology
Abstract/Summary:PDF Full Text Request
Today, more and more applications have converted from Client/Sever model to Browse/Server model, and more companies have set their system on the Web to provide services for their customers around the world. How to design a good represent-layer to satisfy this requirement becomes an important task.JSP(Java Server Page)/Servlet, the technology supported by SUN company, is good for its perfect performance, extension and dynamic presentation. So I have designed a container to manage and run JSP/Servlet.My Web Container is a part of a Web server or application server that provides the network services over which requests and responses are sent, decodes HTTP(Hypertext Transfer Protocol) based requests, and formats HTTP based responses. A Web Container also is a JSP/Servlet container, it contains and manages Servlets through their lifecycle. It can compile a JSP file to a Servlet and run it. It also can load, init, run and unload a Servlet, in other word, it manages Servlet's lifecycle. We also design some special properties for container including multithread, security and system external components, which are used for large-scale system deploying in business application. Meanwhile, I have researched how to integrate CORBA (Common Object Broker Architecture) with Web Container, and implement a StarConnect for representing CORBA Object on the Web.
Keywords/Search Tags:JSP/Servlet, Web Container, Servlet Lifecycle Management, CORBA Object Representation.
PDF Full Text Request
Related items