WO2001090884A2 - Modular and portable deployment of a resource adapter in an application server - Google Patents

Modular and portable deployment of a resource adapter in an application server Download PDF

Info

Publication number
WO2001090884A2
WO2001090884A2 PCT/US2001/016101 US0116101W WO0190884A2 WO 2001090884 A2 WO2001090884 A2 WO 2001090884A2 US 0116101 W US0116101 W US 0116101W WO 0190884 A2 WO0190884 A2 WO 0190884A2
Authority
WO
WIPO (PCT)
Prior art keywords
resource adapter
resource
computer system
deployment
application server
Prior art date
Application number
PCT/US2001/016101
Other languages
French (fr)
Other versions
WO2001090884A3 (en
Inventor
Rahul Sharma
Original Assignee
Sun Microsystems, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sun Microsystems, Inc. filed Critical Sun Microsystems, Inc.
Priority to GB0227442A priority Critical patent/GB2380299B/en
Priority to AU2001263256A priority patent/AU2001263256A1/en
Publication of WO2001090884A2 publication Critical patent/WO2001090884A2/en
Publication of WO2001090884A3 publication Critical patent/WO2001090884A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]

Definitions

  • the present relates broadly to computer systems having a client server configuration. Specifically, the present invention relates to resource adapters used in client server applications. More specifically still, the present invention relates to a modular and portable deployment of resource adapters in client server applications.
  • An enterprise information system provides an information infrastructure to an enterprise in a client-server computer system configuration.
  • An EIS offers a set of services to its clients. These services are exposed to clients as local and/or remote interfaces.
  • a resource manager is a software module that manages a set of shared EIS resources. For example, a transactional resource manager can participate in transactions that are externally controlled and coordinated by a transaction manager.
  • a resource adapter is a system level software driver provided along with an EIS connector and is specific to an underlying EIS.
  • a resource adapter is used by an application server or an application client to connect to the EIS.
  • the resource adapter plugs into an application server and collaborates with the application server to provide the underlying mechanisms- transactions, security, and connection pooling.
  • the present invention provides a standardized system by which resource adapters may be utilized in client server computer configurations utilizing enterprise information systems.
  • a connector provider develops a set of Java interfaces and classes as part of its implementation of a resource adapter. These Java classes implement connector architecture specified contracts and implement EIS specific functionality provided by the resource adapter.
  • the development of a resource adapter can also require use of native libraries that are specific to the underlying EIS.
  • the Java interfaces and classes and native libraries, help files, documentation and other resources (as necessary) are then packaged together with a deployment descriptor to create a resource adapter module.
  • the resource adapter module defines the contract between a connector provider and deployer for the deployment of a resource adapter in the client server environment.
  • a class that implements a managed connection factory class supports a set of properties that provide information required by the managed connection factory for the creation of physical connections to the underlying EIS.
  • This implementation class provides getter and setter methods for each of its supported properties.
  • the supported properties are consistent with the specification of configurable properties specified in the deployment descriptor.
  • a preferred embodiment of the present invention incorporates an environment using the Java Naming and Directory Interface (JNDI).
  • JNDI Java Naming and Directory Interface
  • An application component or client is required to look up a connection factory instance in the component's environment using the JNDI interface. The application component then uses the connection factory instance to get a connection the underlying EIS. Registration of a connection factory instance in the JNDI namespace can be done by using either JNDI reference or serializable mechanisms.
  • FIG. 1 is a high level block diagram of the major components utilized in a computer system according to the present invention
  • FIG. 2 is a high level block diagram of the major software components utilized in a client server computer environment incorporating an enterprise information system.
  • FIG. 1 is a high level block diagram of the hardware typically used in an embodiment of the present invention.
  • Computer 150 incorporates a processor 152 utilizing a central processing unit (CPU) and supporting integrated circuitry.
  • Memory 154 may include RAM and NVRAM such as flash memory, to facilitate storage of software modules executed by processor 152, such as the resource adapter of the present invention.
  • keyboard 158, pointing device 160, and monitor 162 are included in computer 150.
  • Mass storage devices such as disk drive 164 and CD ROM 166 may also be included in computer 150 to provide storage for resource adapter and associated files.
  • Computer 150 may communicate with other computers via modem 168 and telephone line 170 to allow application server or EIS to be operated remotely, or utilize files stored at different locations.
  • Other media may also be used in place of modem 168 and telephone line 170, such as a direct connection or high speed data line.
  • the components described above may be operatively connected by a communications bus 172.
  • a connector provider develops a set of Java interfaces/classes as part of its implementation of a resource adapter 202. These Java classes implement connector architecture specified contracts and implement EIS specific functionality provided by the resource adapter 202. The development of a resource adapter 202 can also require use of native libraries that are specific to the underlying EIS 204. The Java interfaces/classes are then packaged together (with required native libraries, help files, documentation and other resources) with a deployment descriptor to create a Resource Adapter Module 206. A deployment descriptor defines the contract between a connector provider and deployer for the deployment of a resource adapter 202. A resource adapter module 206 corresponds to a J2EE module in terms of the J2EE composition hierarchy.
  • a J2EE module represents the basic unit of composition of a J2EE application.
  • Examples of J2EE modules include: EJB module, application client module, web client module.
  • a resource adapter module 206 can be deployed either directly into an application server 208 as a stand alone unit, or with a J2EE application that consists of one or more J2EE modules in addition to a resource adapter module 206.
  • the J2EE specification specifies requirements for the assembly and packaging of J2EE applications.
  • the stand alone deployment of a resource adapter module 206 into an application server 208 is typically done to support scenarios in which multiple J2EE applications share a single resource adapter module. However in certain scenarios, a resource adapter module 206 will only be required by components within a single J2EE application.
  • the deployment option of resource adapter module 206 bundled with a J2EE application supports the latter scenario.
  • the deployer installs a resource adapter module 206 in an application server 208 and then configures it in the target operational environment.
  • the file format for a packaged resource adapter module 206 defines the contract between a connector provider and deployer.
  • a packaged resource adapter 202 includes Java classes and interfaces that are required for the implementation of both connector contracts and functionality of the resource adapter 202; utility Java classes for the resource adapter 202; native libraries required by the resource adapter 202; and any help files and documentation and descriptive meta information that ties all of the above elements together.
  • a resource adapter 202 is be packaged using the Java ARchive (JAR) format into a resource adapter archive (RAR).
  • JAR Java ARchive
  • RAR resource adapter archive
  • a resource adapter for EIS A can be packaged as an archive with a filename eisArar.
  • the RAR file is structured as a hierarchical directory as follows.
  • /RA-INF/ra.xml is a deployment descriptor.
  • /RA- INF/classes/* is a directory containing Java interfaces, implementation and utility classes as required by the resource adapter 202.
  • /RA-INF/native-lib/* is a directory containing any native libraries used by the resource adapter 202. Any platform dependent libraries are in this directory.
  • the RAR file contains a deployment descriptor based on the format specified in the section. The deployment descriptor is stored with the name RA-INF/ra.xml in theRAR file.
  • a resource adapter packaged as a RAR file contains a META-INF directory that contains information useful to the Java Archive tools.
  • a deployment descriptor defines the contract between a connector provider and deployer. It captures the declarative information that is intended for the deployer for deployment of a resource adapter in a target operational environment.
  • a resource adapter module 206 is deployed based on the deployment requirements specified by the connector provider through the deployment descriptor.
  • the connector provider specifies the deployment descriptor for a resource adapter 202.
  • the connector provider specifies general information about a resource adapter, such as the name of the resource adapter, a description of the resource adapter, a TJRI of a UI icon for the resource adapter, and the identity of the vendor who provides the resource adapter.
  • the connector provider can also specify the type of EIS system, such as the name of a specific database, ERP system, etc.
  • the connector provider can specify the version of the connector specification (represented as a string) supported by the resource adapter, as well as the version of the resource adapter, also represented as a string.
  • the connector provider also specifies the fully qualified name of the Java class that implements the javax.resource.ManagedConnectionFactory interface, as well as the fully qualified name of the Java interface and implementation class for the connection factory.
  • the connector provider specifies the fully qualified name of the Java interface and implementation class for the connection interface.
  • the connector provider specifies the level of transaction support provided by the resource adapter implementation.
  • the level of transaction support can be any one of the following: nojxansaction, localjransaction or xajxansaction. Note that this support is specified for a resource adapter and not for the underlying EIS instance.
  • no_transaction indicates that the resource adapter 202 does not support either resource manager local or JTA transactions. It does not implement either XAResource or LocalTransaction interfaces.
  • localjxansaction indicates that the resource adapter 202 supports resource manager local transactions by implementing the LocalTransaction interface.
  • xajxansaction indicates that the resource adapter 202 supports both resource manager local and JTA transactions by implementing the LocalTransaction and XAResource interfaces respectively.
  • the connector provider specifies name, type, description and an optional default value for the properties that have to be configured on a per ManagedConnectionFactory instance.
  • Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance.
  • the configurable properties are specified only once in the deployment descriptor, even though a resource adapter 202 can be used to configure multiple
  • ManagedConnnectionFactory instances that create connections to different instances of the same EIS.
  • a deployment tool can create multiple copies of XML based deployment descriptor; each copy of the deployment descriptor carries a specific configuration of properties for a ManagedConnectionFactory.
  • the connector provider specifies all the authentication mechanisms that are supported by the resource adapter 202. This relates to the support provided by the resource adapter 202 implementation but not by the underlying EIS instance.
  • the standard values are: basicpassword and kerbv5.
  • the resource adapter 202 can support one or more of these authentication mechanisms.
  • Basicpassword is a user password based authentication mechanism that is specific to an EIS Kerbv5 is a Kerberos version 5 based authentication mechanism. If there is no authentication mechanism specified as part of the deployment descriptor, the resource adapter 202 does not support any standard security authentication mechanisms as part of security contract.
  • the connector provider specifies whether resource adapter 202 supports reauthentication of an existing physical connection.
  • the security permission listed in the deployment descriptor are different from those required by the default permission set.
  • the deployment descriptor specified by the connector provider for its resource adapter is consistent with the XML document type description (DTD) as specified below.
  • the deployer is responsible for using a deployment tool to configure a resource adapter 202 in a target operational environment.
  • the configuration of a resource adapter 202 is based on the properties defined in the deployment descriptor as part of the resource adapter module 206.
  • the deployer performs the following tasks to configure a resource adapter 202.
  • the deployer configures one or more property sets (per ManagedConnectionFactory instance) for creating connections to various underlying EIS instances.
  • the deployer creates a property set by using a deployment tool to set valid values for various configurable fields.
  • the configuration of each field is based on the name, type and description of the field specified in the deployment descriptor.
  • Each property set represents a specific configuration for creating connections to a specific EIS instance.
  • a resource adapter 202 can be used to create connections to multiple instances of the same EIS, there can be multiple property sets (one for each configured instance of the object ManagedConnectionFactory) for a single resource adapter 202.
  • the deployer also configures application server 208 mechanisms for transaction management based on the level of transaction support specified by the resource adapter 202. Additionally, the deployer configures security in the target operational environment based on the security requirements specified by the resource adapter 202 in its deployment descriptor. During deployment, the deployer can check whether or not an underlying EIS instance supports the same capabilities such as transaction support and authentication mechanisms as the corresponding resource adapter 202.
  • a resource adapter 202 provides implementation support for Kerberos based authentication but the underlying EIS instance does not support Kerberos, then the deployer can decide not to configure Kerberos for authentication to this EIS instance. However if the deployer does not perform such checks during deployment, any misconfigurations should lead to runtime exceptions.
  • Application Server Responsibilities For example, if a resource adapter 202 provides implementation support for Kerberos based authentication but the underlying EIS instance does not support Kerberos, then the deployer can decide not to configure Kerberos for authentication to this EIS instance. However if the deployer does not perform such checks during deployment, any misconfigurations should lead to runtime exceptions.
  • An application server 208 provides a deployment tool that supports deployment of multiple resource adapters.
  • a deployment tool can also be provided by third party enterprise tools vendors.
  • a deployment tool is capable of reading the deployment descriptor from a resource adapter module 206. It enables the deployer to configure a resource adapter 202 in the operational environment and thereby reflect the values of all properties declared in the deployment descriptor for the resource adapter 202.
  • a deployment tool supports management of multiple property sets (one per configured ManagedConnectionFactory instance) for a resource adapter 202. This includes support for adding or removing a property set from the configuration for a resource adapter 202.
  • a deployment tool supports addition and removal of resource adapters from an operational environment.
  • An application server 208 uses the deployment properties about the capabilities of a resource adapter 202 (for example, support level for transactions) to provide different QoS for a configured resource adapter 202 and its underlying EIS.
  • the preferred embodiment of the present invention incorporates the following interfaces and classes.
  • the class that implements ManagedConnectionFactory 212 interface supports a set of properties that provide information required by the ManagedConnectionfactory 212 for the creation of physical connections to the underlying EIS.
  • a resource adapter 202 can implement the ManagedConnectionFactory 212 interface as a Java Bean. As a Java Bean implementor, the resource adapter 202 can also provide a Beanlnfo class that implements the java.beans.Beanlnfo interface and provides explicit information about the methods and properties supported by the ManagedConnectionFactory implementation class.
  • ManagedConnectionFactory 212 as a Java Bean improves the tool ability (for tools that are based on the JavaBeans framework) for the configuration of ManagedConnectionFactory instances.
  • the deployment tool uses an XML based deployment descriptor to find out the set of configurable properties for a ManagedConnectionFactory 212.
  • a deployment descriptor for a resource adapter 202 specifies name, type, description and default value of the configurable properties. Properties Conventions
  • the ManagedConnectionFactory implementation class provides getter and setter methods for each of its supported properties.
  • the supported properties are consistent with the specification of configurable properties specified in the deployment descriptor.
  • the getter and setter methods convention are based on Java Beans design pattern. These methods are defined on the implementation class and not on the ManagedConnectionFactory interface 212. The reason for this requirement is to keep ManagedConnectionfactory interface 212 independent of any resource adapter or EIS specific properties.
  • the connector architecture identifies a standard set of properties common across various types of resource adapters and EISs.
  • a resource adapter 202 is not required to support a standard property if that property does not apply to its configuration. These standard properties include the name of the server for the EIS instance, the port number for establishing connection to an EIS instance, name of the user establishing connection to an EIS instance, password for the user establishing connection, and the URL for the EIS instance to which to connect.
  • a ManagedConnectionFactory implementation class can support properties that are specific to a resource adapter and its underlying EIS. All the properties are administered by the deployer and are not visible to an application component provider. It is required that the specified properties be bound within specific limits or be restricted to well defined values. In the XML deployment descriptor, any bounds or well defined values of properties are described in the description element.
  • an application component " 210 looks up a connection factory instance in the component's environment using the Java Naming and Directory Interface (JNDI). The application component 210 then uses the connection factory instance to get a connection to the underlying EIS.
  • JNDI Java Naming and Directory Interface
  • the following code extract example shows the JNDI lookup of a javax.resource.cci.ConnectionFactory instance.
  • JNDI Reference can be performed by using either JNDI Reference or
  • Serializable mechanism The choice between the two JNDI mechanisms depends on whether the JNDI provider being used supports specific mechanism, whether the application server 208 and resource adapter 202 provide the necessary support as specified in the respective requirements, and any constraints on the size of serialized objects that can be stored in the JNDI namespace.
  • the reference mechanism allows for only a reference to the actual object to be stored in the JNDI namespace. This is preferable to the serializable mechanism that stores the whole serialized object in the namespace.
  • the deployer is responsible for configuring connection factory instances in the JNDI environment.
  • the deployer manages the JNDI namespace such that the same programming model for JNDI based connection factory lookup is supported in both managed and nonmanaged environments.
  • connection factory interface The implementation class for a connection factory interface is required to implement the Java. io. Serializable interface to support JNDI registration.
  • An implementation of javax.naming. Referenceable interface by connection factory class is only required if the connection factory 214 supports Reference mechanism-based JNDI registration.
  • ManagedConnectionFactory implementation class is required to implement the javaio. Serializable interface.
  • a resource adapter or a helper class is utilized to provide an implementation of the javax.nammg.spi.ObjectFactory interface.
  • the implementation class for javax.resource.ConnectionManager is required to implement java.io.Serializable interface. If an application server 208 supports JNDI Reference mechanism based connection factory lookup, it is required to provide an implementation class for javax.nammg.spi.ObjectFactory interface. The implementation of this interface is application server specific.
  • the implementation classes for both javax.resource.- cci.ConnectionFactory and javax.resource.ManagedConnectionFactory interfaces implement java.io.Serializable interface.
  • the deployment code retrieves the configuration properties from the XML deployment descriptor for the resource adapter 202.
  • the deployment code then creates an instance of ManagedConnectionFactory implementation class and configures properties on the instance.
  • an application developer writes the deployment code. While in a managed environment, the deployment code is typically hidden by a deployment tool.
  • the deployment code uses the ManagedConnectionFactory instance to create a connection factory instance. The code then registers the connection factory instance in the JNDI namespace..// Deployment Code // In managed environment, create a ConnectionManager specific to
  • ConnectionManager is specific to the resource adapter.
  • com.wombatserver.ConnectionManager cm new com.wombatserver.ConnectionManager(...);
  • connection factory instance When an application component 210 does a JNDI lookup of connection factory instance, the returned connection factory instance is associated with a configured
  • a JNDI configuration in a managed environment can be based on the Reference mechanism, using the CCI interfaces javax.resource.cci.ConnectionFactory and javax.resource.cci.Connection as connection factory214 and connection interface, respectively.
  • CormectionFactory interface 214 implements the javax.naming. Referenceable as shown in the following code extract example.
  • public class com.myeis.ConnectionFactorylmpl implements javax.naming.Referenceable, java.io.Serializable, j avax.resource.cci.ConnectionFactory ⁇
  • An application server 208 provides a class (in an application server specific implementation) that implements the javax.nammg.spi.ObjectFactory interface.
  • the information carried by the Reference parameter (as set in the Connection-Factorylmpl.setReference method) is used to lookup the property set to be configured on the target ManagedConnectionFactory instance.
  • the mapping from a Reference instance to multiple configured property sets enables an application server 208 to configure multiple ManagedConnectionFactory instances with respective property sets.
  • An application server 208 maintains the property set configuration in an implementation specific way based on the deployment descriptor specification.
  • the implementation and structure of Reference is specific to an application server 208.
  • ConnectionFactorylmpl.class.getNameO new javax.naming.StringRefAddr( " ⁇ referenceName>", “ ⁇ logicalName>”), ApplicationServerJNDIHandler.class.getNameO, null); cf . setReference(ref) ;
  • the deployment code is designed as generic.
  • the code dynamically creates an instance of connection factory 214, create a Reference instance and then set the reference.
  • the setReference method is implementation specific and is not defined as part of the Referenceable interface.
  • the Context.bind method registers a Reference to the connection factory instance in the JNDI namespace.
  • the JNDI passes control to the application server 208 and the method ObjectFactory. getObjectlnstance implemented by the application server 208 is called.
  • the application server 208 then creates a new instance of ManagedConnectionFactory implementation class provided by the resource adapter 202.
  • the application server 208 then calls setter methods on the ManagedConnectionFactory instance to set various configuration properties on this instance. These properties provide information that is required by the ManagedConnectionFactory instance to create physical connections to the underlying EIS.
  • the application server 208 uses an existing property set (configured during the deployment of resource adapter) to set the required properties on the ManagedConnectionFactory instance.
  • the application server 208 After the newly created ManagedConnectionFactory instance has been configured with its property set, the application server 208 creates a new ConnectionManager instance. The application server 208 then calls the method createConnectionFactory on the
  • the application server 208 then returns the connection factory instance to the JNDI provider so that this instance can be returned as result of the JNDI lookup.
  • the application component 210 gets the ConnectionFactory instance as a result of the JNDI lookup.
  • the extensible Markup Language (XML) Document Type Definition (DTD) may be used for the deployment descriptor for resource adapter 202.
  • the comments in the DTD specify additional requirements for the syntax and semantics that cannot be specified by the DTD mechanism. All valid resource adapter deployment descriptors contain the following DOCTYPE declaration:
  • the root element of the deployment descriptor for a resource adapter is the connector.
  • the content of the XML elements is usually case sensitive.
  • a resource adapter (or an application server on behalf of resource adapter 202) can specify additional deployment information beyond the standard deployment descriptor. The additional information is stored in a separate file and refers to the standard deployment descriptor. Resource adapter 202 is not allowed to add any nonstandard information into a standard deployment descriptor.
  • the connector element is the root element of the deployment descriptor for the connector. This element includes general information vendor name, version, specification version supported, and icon related to the resource adapter module 206. It also includes information specific to the implementation of the resource adapter library as specified through the element resourceadapter, as shown in the following illustrative example. >
  • the element resourceadapter specifies information about the resource adapter 202 provided by the connector provider.
  • the information includes fully qualified names of class/interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instance, one or more authentication mechanisms supported and additional required security permissions. If there is no authentication mechanism specified as part of resource adapter element the resource adapter 202 does not support any standard authentication mechanisms as part of security contract.
  • An example of the resourceadapter element appears below. >
  • ⁇ !ELEMENT resourceadapter (managedconnectionfactoryclass, connectionfactoryinterface, connectionfactoryimplclass, connectioninterface, connectionimpl class, transactionsupport, configproperty*, authmechanism*, reauthentication support, securitypermission*
  • the element authmechanism specifies an authentication mechanism supported by the resource adapter 202. Note that this support is for the resource adapter 202 and not for the underlying EIS instance. The optional description specifies any.resource adapter specific requirement for the support of security contract and authentication mechanism. An example of the authmechanism element appears below. >
  • the element credentialinterface specifies the interface that the resource adapter implementation supports for the representation of the security credentials. This element is used by application server 208 to find out the Credential interface it should use as part of the security contract.
  • the possible values are:
  • the element authmechtype specifies type of an authentication mechanism.
  • the possible values are:
  • connectionfactoryinterface specifies the fully qualified name of the ConnectionFactory interface supported by the resource adapter 202. An example appears below.
  • connectionfactoryimplclass specifies the fully qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface.
  • the element connectioninterface specifies the fully qualified name of the Connection interface supported by the resource adapter 202.
  • connectionimplclass specifies the fully qualified name of the Connection class that implements resource adapter specific Connection interface.
  • connectionimplclass >com.wombat.ConnectionImpl
  • the element configentry contains a declaration of a single configuration property for a ManagedConnectionFactory instance.
  • Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance.
  • the configurable properties are specified only once in the deployment descriptor, even though a resource adapter 202 can be used to configure multiple ManagedConnectionFactory instances (that create connections to different instances of the same EIS).
  • the declaration consists of an optional description, name, type and an optional value of the configuration property. If the connector provider does not specify a value than the deployer is responsible for providing a valid value for a configuration property. Any bounds or well defined values of properties are described in the description element. An example appears below.
  • the element configpropertyname contains the name of a configuration property.
  • the connector architecture defines a set of well defined properties all of type javadang. String. These are as follows in the examples: ⁇ configproper1yname>ServerName ⁇ /configpropertyname>
  • the connector provider can extend this property set to include properties specific to a resource adapter 202 and its underlying EIS.
  • configpropertyname (#PCDATA)> ⁇ !
  • the element configpropertytype contains the fully qualifies Java type of a configuration property as required by ManagedConnectionFactory instance.
  • the element configpropertyvalue contains the value of a configuration entry.
  • the element displayname contains a short name for the connector that is intended to be displayed by the tools.
  • the element description is used by connector provider to provide text describing the parent element.
  • the description element includes any information that the connector provider wants to provide to the deployer. Typically tools used by the consumer of resource adapter module 206 will display the description when processing the parent element >
  • the element eistype contains information about the type of the EIS.
  • the type of an EIS can be product name of EIS independent of any version info. This helps in identifying EIS instances that can be used with this resource adapter.
  • the icon element contains the name of a file containing an icon image for the ' resource adapter module 206.
  • the file name is relative path within the resource adapter module 206.
  • This file is be either in JPEG or GIF format.
  • the icon is used by tools to display information about the resource adapter module 206.
  • the element managedconnectionfactoryclass specifies the fully qualified name of the Java class that implements the javax.resource.ManagedConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector specified contracts.
  • the element reauthenticationsupport specifies whether the resource adapter 202 implementation supports reauthentication of existing ManagedConnection instance. Note that this information is for the resource adapter 202 implementation and not for the underlying EIS instance. This element is one of the following:
  • the element specversion specifies the version of the connector architecture specification that is supported by this resource adapter 202. This information enables deployer to configure the resource adapter 202 to support deployment and runtime requirements of the corresponding connector specification.
  • the element securitypermission specifies a security permission that is required by the resource adapter code.
  • the security permission listed in the deployment descriptor are ones that are different from those required by the default permission set as specified in the connector specification.
  • the optional description can mention specific reason that resource adapter 202 requires a given security permission.
  • the element securitypermissionspec specifies a security permission based on the Security policy file syntax.
  • the transactionsupport element specifies the level of transaction support provided by the resource adapter.
  • the value of transactionsupport is one of the following: ⁇ transactionsupport>no_transaction ⁇ /transactionsupport>
  • the ID mechanism allows tools that produce additional deployment information (beyond the standard deployment descriptor) to store the nonstandard information in a separate file and to refer to standard deployment descriptor from these nonstandard tools specific file. Tools cannot add the nonstandard information into the standard deployment descriptor.

Abstract

A system by which resource adapters may be utilized in client server computer configurations utilizing enterprise information systems is disclosed. A connector provider develops a set of Java interfaces and classes as part of its implementation of a resource adapter. These Java classes implement connector architecture specified contracts and implement EIS specific functionality provided by the resource adapter. The development of a resource adapter can also require use of native libraries that are specific to the underlying EIS. The Java interfaces and classes and native libraries, help files, documentation and other resources (as necessary) are then packaged together with a deployment descriptor to create a resource adapter module. The resource adapter module defines the contract between a connector provider and deployer for the deployment of a resource adapter in the client server environment. In order to facilitate the configuration of the resource adapter in an operational environment, the present invention specifies the following interfaces and classes. A class that implements a managed connection factory class supports a set of properties that provide information required by the managed connection factory for the creation of physical connections to the underlying EIS. This implementation class provides getter and setter methods for each of its supported properties. The supported properties are consistent with the specification of configurable properties specified in the deployment descriptor.

Description

MODULAR AND PORTABLE DEPLOYMENT OF A RESOURCE ADAPTER IN AN APPLICATION SERVER
FIELD
The present relates broadly to computer systems having a client server configuration. Specifically, the present invention relates to resource adapters used in client server applications. More specifically still, the present invention relates to a modular and portable deployment of resource adapters in client server applications.
BACKGROUND
An enterprise information system (EIS) provides an information infrastructure to an enterprise in a client-server computer system configuration. An EIS offers a set of services to its clients. These services are exposed to clients as local and/or remote interfaces. A resource manager is a software module that manages a set of shared EIS resources. For example, a transactional resource manager can participate in transactions that are externally controlled and coordinated by a transaction manager.
A resource adapter is a system level software driver provided along with an EIS connector and is specific to an underlying EIS. A resource adapter is used by an application server or an application client to connect to the EIS. The resource adapter plugs into an application server and collaborates with the application server to provide the underlying mechanisms- transactions, security, and connection pooling.
There is currently no existing standard mechanism for deploying and configuring resource adapters in a managed application server environment. Each vendor has its own specific mechanism, making it difficult to achieve off-the-shelf pluggability of resource adapters in an application server. For application developers who design and implement application servers, the result is an enormous amount of duplicated or nearly duplicated effort expended to customize resource adapters into a specific client server configuration. SUMMARY
The present invention provides a standardized system by which resource adapters may be utilized in client server computer configurations utilizing enterprise information systems. A connector provider develops a set of Java interfaces and classes as part of its implementation of a resource adapter. These Java classes implement connector architecture specified contracts and implement EIS specific functionality provided by the resource adapter. The development of a resource adapter can also require use of native libraries that are specific to the underlying EIS. The Java interfaces and classes and native libraries, help files, documentation and other resources (as necessary) are then packaged together with a deployment descriptor to create a resource adapter module. The resource adapter module defines the contract between a connector provider and deployer for the deployment of a resource adapter in the client server environment.
In order to facilitate the configuration of the resource adapter in an operational environment, the present invention specifies the following interfaces and classes. A class that implements a managed connection factory class supports a set of properties that provide information required by the managed connection factory for the creation of physical connections to the underlying EIS. This implementation class provides getter and setter methods for each of its supported properties. The supported properties are consistent with the specification of configurable properties specified in the deployment descriptor. A preferred embodiment of the present invention incorporates an environment using the Java Naming and Directory Interface (JNDI). An application component or client is required to look up a connection factory instance in the component's environment using the JNDI interface. The application component then uses the connection factory instance to get a connection the underlying EIS. Registration of a connection factory instance in the JNDI namespace can be done by using either JNDI reference or serializable mechanisms.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a high level block diagram of the major components utilized in a computer system according to the present invention; and FIG. 2 is a high level block diagram of the major software components utilized in a client server computer environment incorporating an enterprise information system. DETAILED DESCRIPTION
The present invention specifies requirements for packaging and deploying of a resource adapter. These requirements support a modular and portable deployment of a resource adapter into a J2EE compliant application server. FIG. 1 is a high level block diagram of the hardware typically used in an embodiment of the present invention. Computer 150 incorporates a processor 152 utilizing a central processing unit (CPU) and supporting integrated circuitry. Memory 154 may include RAM and NVRAM such as flash memory, to facilitate storage of software modules executed by processor 152, such as the resource adapter of the present invention. Also included in computer 150 are keyboard 158, pointing device 160, and monitor 162, which allow a user to interact with computer 150 during execution of programs. Mass storage devices such as disk drive 164 and CD ROM 166 may also be included in computer 150 to provide storage for resource adapter and associated files. Computer 150 may communicate with other computers via modem 168 and telephone line 170 to allow application server or EIS to be operated remotely, or utilize files stored at different locations. Other media may also be used in place of modem 168 and telephone line 170, such as a direct connection or high speed data line. The components described above may be operatively connected by a communications bus 172.
Overview
A connector provider develops a set of Java interfaces/classes as part of its implementation of a resource adapter 202. These Java classes implement connector architecture specified contracts and implement EIS specific functionality provided by the resource adapter 202. The development of a resource adapter 202 can also require use of native libraries that are specific to the underlying EIS 204. The Java interfaces/classes are then packaged together (with required native libraries, help files, documentation and other resources) with a deployment descriptor to create a Resource Adapter Module 206. A deployment descriptor defines the contract between a connector provider and deployer for the deployment of a resource adapter 202. A resource adapter module 206 corresponds to a J2EE module in terms of the J2EE composition hierarchy. A J2EE module represents the basic unit of composition of a J2EE application. Examples of J2EE modules include: EJB module, application client module, web client module. A resource adapter module 206 can be deployed either directly into an application server 208 as a stand alone unit, or with a J2EE application that consists of one or more J2EE modules in addition to a resource adapter module 206. The J2EE specification specifies requirements for the assembly and packaging of J2EE applications. The stand alone deployment of a resource adapter module 206 into an application server 208 is typically done to support scenarios in which multiple J2EE applications share a single resource adapter module. However in certain scenarios, a resource adapter module 206 will only be required by components within a single J2EE application. The deployment option of resource adapter module 206 bundled with a J2EE application supports the latter scenario. During the deployment, the deployer installs a resource adapter module 206 in an application server 208 and then configures it in the target operational environment.
Packaging
The file format for a packaged resource adapter module 206 defines the contract between a connector provider and deployer. A packaged resource adapter 202 includes Java classes and interfaces that are required for the implementation of both connector contracts and functionality of the resource adapter 202; utility Java classes for the resource adapter 202; native libraries required by the resource adapter 202; and any help files and documentation and descriptive meta information that ties all of the above elements together. In the preferred embodiment, a resource adapter 202 is be packaged using the Java ARchive (JAR) format into a resource adapter archive (RAR). For example, a resource adapter for EIS A can be packaged as an archive with a filename eisArar. The RAR file is structured as a hierarchical directory as follows. /RA-INF/ra.xml is a deployment descriptor. /RA- INF/classes/* is a directory containing Java interfaces, implementation and utility classes as required by the resource adapter 202. /RA-INF/native-lib/* is a directory containing any native libraries used by the resource adapter 202. Any platform dependent libraries are in this directory. The RAR file contains a deployment descriptor based on the format specified in the section. The deployment descriptor is stored with the name RA-INF/ra.xml in theRAR file. A resource adapter packaged as a RAR file contains a META-INF directory that contains information useful to the Java Archive tools.
Deployment
A deployment descriptor defines the contract between a connector provider and deployer. It captures the declarative information that is intended for the deployer for deployment of a resource adapter in a target operational environment. A resource adapter module 206 is deployed based on the deployment requirements specified by the connector provider through the deployment descriptor.
Connector Provider's Responsibility
The connector provider specifies the deployment descriptor for a resource adapter 202. The connector provider specifies general information about a resource adapter, such as the name of the resource adapter, a description of the resource adapter, a TJRI of a UI icon for the resource adapter, and the identity of the vendor who provides the resource adapter. The connector provider can also specify the type of EIS system, such as the name of a specific database, ERP system, etc. Additionally, the connector provider can specify the version of the connector specification (represented as a string) supported by the resource adapter, as well as the version of the resource adapter, also represented as a string.
The connector provider also specifies the fully qualified name of the Java class that implements the javax.resource.ManagedConnectionFactory interface, as well as the fully qualified name of the Java interface and implementation class for the connection factory. The connector provider specifies the fully qualified name of the Java interface and implementation class for the connection interface. The connector provider specifies the level of transaction support provided by the resource adapter implementation. The level of transaction support can be any one of the following: nojxansaction, localjransaction or xajxansaction. Note that this support is specified for a resource adapter and not for the underlying EIS instance. no_transaction indicates that the resource adapter 202 does not support either resource manager local or JTA transactions. It does not implement either XAResource or LocalTransaction interfaces. localjxansaction indicates that the resource adapter 202 supports resource manager local transactions by implementing the LocalTransaction interface. xajxansaction indicates that the resource adapter 202 supports both resource manager local and JTA transactions by implementing the LocalTransaction and XAResource interfaces respectively.
The connector provider specifies name, type, description and an optional default value for the properties that have to be configured on a per ManagedConnectionFactory instance. Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance. The configurable properties are specified only once in the deployment descriptor, even though a resource adapter 202 can be used to configure multiple
ManagedConnnectionFactory instances (that create connections to different instances of the same EIS). For example, a deployment tool can create multiple copies of XML based deployment descriptor; each copy of the deployment descriptor carries a specific configuration of properties for a ManagedConnectionFactory.
Authentication Mechanism The connector provider specifies all the authentication mechanisms that are supported by the resource adapter 202. This relates to the support provided by the resource adapter 202 implementation but not by the underlying EIS instance. The standard values are: basicpassword and kerbv5. The resource adapter 202 can support one or more of these authentication mechanisms. Basicpassword is a user password based authentication mechanism that is specific to an EIS Kerbv5 is a Kerberos version 5 based authentication mechanism. If there is no authentication mechanism specified as part of the deployment descriptor, the resource adapter 202 does not support any standard security authentication mechanisms as part of security contract.
The connector provider specifies whether resource adapter 202 supports reauthentication of an existing physical connection. The security permission listed in the deployment descriptor are different from those required by the default permission set. The deployment descriptor specified by the connector provider for its resource adapter is consistent with the XML document type description (DTD) as specified below.
Deployer Responsibilities The deployer is responsible for using a deployment tool to configure a resource adapter 202 in a target operational environment. The configuration of a resource adapter 202 is based on the properties defined in the deployment descriptor as part of the resource adapter module 206. The deployer performs the following tasks to configure a resource adapter 202. The deployer configures one or more property sets (per ManagedConnectionFactory instance) for creating connections to various underlying EIS instances. The deployer creates a property set by using a deployment tool to set valid values for various configurable fields. The configuration of each field is based on the name, type and description of the field specified in the deployment descriptor. Each property set represents a specific configuration for creating connections to a specific EIS instance. Since a resource adapter 202 can be used to create connections to multiple instances of the same EIS, there can be multiple property sets (one for each configured instance of the object ManagedConnectionFactory) for a single resource adapter 202. The deployer also configures application server 208 mechanisms for transaction management based on the level of transaction support specified by the resource adapter 202. Additionally, the deployer configures security in the target operational environment based on the security requirements specified by the resource adapter 202 in its deployment descriptor. During deployment, the deployer can check whether or not an underlying EIS instance supports the same capabilities such as transaction support and authentication mechanisms as the corresponding resource adapter 202. For example, if a resource adapter 202 provides implementation support for Kerberos based authentication but the underlying EIS instance does not support Kerberos, then the deployer can decide not to configure Kerberos for authentication to this EIS instance. However if the deployer does not perform such checks during deployment, any misconfigurations should lead to runtime exceptions. Application Server Responsibilities
An application server 208 provides a deployment tool that supports deployment of multiple resource adapters. A deployment tool can also be provided by third party enterprise tools vendors. A deployment tool is capable of reading the deployment descriptor from a resource adapter module 206. It enables the deployer to configure a resource adapter 202 in the operational environment and thereby reflect the values of all properties declared in the deployment descriptor for the resource adapter 202. A deployment tool supports management of multiple property sets (one per configured ManagedConnectionFactory instance) for a resource adapter 202. This includes support for adding or removing a property set from the configuration for a resource adapter 202. A deployment tool supports addition and removal of resource adapters from an operational environment. An application server 208 uses the deployment properties about the capabilities of a resource adapter 202 (for example, support level for transactions) to provide different QoS for a configured resource adapter 202 and its underlying EIS. The preferred embodiment of the present invention incorporates the following interfaces and classes.
ManagedConnectionFactory
The class that implements ManagedConnectionFactory 212 interface supports a set of properties that provide information required by the ManagedConnectionfactory 212 for the creation of physical connections to the underlying EIS. A resource adapter 202 can implement the ManagedConnectionFactory 212 interface as a Java Bean. As a Java Bean implementor, the resource adapter 202 can also provide a Beanlnfo class that implements the java.beans.Beanlnfo interface and provides explicit information about the methods and properties supported by the ManagedConnectionFactory implementation class. The implementation of ManagedConnectionFactory 212 as a Java Bean improves the tool ability (for tools that are based on the JavaBeans framework) for the configuration of ManagedConnectionFactory instances. In the preferred embodiment, the deployment tool uses an XML based deployment descriptor to find out the set of configurable properties for a ManagedConnectionFactory 212. A deployment descriptor for a resource adapter 202 specifies name, type, description and default value of the configurable properties. Properties Conventions
The ManagedConnectionFactory implementation class provides getter and setter methods for each of its supported properties. The supported properties are consistent with the specification of configurable properties specified in the deployment descriptor. The getter and setter methods convention are based on Java Beans design pattern. These methods are defined on the implementation class and not on the ManagedConnectionFactory interface 212. The reason for this requirement is to keep ManagedConnectionfactory interface 212 independent of any resource adapter or EIS specific properties.
Standard Properties
The connector architecture identifies a standard set of properties common across various types of resource adapters and EISs. A resource adapter 202 is not required to support a standard property if that property does not apply to its configuration. These standard properties include the name of the server for the EIS instance, the port number for establishing connection to an EIS instance, name of the user establishing connection to an EIS instance, password for the user establishing connection, and the URL for the EIS instance to which to connect.
In addition to these standard properties, a ManagedConnectionFactory implementation class can support properties that are specific to a resource adapter and its underlying EIS. All the properties are administered by the deployer and are not visible to an application component provider. It is required that the specified properties be bound within specific limits or be restricted to well defined values. In the XML deployment descriptor, any bounds or well defined values of properties are described in the description element.
JNDI Configuration and Lookup
In both managed and nonmanaged application scenarios, an application component " 210 (or application client) looks up a connection factory instance in the component's environment using the Java Naming and Directory Interface (JNDI). The application component 210 then uses the connection factory instance to get a connection to the underlying EIS. The following code extract example shows the JNDI lookup of a javax.resource.cci.ConnectionFactory instance.
// Application Component/Client Code obtain the initial JNDI context
Context initctx = new InitialContext(); // perform JNDI lookup to obtain connection factory j avax.resource.cci.ConnectionFactory cxf =
(javax.resource.cci.ConnectionFactory)initctx.lookup("java:comp/ env/eis/MyEIS"); javax.resource.cci. Connection ex = cxf.getConnectionQ; In both managed or nonmanaged environment, registration of a connection factory
214 instance in the JNDI namespace can be performed by using either JNDI Reference or
Serializable mechanism. The choice between the two JNDI mechanisms depends on whether the JNDI provider being used supports specific mechanism, whether the application server 208 and resource adapter 202 provide the necessary support as specified in the respective requirements, and any constraints on the size of serialized objects that can be stored in the JNDI namespace. The reference mechanism allows for only a reference to the actual object to be stored in the JNDI namespace. This is preferable to the serializable mechanism that stores the whole serialized object in the namespace.
Deployer
The deployer is responsible for configuring connection factory instances in the JNDI environment. The deployer manages the JNDI namespace such that the same programming model for JNDI based connection factory lookup is supported in both managed and nonmanaged environments.
Resource Adapter
The implementation class for a connection factory interface is required to implement the Java. io. Serializable interface to support JNDI registration. An implementation of javax.naming. Referenceable interface by connection factory class is only required if the connection factory 214 supports Reference mechanism-based JNDI registration. The
ManagedConnectionFactory implementation class is required to implement the javaio. Serializable interface. To support Reference mechanism in a nonmanaged environment, a resource adapter or a helper class is utilized to provide an implementation of the javax.nammg.spi.ObjectFactory interface.
Application Server
The implementation class for javax.resource.ConnectionManager is required to implement java.io.Serializable interface. If an application server 208 supports JNDI Reference mechanism based connection factory lookup, it is required to provide an implementation class for javax.nammg.spi.ObjectFactory interface. The implementation of this interface is application server specific.
In a serializeable scenario, The implementation classes for both javax.resource.- cci.ConnectionFactory and javax.resource.ManagedConnectionFactory interfaces implement java.io.Serializable interface. The deployment code retrieves the configuration properties from the XML deployment descriptor for the resource adapter 202. The deployment code then creates an instance of ManagedConnectionFactory implementation class and configures properties on the instance. An example appears below: // Deployment Code
// Create an instance of ManagedConnectionFactory implementation class com.myeis.ManagedConnectionFactoryIm.pl mcf = new com.myeis.ManagedConnectionFactorylmplO;
// Set properties on ManagedConnectionFactory instance
// Note: Properties are defined on the implementation class and not on the
// javax.resource.ManagedConnectionFactory interface mcf. set erverName("...") ; mcf.setPortNurnber("...");
In a non-managed environment, an application developer writes the deployment code. While in a managed environment, the deployment code is typically hidden by a deployment tool. The deployment code uses the ManagedConnectionFactory instance to create a connection factory instance. The code then registers the connection factory instance in the JNDI namespace..// Deployment Code // In managed environment, create a ConnectionManager specific to
// the application server. Note that in a nonmanaged environment,
// ConnectionManager is specific to the resource adapter. com.wombatserver.ConnectionManager cm = new com.wombatserver.ConnectionManager(...);
// Create an instance of connection factory
Object cxf = mcf.createConnectionFactory(cm);
// Get JNDI context javax.naming.Context ctx = new javax.naming.InitialContext(env); // Bind to the JNDI namespace specifying a factory name ctx.bind("...", cxf);
When an application component 210 does a JNDI lookup of connection factory instance, the returned connection factory instance is associated with a configured
ManagedConnectionFactory instance and a ConnectionManager instance. The implementation class for connection factory 214 achieves the association between these instances in an implementation specific manner. A JNDI configuration in a managed environment can be based on the Reference mechanism, using the CCI interfaces javax.resource.cci.ConnectionFactory and javax.resource.cci.Connection as connection factory214 and connection interface, respectively.
Scenario: Referenceable
The implementation class for CormectionFactory interface 214 implements the javax.naming. Referenceable as shown in the following code extract example. public class com.myeis.ConnectionFactorylmpl implements javax.naming.Referenceable, java.io.Serializable, j avax.resource.cci.ConnectionFactory {
// Reference to this ConnectionFactory javax.naming.Reference reference; // setReference is called by deployment code public void setReference(Reference ref) { reference = ref;
}
// getReference is called by JNDI provider during Context.bind public Reference getReference() throws NamingException { return reference;
}
}
Note that the method setReference is not defined as part of the Referenceable interface. An application server 208 provides a class (in an application server specific implementation) that implements the javax.nammg.spi.ObjectFactory interface. In the ObjectFactory.getObject-Instance method, the information carried by the Reference parameter (as set in the Connection-Factorylmpl.setReference method) is used to lookup the property set to be configured on the target ManagedConnectionFactory instance. The mapping from a Reference instance to multiple configured property sets enables an application server 208 to configure multiple ManagedConnectionFactory instances with respective property sets. An application server 208 maintains the property set configuration in an implementation specific way based on the deployment descriptor specification.
The implementation and structure of Reference is specific to an application server 208. The following code extract shows an illustrative example of the ObjectFactory.getObjectlnstance method, public class com.wombatserver.ApplicationServerJNDIHandler implements javax.naming.spi.ObjectFactory { // ... public Object getObjectInstance(Object obj, Name name, Context ctx, Hashtable env) throws Exception { javax.naming.Reference ref = (javax.naming.Reference)obj; // Using the information carried by the Reference instance, // (<referenceName, logicalName> in this example) lookup // a configured property set and then configure a
// ManagedConnectionFactory instance with specified // properties.
// ... [implementation specific]
//
// For example: the instantiation of ManagedConnectionFactory // implementation class and invocation of its setter method
// can be done using Java Reflection mechanism. javax.resource.ManagedConnectionFactory mcf = //...
II create a Connection Manager instance specific to the
// application server com.wombatserver.ConnectionManager cxManager = // ...
// create a connection factory instance.
// The ConnectionManager instance provided by the application
// server gets associated with the created
// connection factory instance return mcf.createConnectionFactory(cxManager);
}
}
The following deployment code example shows registration of a reference to a connection factory instance in the JNDI namespace:.// Deployment Code javax.naming.Context ctx = new javax.naming.InitialContext(env); // Create an instance of connection factory com.myeis.ConnectionFactorylmpl cf = new com.myeis.ConnectionFactorylmplO; // Create a reference for the ConnectionFactory instance javax.naming.Reference ref = new javax.naming.Reference(
ConnectionFactorylmpl.class.getNameO, new javax.naming.StringRefAddr( "<referenceName>", "<logicalName>"), ApplicationServerJNDIHandler.class.getNameO, null); cf . setReference(ref) ;
// bind to the JNDI namespace specifying a name for the connection factory ctx.bind("...", cf);
The deployment code is designed as generic. The code dynamically creates an instance of connection factory 214, create a Reference instance and then set the reference. In the above code sample, the setReference method is implementation specific and is not defined as part of the Referenceable interface. The Context.bind method registers a Reference to the connection factory instance in the JNDI namespace.
Connection Factory Lookup
The following steps happen when an application component 210 calls the method JNDI Context, lookup to lookup a connection factory instance. First, the JNDI passes control to the application server 208 and the method ObjectFactory. getObjectlnstance implemented by the application server 208 is called. The application server 208 then creates a new instance of ManagedConnectionFactory implementation class provided by the resource adapter 202. The application server 208 then calls setter methods on the ManagedConnectionFactory instance to set various configuration properties on this instance. These properties provide information that is required by the ManagedConnectionFactory instance to create physical connections to the underlying EIS. The application server 208 uses an existing property set (configured during the deployment of resource adapter) to set the required properties on the ManagedConnectionFactory instance.
After the newly created ManagedConnectionFactory instance has been configured with its property set, the application server 208 creates a new ConnectionManager instance. The application server 208 then calls the method createConnectionFactory on the
ManagedConnectionFactory instance (passing in the ConnectionManager instance from the previous step) to get a ConnectionFactory instance.
The application server 208 then returns the connection factory instance to the JNDI provider so that this instance can be returned as result of the JNDI lookup. The application component 210 gets the ConnectionFactory instance as a result of the JNDI lookup. The extensible Markup Language (XML) Document Type Definition (DTD) may be used for the deployment descriptor for resource adapter 202. The comments in the DTD specify additional requirements for the syntax and semantics that cannot be specified by the DTD mechanism. All valid resource adapter deployment descriptors contain the following DOCTYPE declaration:
<!DOCTYPE connector PUBLIC "//Sun Microsystems, Inc./ DTD Connector 1.0/
/EN" "http://java.sun.com j2ee/dtds/connector_l_0.dtd">
The root element of the deployment descriptor for a resource adapter is the connector. The content of the XML elements is usually case sensitive. A resource adapter (or an application server on behalf of resource adapter 202) can specify additional deployment information beyond the standard deployment descriptor. The additional information is stored in a separate file and refers to the standard deployment descriptor. Resource adapter 202 is not allowed to add any nonstandard information into a standard deployment descriptor. The connector element is the root element of the deployment descriptor for the connector. This element includes general information vendor name, version, specification version supported, and icon related to the resource adapter module 206. It also includes information specific to the implementation of the resource adapter library as specified through the element resourceadapter, as shown in the following illustrative example. >
<! ELEMENT connector (displayname, description?, icon?, vendorname, specversion, eistype, version, resourceadapter)>
<!
The element resourceadapter specifies information about the resource adapter 202 provided by the connector provider. The information includes fully qualified names of class/interfaces required as part of the connector architecture specified contracts, level of transaction support provided, configurable properties for ManagedConnectionFactory instance, one or more authentication mechanisms supported and additional required security permissions. If there is no authentication mechanism specified as part of resource adapter element the resource adapter 202 does not support any standard authentication mechanisms as part of security contract. An example of the resourceadapter element appears below. >
<!ELEMENT resourceadapter (managedconnectionfactoryclass, connectionfactoryinterface, connectionfactoryimplclass, connectioninterface, connectionimpl class, transactionsupport, configproperty*, authmechanism*, reauthentication support, securitypermission*
)> <! The element authmechanism specifies an authentication mechanism supported by the resource adapter 202. Note that this support is for the resource adapter 202 and not for the underlying EIS instance. The optional description specifies any.resource adapter specific requirement for the support of security contract and authentication mechanism. An example of the authmechanism element appears below. >
<!ELEMENT authmechanism (description?, authmechtype, credentialinterface+)>
<!
The element credentialinterface specifies the interface that the resource adapter implementation supports for the representation of the security credentials. This element is used by application server 208 to find out the Credential interface it should use as part of the security contract. The possible values are:
<credentialinterface>javax.resource.security.PasswordCredential
</credentialinterface>
<credentialinterface>j avax.resource. security. GenericCredential </credentialinterface>
>
<!ELEMENT credentialinterface (#PCDATA)> <!
The element authmechtype specifies type of an authentication mechanism. The possible values are:
<authmechtype>basicpassword</authmechtype>
<authmechtype>kerbv5</authmechtype>
>
<!ELEMENT authmechtype (#PCDATA)> <! The element connectionfactoryinterface specifies the fully qualified name of the ConnectionFactory interface supported by the resource adapter 202. An example appears below.
<connectionfactoryinterface>j avax.resource. cci. ConnectionFactory </connectionfactoryinterface>
>
<!ELEMENT connectionfactoryinterface (#PCDATA)>
<!
The element connectionfactoryimplclass specifies the fully qualified name of the ConnectionFactory class that implements resource adapter specific ConnectionFactory interface.
Example:<connectionfactoryimplclass>com. wombat. ConnectionFactorylmpl
</connectionfactoryimplclass>
> <!ELEMENT connectionfactoryimplclass (#PCDATA)>
<!
The element connectioninterface specifies the fully qualified name of the Connection interface supported by the resource adapter 202.
Example: <connectioninterface>javax.resource.cci.Connection </connectioninterface>
>.<!ELEMENT connectioninterface (#PCDATA)>
<!
The element connectionimplclass specifies the fully qualified name of the Connection class that implements resource adapter specific Connection interface. Example: <connectionimplclass>com.wombat.ConnectionImpl
</connectionimplclass>
>
<!ELEMENT connectionimplclass (#PCDATA)> <! The element configentry contains a declaration of a single configuration property for a ManagedConnectionFactory instance. Each ManagedConnectionFactory instance creates connections to a specific EIS instance based on the properties configured on the ManagedConnectionFactory instance. The configurable properties are specified only once in the deployment descriptor, even though a resource adapter 202 can be used to configure multiple ManagedConnectionFactory instances (that create connections to different instances of the same EIS). The declaration consists of an optional description, name, type and an optional value of the configuration property. If the connector provider does not specify a value than the deployer is responsible for providing a valid value for a configuration property. Any bounds or well defined values of properties are described in the description element. An example appears below.
>
<!ELEMENT configproperty (description?, configpropertyname, configproperty type, configpropertyvalue?)> <!
The element configpropertyname contains the name of a configuration property.
Example: <configpropertyname>ServerName</configpropertyname>
The connector architecture defines a set of well defined properties all of type javadang. String. These are as follows in the examples: <configproper1yname>ServerName</configpropertyname>
<configpropertyname>PortNumber</configpropertyname>
<configpropertyname>UserName</configpropertyname>
<configpropertyname>Password</configpropertyname>
<configpropertyname>ConnectionURL</configpropertyname> The connector provider can extend this property set to include properties specific to a resource adapter 202 and its underlying EIS.
>
<!ELEMENT configpropertyname (#PCDATA)> <! The element configpropertytype contains the fully qualifies Java type of a configuration property as required by ManagedConnectionFactory instance. The following are the legal values of configpropertytype: java.lang.BooIean, java.lang.String, java.lang.Integer,.java.lang.Double, java.lang.Byte, java.lang. Short, java.lang.Long, java.lang.Float
Example: <configpropertytype>java.lang.String</configpropertytype>
>
<!ELEMENT configpropertytype (#PCDATA)> <!
The element configpropertyvalue contains the value of a configuration entry.
Example: <configpropertyvalue>WombatServer</configpropertyvalue>
>
<!ELEMENT configpropertyvalue (#PCDATA)> <!
The element displayname contains a short name for the connector that is intended to be displayed by the tools.
>
<!ELEMENT displayname (#PCDATA)> <!
The element description is used by connector provider to provide text describing the parent element. The description element includes any information that the connector provider wants to provide to the deployer. Typically tools used by the consumer of resource adapter module 206 will display the description when processing the parent element >
<!ELEMENT description (#PCDATA)>
<!
The element eistype contains information about the type of the EIS. For example, the type of an EIS can be product name of EIS independent of any version info. This helps in identifying EIS instances that can be used with this resource adapter.
>
<!ELEMENT eistype (#PCDATA)> <!
The icon element contains the name of a file containing an icon image for the ' resource adapter module 206. The file name is relative path within the resource adapter module 206. This file is be either in JPEG or GIF format. The icon is used by tools to display information about the resource adapter module 206.
Example:
<icon>lib/images/wombatadapter.jpg</icon>
> <!ELEMENT icon (#PCDATA)>
<!
The element managedconnectionfactoryclass specifies the fully qualified name of the Java class that implements the javax.resource.ManagedConnectionFactory interface. This Java class is provided as part of resource adapter's implementation of connector specified contracts.
Example:
<managedconnectionfactoιyclass>com.wombat.ManagedConnectionFactoryI-mpl.</manage dconnectionfactoryclass>
> <!ELEMENT managedconnectionfactoryclass (#PCDATA)> <!
The element reauthenticationsupport specifies whether the resource adapter 202 implementation supports reauthentication of existing ManagedConnection instance. Note that this information is for the resource adapter 202 implementation and not for the underlying EIS instance. This element is one of the following:
<reauthenticationsupport>true</reauthenticationsupport>
<reauthenticationsupport>false</reauthenticationsupport>
>
<!ELEMENT reauthenticationsupport (#PCDATA)> <!
The element specversion specifies the version of the connector architecture specification that is supported by this resource adapter 202. This information enables deployer to configure the resource adapter 202 to support deployment and runtime requirements of the corresponding connector specification. Example:
<specversion> 1.0</specversion>
> <!ELEMENT specversion (#PCDATA)>
<!
The element securitypermission specifies a security permission that is required by the resource adapter code. The security permission listed in the deployment descriptor are ones that are different from those required by the default permission set as specified in the connector specification. The optional description can mention specific reason that resource adapter 202 requires a given security permission.
>
<! ELEMENT securitypermission (description?, securitypermissionspec)> <f
The element securitypermissionspec specifies a security permission based on the Security policy file syntax.
Example: http://java.sun.eom/products/jdk/l.2/docs/guide/security/PolicyFiles.html#
FileSyntax >
<!ELEMENT securitypermissionspec (#PCDATA)>
<!
The transactionsupport element specifies the level of transaction support provided by the resource adapter. The value of transactionsupport is one of the following: <transactionsupport>no_transaction</transactionsupport>
<transactionsupport>local_transaction</transactionsupport>
<transactionsupport>xa_transaction</transactionsupport>
>
<!ELEMENT transactionsupport (#PCDATA)>.<! The element vendorname specifies the name of connector provider vendor.
Example:
<vendorname> Wombat Corp.</vendorname>
>
<!ELEMENT vendorname (#PCDATA)> <! The element version specifies a string based version of the resource adapter 202 from the connector provider.
Example:
<version>l .0</version> >
<!ELEMENT version (#PCDATA)>
<!
The ID mechanism allows tools that produce additional deployment information (beyond the standard deployment descriptor) to store the nonstandard information in a separate file and to refer to standard deployment descriptor from these nonstandard tools specific file. Tools cannot add the nonstandard information into the standard deployment descriptor.
>
<! ATTLIST authmechanism id ID #IMPLIED> <! ATTLIST authmechtype id ID #IMPLIED>
<! ATTLIST configproperty id ID #IMPLIED>
<! ATTLIST configpropertyname id ID #IMPLIED>
<! ATTLIST configpropertyvalue id ID #IMPLIED>
<! ATTLIST configpropertytype id ID #IMPLIED> <! ATTLIST connector id ID # PLIED>
<! ATTLIST connectionfactoryinterface id ID # PLIED>
<! ATTLIST connectionfactoryimplclass id ID # PLIED>
<! ATTLIST connectioninterface id ID #IMPLIED>
<! ATTLIST connectionimplclass id ID #IMPLIED> <! ATTLIST credentialinterface id ID #IMPLIED>
<!ATTLIST description id ID #IMPLIED>
<! ATTLIST displayname id ID #IMPLIED>
<! ATTLIST eistype id ID #IMPLIED>
<! ATTLIST icon id ID #IMPLIED> <!ATTLIST managedconnectionfactoryclass id ID #JMPLIED> <! ATTLIST reauthenticationsupport id ID #IMPLIED>
<! ATTLIST resourceadapter id ID #IMPLIED>
<! ATTLIST securitypermission id ID #IMPLIED>
<! ATTLIST securitypermissionspec id ID #IMPLIED> <! ATTLIST specversion id ID #J-MPLIED>
<! ATTLIST transactionsupport id ID #IMPLIED>
<! ATTLIST vendorname id ID #IMPLIED>
While a system for a modular and portable deployment of a resource adapter in a client server computer environment has been described and illustrated in detail. While there have been described above the principles of the present invention in conjunction with various embodiments, the foregoing description is made only by way of example and not as a limitation to the scope of the invention.

Claims

CLAIMSWhat is claimed is:
1. A computer system having a client server architecture, comprising: an application server; an enterprise information system including computing resources; a connection provider; a resource adapter, said resource adapter implemented by said connection provider to serve said resources from said enterprise information system to clients, wherein the resource adapter is packaged with a deployment descriptor to form a resource adapter module corresponding to a J2EE module hierarchy, wherein said resource adapter module is deployed into the application server to allow multiple J2EE applications to share the resource adapter module; and a deployer, said deployer using a deployment tool to configure the resource adapter into a target operational environment, the deployment tool capable of reading the deployment descriptor.
2. The computer system of Claim 1, wherein the resource adapter module specifies a level of transaction support provided by the resource adapter.
3. The computer system of Claim 2, wherein the level of transaction support indicates no transaction support.
4. The computer system of Claim 2, wherein the level of transaction support indicates local transaction support.
5. The computer system of Claim 2, wherein the level of transaction support indicates resource manager local transactions are supported.
6. The computer system of Claim 5, wherein local resource manager transactions are supported by implementing a LocalTransaction interface.
7. The computer system of Claim 2, wherein the level of transaction support indicates JTA transactions are supported.
8. The computer system of Claim 7, wherein JTA transactions are supported by implementing an XAResource interface.
9. The computer system of Claim 2, wherein the deployer configures the application server for transaction management based on the level of transaction support specified by the resource adapter.
10. The computer system of Claim 1 , wherein the connection provider specifies name, type, and description for properties that have to be configured on a per connection factory instance basis, wherein the properties determine connections to a specific enterprise information system instance.
11. The computer system of Claim 10, wherein the connection factory instance is registered in a JNDI namespace.
12. The computer system of Claim 1 , wherein the connection provider specifies authentication mechanisms that are supported by the resource adapter.
13. The computer system of Claim 1 , wherein the deployer configures the application server for transaction support based on the level of support specified by the resource adapter.
14. The computer system of Claim 1 , wherein the connection provider specifies whether the resource adapter supports reauthentication of an existing physical connection.
15. The computer system of Claim 1 , wherein the deployment tool is provided by the application server.
16. The computer system of Claim 1 , wherein the deployment descriptor defines a contract between the connector provider and the deployer.
17. A computer program product, which, when executed by a computer, implements a client server computer system by performing the steps of: providing an application server; providing an enterprise information system including computing resources; providing a connection provider; providing a resource adapter, said resource adapter implemented by said connection provider to serve said resources from said enterprise information system to clients, wherein the resource adapter is packaged with a deployment descriptor to form a resource adapter module corresponding to a J2EE module hierarchy, wherein said resource adapter module is deployed into the application server to allow multiple J2EE applications to share the resource adapter module; and providing a deployer, said deployer using a deployment tool to configure the resource adapter into a target operational environment, the deployment tool capable of reading the deployment descriptor.
PCT/US2001/016101 2000-05-24 2001-05-17 Modular and portable deployment of a resource adapter in an application server WO2001090884A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
GB0227442A GB2380299B (en) 2000-05-24 2001-05-17 Modular and portable deployment of a resource adapter in an application server
AU2001263256A AU2001263256A1 (en) 2000-05-24 2001-05-17 Modular and portable deployment of a resource adapter in an application server

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/578,528 US6721777B1 (en) 2000-05-24 2000-05-24 Modular and portable deployment of a resource adapter in an application server
US09/578,528 2000-05-24

Publications (2)

Publication Number Publication Date
WO2001090884A2 true WO2001090884A2 (en) 2001-11-29
WO2001090884A3 WO2001090884A3 (en) 2003-02-27

Family

ID=24313252

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/016101 WO2001090884A2 (en) 2000-05-24 2001-05-17 Modular and portable deployment of a resource adapter in an application server

Country Status (4)

Country Link
US (1) US6721777B1 (en)
AU (1) AU2001263256A1 (en)
GB (1) GB2380299B (en)
WO (1) WO2001090884A2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003034183A2 (en) * 2001-10-18 2003-04-24 Bea Systems, Inc. System and method using a connector architecture for application integration
US6591278B1 (en) 2000-03-03 2003-07-08 R-Objects, Inc. Project data management system and method
WO2003071444A1 (en) 2002-02-15 2003-08-28 Tridium, Inc. Component model for real time system control
US6988099B2 (en) 2002-06-27 2006-01-17 Bea Systems, Inc. Systems and methods for maintaining transactional persistence
US7076772B2 (en) 2003-02-26 2006-07-11 Bea Systems, Inc. System and method for multi-language extensible compiler framework
US7080092B2 (en) 2001-10-18 2006-07-18 Bea Systems, Inc. Application view component for system integration
US7165249B2 (en) 2002-05-02 2007-01-16 Bea Systems, Inc. Systems and methods for modular component deployment
US7350184B2 (en) 2002-05-02 2008-03-25 Bea Systems, Inc. System and method for enterprise application interactions
US7475239B2 (en) 2002-09-20 2009-01-06 International Business Machines Corporation Pluggable trust adapter architecture, method and program product for processing communications
US7650592B2 (en) 2003-03-01 2010-01-19 Bea Systems, Inc. Systems and methods for multi-view debugging environment
US7650276B2 (en) 2003-02-26 2010-01-19 Bea Systems, Inc. System and method for dynamic data binding in distributed applications
US7676538B2 (en) 2002-05-02 2010-03-09 Bea Systems, Inc. Systems and methods for application view transactions
US7774697B2 (en) 2003-02-25 2010-08-10 Bea Systems, Inc. System and method for structuring distributed applications
US7840532B2 (en) 2002-05-01 2010-11-23 Oracle International Corporation System and method for storing large messages
US8015572B2 (en) 2002-02-22 2011-09-06 Oracle International Corporation Systems and methods for an extensible software proxy
US8135772B2 (en) 2002-05-01 2012-03-13 Oracle International Corporation Single servlets for B2B message routing

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6976061B1 (en) * 2000-05-24 2005-12-13 Sun Microsystems, Inc. Resource adapter and XML descriptor for use in a client server environment utilizing an enterprise information system
US7519695B2 (en) * 2000-05-26 2009-04-14 Ipass Inc. Service quality monitoring process
US7685577B2 (en) * 2000-09-01 2010-03-23 Op40, Inc. System and method for translating an asset for distribution over multi-tiered networks
WO2002019097A1 (en) * 2000-09-01 2002-03-07 International Interactive Commerce, Ltd. System and method for collaboration using web browsers
US7788407B1 (en) * 2000-10-21 2010-08-31 Cisco Technology, Inc. Apparatus and methods for providing an application level gateway for use in networks
US6971001B1 (en) * 2001-05-17 2005-11-29 Accenture Global Services Gmbh General and reusable components for defining net-centric application program architectures
US7428752B2 (en) * 2001-06-01 2008-09-23 Applications In Internet Time, Llc Secure data accessing system and method
US20040015965A1 (en) * 2001-06-02 2004-01-22 Malcom Sparks Installation-free middleware demonstration system
US20030005048A1 (en) * 2001-06-13 2003-01-02 Rivar Technologies, Inc. System and method for integrated web-based software code environment
US7571215B2 (en) * 2001-07-16 2009-08-04 Bea Systems, Inc. Data replication protocol
US6918013B2 (en) * 2001-07-16 2005-07-12 Bea Systems, Inc. System and method for flushing bean cache
US7702791B2 (en) * 2001-07-16 2010-04-20 Bea Systems, Inc. Hardware load-balancing apparatus for session replication
US20030023898A1 (en) * 2001-07-16 2003-01-30 Jacobs Dean Bernard Layered architecture for data replication
US7409420B2 (en) 2001-07-16 2008-08-05 Bea Systems, Inc. Method and apparatus for session replication and failover
US7761606B2 (en) * 2001-08-02 2010-07-20 Ipass Inc. Method and system to secure a connection application for distribution to multiple end-users
US20030188160A1 (en) * 2001-08-02 2003-10-02 Singam Sunder Method and system to securely update files via a network
US7028030B2 (en) * 2001-08-30 2006-04-11 Bea Systems, Inc. Cluster caching with concurrency checking
US20030046230A1 (en) * 2001-08-30 2003-03-06 Jacobs Dean Bernard Method for maintaining account consistency
US7113980B2 (en) 2001-09-06 2006-09-26 Bea Systems, Inc. Exactly once JMS communication
US6826601B2 (en) 2001-09-06 2004-11-30 Bea Systems, Inc. Exactly one cache framework
CA2358681C (en) * 2001-10-12 2008-01-15 Ibm Canada Limited-Ibm Canada Limitee Resource adapter and integrated development environment
US7930704B2 (en) * 2002-02-06 2011-04-19 Oracle International Corporation J2EE component extension architecture
US7403996B2 (en) 2002-02-21 2008-07-22 Bea Systems, Inc. Systems and methods for migratable services
US7152181B2 (en) * 2002-02-22 2006-12-19 Bea Systems, Inc. Method for highly available transaction recovery for transaction processing systems
US7617289B2 (en) * 2002-02-22 2009-11-10 Bea Systems, Inc. System and method for using a data replication service to manage a configuration repository
US7178050B2 (en) * 2002-02-22 2007-02-13 Bea Systems, Inc. System for highly available transaction recovery for transaction processing systems
US7036110B2 (en) * 2002-03-21 2006-04-25 Sun Microsystems, Inc. Mechanism to manage the lifecycle of a resource adapter
US20030182426A1 (en) * 2002-03-21 2003-09-25 Sun Microsystems, Inc. Apparatus and method of lazy connection transaction enlistment
US7089317B2 (en) * 2002-03-21 2006-08-08 Sun Microsystems, Inc. Architecture for plugging messaging systems into an application server
US7058950B2 (en) * 2002-03-21 2006-06-06 Sun Microsystems, Inc. Callback event listener mechanism for resource adapter work executions performed by an application server thread
US20030182361A1 (en) * 2002-03-22 2003-09-25 Sun Microsystems, Inc. Business-model agnostic service deployment management service
US7484224B2 (en) * 2002-05-02 2009-01-27 Bae Systems, Inc. Adapter deployment without recycle
US7506342B2 (en) * 2002-07-23 2009-03-17 Bea Systems, Inc. System and method for implementing J2EE connector architecture
US7698434B2 (en) * 2002-08-29 2010-04-13 Bea Systems, Inc. J2EE connector architecture
US7565443B2 (en) * 2002-12-13 2009-07-21 Sap Ag Common persistence layer
US8862686B2 (en) * 2003-08-28 2014-10-14 International Business Machines Corporation System and method for providing shared web modules
US7797697B2 (en) * 2004-05-05 2010-09-14 Bea Systems, Inc. System and method for deploying applications with library modules
US20050251495A1 (en) * 2004-05-06 2005-11-10 Bea Systems, Inc. System and method for unified file management
US7730112B2 (en) * 2004-05-10 2010-06-01 Bea Systems Inc. Scoped applications
US7428733B2 (en) * 2004-05-13 2008-09-23 Bea Systems, Inc. System and method for custom module creation and deployment
US7814484B2 (en) * 2004-05-14 2010-10-12 Bea Systems, Inc. System and method for web application extensibility
US7707572B2 (en) * 2004-05-19 2010-04-27 Bea Systems, Inc. System and method for application container architecture
US7509429B2 (en) * 2004-05-28 2009-03-24 Sap Ag Message endpoint activation
US20050289212A1 (en) * 2004-06-01 2005-12-29 Tankov Nikolal D Non-transactional resource reference
US7594237B2 (en) * 2004-06-01 2009-09-22 Sap Ag Program object to support connection generation
US7676810B2 (en) * 2004-06-03 2010-03-09 Sap Ag Identification of execution context
US9582313B2 (en) * 2004-06-03 2017-02-28 Sap Se Connection resource system
US7657658B2 (en) * 2004-06-07 2010-02-02 Sap Ag Resource adapter deployment
US8281014B2 (en) * 2004-12-28 2012-10-02 Sap Ag Session lifecycle management within a multi-tiered enterprise network
US8204931B2 (en) 2004-12-28 2012-06-19 Sap Ag Session management within a multi-tiered enterprise network
US8762547B2 (en) * 2005-04-29 2014-06-24 Sap Ag Shared memory implementations for session data within a multi-tiered enterprise network
US8024566B2 (en) * 2005-04-29 2011-09-20 Sap Ag Persistent storage implementations for session data within a multi-tiered enterprise network
US8589562B2 (en) 2005-04-29 2013-11-19 Sap Ag Flexible failover configuration
US7454492B2 (en) * 2005-08-26 2008-11-18 International Business Machines Corporation Method and apparatus for configuring and modeling server information in an enterprise tooling environment
US8151360B1 (en) 2006-03-20 2012-04-03 Netapp, Inc. System and method for administering security in a logical namespace of a storage system environment
US9118697B1 (en) 2006-03-20 2015-08-25 Netapp, Inc. System and method for integrating namespace management and storage management in a storage system environment
US8751946B2 (en) * 2006-04-05 2014-06-10 International Business Machines Corporation Enhanced display of properties for a program object
US8812556B2 (en) * 2006-04-06 2014-08-19 International Business Machines Corporation Storing modification data for recreating modifications
US8635247B1 (en) * 2006-04-28 2014-01-21 Netapp, Inc. Namespace and storage management application infrastructure for use in management of resources in a storage system environment
US7752639B2 (en) * 2006-08-21 2010-07-06 International Business Machines Corporation Apparatus, system, and method for a programming model for accessing EIS systems as services
US8438535B2 (en) * 2006-12-04 2013-05-07 Sap Ag Method and apparatus for persistent object tool
US20080270974A1 (en) * 2007-04-30 2008-10-30 Krasimir Topchiyski Enterprise JavaBeans Metadata Model
US8302092B2 (en) * 2007-06-26 2012-10-30 Microsoft Corporation Extensible data driven deployment system
US7937698B2 (en) * 2007-08-02 2011-05-03 International Business Machines Corporation Extensible mechanism for automatically migrating resource adapter components in a development environment
US8176114B2 (en) * 2008-02-28 2012-05-08 Oracle International Corporation Distributed cross-application server deployment
US8209262B2 (en) * 2008-07-03 2012-06-26 International Business Machines Corporation Pattern-based policy application mechanism for SCA
US9411571B2 (en) * 2013-02-28 2016-08-09 Adobe Systems Incorporated Method and apparatus for deploying software as a service
US11809839B2 (en) 2022-01-18 2023-11-07 Robert Lyden Computer language and code for application development and electronic and optical communication

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2308468A (en) * 1995-12-20 1997-06-25 Ibm Data processing systems and methods providing interoperability between data processing resources
FR2756070B1 (en) * 1996-11-18 1999-01-22 Bull Sa SYSTEM FOR MANAGING AND PROCESSING DISTRIBUTED OBJECT TRANSACTIONS AND METHOD IMPLEMENTED THEREWITH
US6266666B1 (en) * 1997-09-08 2001-07-24 Sybase, Inc. Component transaction server for developing and deploying transaction- intensive business applications
US6157927A (en) * 1998-04-22 2000-12-05 Unisys Corporation Methods and apparatus for enabling a component in a first transaction processing environment to access a resource in another environment that is under the control of an Xatmi complaint transaction manager
US6397191B1 (en) * 1998-06-05 2002-05-28 I2 Technologies Us, Inc. Object-oriented workflow for multi-enterprise collaboration
US6453353B1 (en) * 1998-07-10 2002-09-17 Entrust, Inc. Role-based navigation of information resources
US6442620B1 (en) * 1998-08-17 2002-08-27 Microsoft Corporation Environment extensibility and automatic services for component applications using contexts, policies and activators
US6338089B1 (en) * 1998-10-06 2002-01-08 Bull Hn Information Systems Inc. Method and system for providing session pools for high performance web browser and server communications
US6256676B1 (en) * 1998-11-18 2001-07-03 Saga Software, Inc. Agent-adapter architecture for use in enterprise application integration systems

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
BILL SHANNON: "Java2 Platform, Enterprise Edition Specification Version 1.2" SUN MICROSYSTEMS, [Online] 17 December 1999 (1999-12-17), XP002221374 Retrieved from the Internet: <URL:http://java.sun.com/j2ee/docs.html> [retrieved on 2002-11-18] *
D. COWARD ET AL: "Java2 Platform, Enterprise Edition (J2EE) Reference Implementation" JAVAONE SUN'S 1999 WORLWIDE JAVA DEVELOPER CONFERENCE, [Online] 1999, XP002221375 Retrieved from the Internet: <URL:http://servlet.java.sun.com/javaone/j avaone99/pdfs/e675.pdf> [retrieved on 2002-11-18] *
DOCUMENT EDITION 5.0: "BEA Weblogic Enterprise Getting Started" [Online] December 1999 (1999-12) XP002221376 Retrieved from the Internet: <URL: http://edocs.bea.com/wle/wle50/pdf/getstar t.pdf> [retrieved on 2002-11-18] page 1.1, line 1 -page 1.3, last line page 2.8, line 19 - last line page 3.2, line 1 -page 3.10, last line page 6.1, line 1 -page 6.16, last line page 7.10, line 1 -page 8.16, last line *
S. CHEUNG ET AL: "Java Transaction API (JTA)" SUN MICROSYSTEMS, [Online] 29 April 1999 (1999-04-29), pages 1-60, XP002220825 Retrieved from the Internet: <URL:http://java.sun.com/Download3> [retrieved on 2002-11-14] *

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6591278B1 (en) 2000-03-03 2003-07-08 R-Objects, Inc. Project data management system and method
US7152204B2 (en) 2001-10-18 2006-12-19 Bea Systems, Inc. System and method utilizing an interface component to query a document
WO2003034183A2 (en) * 2001-10-18 2003-04-24 Bea Systems, Inc. System and method using a connector architecture for application integration
WO2003034183A3 (en) * 2001-10-18 2003-12-04 Bea Systems Inc System and method using a connector architecture for application integration
US7721193B2 (en) 2001-10-18 2010-05-18 Bea Systems, Inc. System and method for implementing a schema object model in application integration
US7831655B2 (en) 2001-10-18 2010-11-09 Bea Systems, Inc. System and method for implementing a service adapter
US7080092B2 (en) 2001-10-18 2006-07-18 Bea Systems, Inc. Application view component for system integration
US7822806B2 (en) 2002-02-15 2010-10-26 Honeywell International Inc. Real-time data interface and method for browsers and the like
WO2003071444A1 (en) 2002-02-15 2003-08-28 Tridium, Inc. Component model for real time system control
EP1474753A1 (en) * 2002-02-15 2004-11-10 Tridium, Inc. Component model for real time system control
EP1474753A4 (en) * 2002-02-15 2009-12-09 Tridium Inc Component model for real time system control
US8484664B2 (en) 2002-02-22 2013-07-09 Oracle International Corporation Systems and methods for an extensible software proxy
US8015572B2 (en) 2002-02-22 2011-09-06 Oracle International Corporation Systems and methods for an extensible software proxy
US7840532B2 (en) 2002-05-01 2010-11-23 Oracle International Corporation System and method for storing large messages
US8135772B2 (en) 2002-05-01 2012-03-13 Oracle International Corporation Single servlets for B2B message routing
US8046772B2 (en) 2002-05-02 2011-10-25 Oracle International Corporation System and method for enterprise application interactions
US7676538B2 (en) 2002-05-02 2010-03-09 Bea Systems, Inc. Systems and methods for application view transactions
US7350184B2 (en) 2002-05-02 2008-03-25 Bea Systems, Inc. System and method for enterprise application interactions
US7165249B2 (en) 2002-05-02 2007-01-16 Bea Systems, Inc. Systems and methods for modular component deployment
US7117214B2 (en) 2002-06-27 2006-10-03 Bea Systems, Inc. Systems and methods for maintaining transactional persistence
US6988099B2 (en) 2002-06-27 2006-01-17 Bea Systems, Inc. Systems and methods for maintaining transactional persistence
US7475239B2 (en) 2002-09-20 2009-01-06 International Business Machines Corporation Pluggable trust adapter architecture, method and program product for processing communications
US7774697B2 (en) 2003-02-25 2010-08-10 Bea Systems, Inc. System and method for structuring distributed applications
US7650276B2 (en) 2003-02-26 2010-01-19 Bea Systems, Inc. System and method for dynamic data binding in distributed applications
US7076772B2 (en) 2003-02-26 2006-07-11 Bea Systems, Inc. System and method for multi-language extensible compiler framework
US7650592B2 (en) 2003-03-01 2010-01-19 Bea Systems, Inc. Systems and methods for multi-view debugging environment

Also Published As

Publication number Publication date
WO2001090884A3 (en) 2003-02-27
GB2380299A (en) 2003-04-02
GB2380299B (en) 2005-02-02
US6721777B1 (en) 2004-04-13
GB0227442D0 (en) 2002-12-31
AU2001263256A1 (en) 2001-12-03

Similar Documents

Publication Publication Date Title
US6721777B1 (en) Modular and portable deployment of a resource adapter in an application server
US6976061B1 (en) Resource adapter and XML descriptor for use in a client server environment utilizing an enterprise information system
Jendrock et al. Java EE 7 Tutorial, The, Volume 1
US6996809B2 (en) Method and apparatus for providing instrumentation data to an instrumentation data source from within a managed code environment
US7831655B2 (en) System and method for implementing a service adapter
US20020108102A1 (en) Method and apparatus for accessing instrumentation data from within a managed code environment
WO2003044661A1 (en) System and method for implementing a service adapter
Balen Distributed object architectures with CORBA
Gannod et al. An architecture-based approach for synthesizing and integrating adapters for legacy software
Dilley OODCE: A C++ Framework for the OSF Distributed Computing Environment.
Little et al. Building configurable applications in Java
Galik et al. Generating connectors for heterogeneous deployment
Pautet et al. GLADE users guide
Mykkänen et al. Component and Service Technology Families
Thompson et al. Comparisons between corba and dcom: architectures for distributed computing
Lau et al. Deployment contracts for software components
Moreno et al. Modelling interactions between Web applications and third-party systems
Ongg An architectural comparison of distributed object technologies
Madhoun et al. On the creation of distributed simulation Web-Services in CD++
Nusbaum et al. WebSphere Application Servers: Standard and Advanced Editions
Golomshtok . NET System Management Services
Franchitti Application Servers G22. 3033-011
Patil et al. Comparison of Middleware Technologies-CORBA, RMI & COM/DCOM
Moreira et al. Middleware: the layer in between
Chen et al. RoadMapAssembler: A new pattern-based J2EE development tool

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: GB0227442.1

Country of ref document: GB

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP