Fastpath redeployment of EJBs

Electrical computers and digital processing systems: support – Reconfiguration

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C717S118000

Reexamination Certificate

active

06557100

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Technical Field
The present invention generally relates to distributed data processing systems and in particular to server programming in distributed data processing systems. Still more particularly, the present invention relates to improved techniques for repeated deployment of pre-developed program applications to distributed data processing systems.
2. Description of the Related Art
Java™ (a trademark of Sun Microsystems, Inc. of San Jose, Calif.) is a software development language that enables programmers to create program applications and small programs called applets. A virtual machine is generated by Java™ that provides a control interface allowing a Java™ program to overlay and operate on virtually any operating system.
Java™ (Java) was developed with distributed computing, low to no administration and platform independence in mind. The Java™ platform for enterprise-capable Java™ computing utilizes Enterprise JavaBeans™ (trademark of Sun Microsystems) (EJBean) technology that provides for the development and deployment of reusable server components. EJBean server components are individual specialized applications that run in an application server. Traditionally, in a client/server application, the client contains control logic for manipulating a database management system on the server.
EJBeans are designed to support high scalability using a multitier distributed application architecture (architecture that has multiple application components) and the multitier orientation provides many advantages over traditional client/server architectures. EJBean components contain no system level programming, include only business related logic and are fully portable across any EJBean compliant server and any Operating System (OS). Some advantages to EJBean components include reusability, performance, scalability, wire protocol neutral architecture and manageability among others.
Locating logic, for manipulating data, on one or more servers allows an application to operate in multi-processing and multi-threaded systems. Server components can be replicated and distributed across multiple systems enabling multi-tier systems with a scalability of essentially no limit. With a multi-tier environment, reliability is high and manageability is easier because most of the application logic is on the server.
A server component is a reusable software application that performs specific functions and is accessible to any other application through the server component's interface. A server component can be developed for one application and reused in another application that may use the function. Basically, server components are basic building blocks that have specific, published functions that may be combined with other components and applications into a configuration that performs a task designed by a developer.
Traditionally, a Java Virtual Machine (JVM) allows a Java application to run on any operating system, but server side components require proprietary programming interfaces based on vendor software and hardware. EJBean server components are portable and virtually vendor-independent on all Java EJBean compliant application servers. With server component portability, increased scalability, reliability and re-usability, EJBean components can be moved from one execution environment to another without requiring any recoding. Determining whether a new component is valid is a problem that accompanies portability and reusability of EJBean components. EJBean components are required to implement a specific set of interfaces with the container that encloses the beans so the container can manage and control the bean. If the component has a purported function and is moved from one execution environment to another, the component should be validated before being deployed throughout the system served by the EJBean compliant server.
Deploying an EJB involves introspecting classes, reading serialized deployment data, generating code, compiling the generated code and packaging it all up for installation. This can take a significant amount of time to complete, particularly if the platform uses C++ as part of the generated code. The largest portion of time is spent compiling the generated code and can take hours to complete depending on the speed of the host, the amount of code being generated, and the language being used.
The amount of time spent waiting for deployment to complete can significantly reduce productivity during the edit, compile, debug loop phase of development. Therefore, it would be desirable to provide a means to significantly reduce the redeployment time spent during this phase.
SUMMARY OF THE INVENTION
It is therefore one object of the present invention to provide an improved distributed data processing system.
It is another object of the present invention to provide improved server programming in distributed data processing systems.
It is yet another object of the present invention to provide improved techniques for repeated deployment of pre-developed program applications to distributed data processing systems.
The foregoing objects are achieved as is now described.
There is provided a system, method, and software program for a fastpath redeployment of an Enterprise Java Bean (EJB). When an EJB is deployed, a copy of it is cached on the server. Thereafter, if the EJB is redeployed, it is compared to the cached copy to determine if the deployment descriptors or remote interfaces have changed. If there has been no change, then the previously deployed EJB is installed on the server, without the need to regenerate and recompile the EJB code.
The above as well as additional objectives, features, and advantages of the present invention will become apparent in the following detailed written description.


REFERENCES:
patent: 5204960 (1993-04-01), Smith et al.
patent: 5319784 (1994-06-01), Parikh
patent: 5615362 (1997-03-01), Jensen et al.
patent: 5727203 (1998-03-01), Hapner et al.
patent: 5826253 (1998-10-01), Bredenberg
patent: 5857197 (1999-01-01), Mullins
patent: 5911071 (1999-06-01), Jordan
patent: 6009440 (1999-12-01), Watson et al.
patent: 6321326 (2001-11-01), Zollinger et al.
patent: 6324685 (2001-11-01), Balassanian

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Fastpath redeployment of EJBs does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Fastpath redeployment of EJBs, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Fastpath redeployment of EJBs will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3063065

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.