| JavaSoft, Sun Microsystems, Inc. Servlet, 1998. JDK 1.2 documentation, available at http://java.sun.com/products/jdk/1.2/docs/ext/servlet. |
....existed in the first version of the Java Development Kit (JDK 1.0) The original purpose was to enable applet class loading in the Hotjava browser. Since that time, the use of class loaders has been extended to handle a wider range of software components such as server side components (servlets) [11], extensions [10] to the Java platform, and JavaBeans [8] components. Despite the increasingly important role of class loaders, the underlying mechanism has not been adequately described in the literature. A further contribution of this paper is to present a solution to the long standing type ....
JavaSoft, Sun Microsystems, Inc. Servlet, 1998. JDK 1.2 documentation, available at http://java.sun.com/products/jdk/1.2/docs/ext/servlet.
....g public void processRequest ( f Class c = service.getClass( Method m = c.getMethod( run , m.invoke(service, g g The Server.processRequest method redirects all incoming requests to a Service object stored in a private field. It uses the Java Core Reflection API [9] to invoke the run method on the service object. In addition, the Server.updateService method allows a new version of the Service class to be dynamically loaded, replacing the existing service object. Callers of updateService supply the the location of the new class files. Further requests will ....
JavaSoft, Sun Microsystems, Inc. Reflection, 1997. JDK 1.1 documentation, available at http://java.sun.com/products/jdk/1.1/docs/guide/reflection.
No context found.
JavaSoft documentation, available at: http://java.sun.com/products/jdk/1.1/docs/.
Online articles have much greater impact More about CiteSeer.IST Add search form to your site Submit documents Feedback
CiteSeer.IST - Copyright Penn State and NEC