Loose coupling access method by employing server public service

Hong Mei,Minghui Zhou,Donggang Cao,Yan Li
2008-01-01
Abstract:The utility model relates to a loose couple access methods for public service of application server, which is used to define the contract between the EJB container and the public service, analyze the matching degree between the API for different implementations based on the same public service and the contract, and loosely coupled and integrated the into the public service into the application server using the adapter pattern and the reflection mechanism. The utility model can build a flexible and extensible framework of the integrated service for the developer of the application server, by introducing the adapter pattern and the reflection mechanism into framework, the EJB container can be separated from the implementation detail of the public service, enabling independent upgrade and the replacement of the system elements in the application server, thereby building a pluggable system architecture for the application server.
What problem does this paper attempt to address?