Printed: Oct 4, 2024
From: http://www.jcp.org/en/jsr/detail?id=208
|
Specification Leads | |||
Ron Ten-Hove | Sun Microsystems, Inc. | ||
Peter Walker | Sun Microsystems, Inc. | ||
Expert Group | |||
Apache Software Foundation | Askary, Sid | Borland Software Corporation | |
Capgemini | Collaxa | DPWN SOP Group | |
Fujitsu Limited | Intalio, Inc. | IOPSIS Software Inc. | |
Liu, Jie | Nokia Corporation | Novell, Inc. | |
Oak Grove Systems | Oracle | Potter, Timothy | |
Progress Software | Red Hat | Research In Motion, LTD (RIM) | |
SAP SE | SeeBeyond Technology Corp. | Sonic Software | |
Sun Microsystems, Inc. | Sybase | TIBCO Software Inc. | |
TmaxSoft, Inc. | Vignette | WebMethods Corporation |
Updates to the Original Java Specification Request (JSR)
The following changes have been made to the original JSR:
Specification Leads: Ronald Ten-Hove, Peter Walker
E-Mail Address: ronald.ten-hove
Telephone Number: +1 510 574 5565, +1 408 276 7321
Fax Number: -,+1 408 276 7191
Java Business Integration JSR (JBI) extends J2EE and J2SE with business integration SPIs. These SPIs enable the creation of a Java business integration environment for specifications such as WSCI, BPEL4WS and the W3C Choreography Working Group.
The industry is currently on the path to define standards for business integration that form a new layer of standard metadata in the web services stack. While this work is not complete as yet, the general shape of this standard metadata can be seen in the WSCI and BPEL4WS proposals. The industry needs a standard in this space and we look to the recently chartered W3C Choreography Working Group to drive the convergence of these and other related efforts. The JBI SPIs will reflect the industry consensus that emerges from this work.
This JSR uses the following terms to further classify this standard business integration metadata. The term 'business protocol' is an umbrella term for the metadata used to describe the interaction between a set of business processes that implement the roles of partners within a larger service composition. The term 'abstract business process' is the metadata that describes how a business process, within a business protocol, choreographs its role in a service composition so that its partner processes understand how to interact with it. It should be noted that the term 'business process' in this context means any actor that participates in the business protocol. In finer grained situations, a 'business process' could be something as simple as a data transformation table or a few business rules.
JBI employs concepts similar to J2EE to extend application packaging and deployment functionality to include JBI Components. JBI Components are an open-ended class of components that are based on JBI abstract business process metadata. The JBI JSR itself does not define how developers code Components. Both standard and proprietary ways of coding Components may exist. A specific class of Component may provide rich business process functionality while another class of Component may provide a specialized integration function like a data transformation table or support a domain specific business rule encoding.
A JBI Application is composed of one or more JBI Components and service assemblies.
JBI divides the task of supporting JBI Components into three roles - the JBI Environment, the JBI Machine and the JBI Binding. The focus of the JBI JSR is the role of the Environment and its support for Machines and Bindings. It treats both Machines and Bindings as black boxes that interact with it via Environment SPIs.
The Environment defines a standard internal representation for business protocol messages based on standard business protocol metadata. This representation is an important element of the Environment SPI that links Environments, Machines and Bindings.
JBI Machines are responsible for supporting the lifecycle of a particular class of JBI Components. For instance, if a JSR defines a standard way of coding a Component, then the existence of a Machine supporting this Component model would allow the Environment to add support this Component model. Likewise, a vendor could produce a Machine that supports its proprietary Component model and this Machine could be deployed on the Environment. The Environment provides the base business protocol communication infrastructure that allows Components (through their Machines) to communicate with each other and with external services. The Environment also defines a standard Machine packaging model and a standard Machine deployment and instantiation lifecycle.
JBI Bindings are used by the Environment to communicate with external services via specific business protocol bindings. The role of a Binding is to implement a specific communications binding for the Environment's standard internal representation of business protocol messages. The Environment also defines a standard Binding packaging model and a standard Binding deployment and instantiation lifecycle.
J2EE 1.4 and J2SE 1.4
Developers will be building services that interact via business protocols. Java platforms can be augmented with a business protocol infrastructure to support the range of integration component models and the range of bindings these services will require.
Java does not currently adequately support service-oriented integration technologies.
JBI's internationalization and localization will be handled by a combination of the functionality provided by the platform and web services standards.
Identification |
Request |
Contributions
Section 1. Identification
Submitting Member: Sun Microsystems
Name of Contact Person: Edwin Julson
E-Mail Address: ed.julson
Telephone Number: +1 408 276 7151
Fax Number: +1 408 276 7191
Specification Lead: Mark Hapner
E-Mail Address: mark.hapner
Telephone Number: +1 408 276 7105
Fax Number: +1 408 276 7191
NOTE this information has been updated from the original JSR.Initial Expert Group Membership:
BEA Systems
Sun Microsystems
Supporting this JSR:
BEA Systems
SeeBeyond
Sybase
Section 2: Request
NOTE that this section has been updated from this original request.
Java Business Integration JSR (JBI) extends J2EE with business integration SPIs. These SPIs enable the creation of a Java business integration environment for specifications such as WSCI, BPEL4WS and the W3C Choreography Working Group.
The industry is currently on the path to define standards for business integration that form a new layer of standard metadata in the web services stack. While this work is not complete as yet, the general shape of this standard metadata can be seen in the WSCI and BPEL4WS proposals. The industry needs a standard in this space and we look to the recently chartered W3C Choreography Working Group to drive the convergence of these and other related efforts. The JBI SPIs will reflect the industry consensus that emerges from this work.
This JSR uses the following terms to further classify this standard business integration metadata. The term 'business protocol' is an umbrella term for the metadata used to describe the interaction between a set of business processes that implement the roles of partners within a larger service composition. The term 'abstract business process' is the metadata that describes how a business process, within a business protocol, choreographs its role in a service composition so that its partner processes understand how to interact with it. It should be noted that the term 'business process' in this context means any actor that participates in the business protocol. In finer grained situations, a 'business process' could be something as simple as a data transformation table or a few business rules.
JBI extends the J2EE application packaging and deployment functionality to include JBI Components. JBI Components are an open-ended class of components that are based on JBI abstract business process metadata. The JBI JSR itself does not define how developers code Components. Both standard and proprietary ways of coding Components may exist. A specific class of Component may provide rich business process functionality while another class of Component may provide a specialized integration function like a data transformation table or support a domain specific business rule encoding.
A JBI Application is composed of one or more JBI Components. It may also include J2EE modules as defined by the J2EE Platform.
JBI divides the task of supporting JBI Components into three roles - the JBI Environment, the JBI Machine and the JBI Binding. The focus of the JBI JSR is the role of the Environment and its support for Machines and Bindings. It treats both Machines and Bindings as black boxes that interact with it via Environment SPIs.
The Environment defines a standard internal representation for business protocol messages based on standard business protocol metadata. This representation is an important element of the Environment SPI that links Environments, Machines and Bindings.
JBI Machines are responsible for supporting the lifecycle of a particular class of JBI Components. For instance, if a JSR defines a standard way of coding a Component, then the existence of a Machine supporting this Component model would allow the Environment to add support this Component model. Likewise, a vendor could produce a Machine that supports its proprietary Component model and this Machine could be deployed on the Environment. The Environment provides the base business protocol communication infrastructure that allows Components (through their Machines) to communicate with each other and with external services. The Environment also defines a standard Machine packaging model and a standard Machine deployment and instantiation lifecycle.
JBI Bindings are used by the Environment to communicate with external services via specific business protocol bindings. The role of a Binding is to implement a specific communications binding for the Environment's standard internal representation of business protocol messages. The Environment also defines a standard Binding packaging model and a standard Binding deployment and instantiation lifecycle.
NOTE that this section has been updated from this original request.
NOTE that this section has been updated from this original request.
J2EE 1.4
NOTE that this section has been updated from this original request.
J2EE developers will be building services that interact via business protocols. J2EE needs a business protocol infrastructure to support the range of integration component models and the range of bindings these services will require.
NOTE that this section has been updated from this original request.
The J2EE Platform does not currently provide the full infrastructure needed to support business protocols.
See Section 2.1
The proposed package name is 'javax.jbi'.
There are no such dependencies.
The majority of a JBI application's security requirements at the business protocol layer will be handled by JBI Bindings. A Binding will use a combination of web service standards and Java security standards to satisfy its security needs.
NOTE that this section has been updated from this original request.
JBI's internationalization and localization will be handled by a combination of the functionality provided by the J2EE Platform and web services standards.
There are none.
Expert Group Formation - April 2003
Community Review - December 2003
Public Review - February 2004
Final Draft - December 2004
The primary means of communication will be email, with conference calls and face-to-face meetings scheduled as needed.
Sun will deliver a standalone Reference Implementation (RI) and Technology Compatibility Kit (TCK).
N/A
Pursuant to Section 2.2.1 of the Java Community Process version 2.5, the following is a summary of Sun's anticipated principal license terms and conditions for the Java Business Integration, version 1.0.
Non-Commercial Use
The Java Business Integration 1.0 Technology Compatibility Kit (TCK) will be licensed at no charge, without support, to qualified not-for-profit entities (including not-for-profit academic institutions and individuals) who are engaged in efforts to create compatible implementations of the Specification.
Commercial Use
The Reference implementation (RI) and TCK will be separately licensable.
Any use of the Specification that doesn't fall under Non-Commercial Use (above) will require a fee-based TCK license from Sun Microsystems Inc. The RI will be available to Commercial Use TCK licensees for use in their efforts to create compatible implementations of the Specification.
Support
A Technology Compatibility Kit Support contract is required for Commercial Use.
Section 3: Contributions
JBI extends J2EE 1.4 with SPIs to support business integration. The W3C specifications are building blocks for JBI business protocol metadata. The WSCI and BPEL4WS documents are potential starting points for the W3C Choreography Working Group and therefore indirectly influence JBI.
The BEA Process Definition for Java JSR defines the Java APIs and JSR 175 Annotations a Java developer uses to implement a business process. Support for the BEA JSR can be added to the JBI Environment by providing a JBI Machine that supports it. This illustrates the complementary nature of the JBI SPIs and the BEA JSR APIs.