• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java EE 6

 
Ranch Hand
Posts: 148
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is Java Business Integration part of Java EE 6? When is the anticipated final release of Java EE 6???

Are Service Data Objects going to be part of the Java EE 6 Standard or Java SE 7 Standard?
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dibbo Khan:
Is Java Business Integration part of Java EE 6? When is the anticipated final release of Java EE 6???

Are Service Data Objects going to be part of the Java EE 6 Standard or Java SE 7 Standard?



Dear Dibbo,

According to the Java EE specification both JBI & SDO were supposed to be a part of JEE 6 , but were deferred to future profiles. I don't believe that they will be in java SE 7.
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java Business Integration JSR (JBI) extends J2EE and J2SE with business integration SPIs. JBI employs concepts similar to J2EE to extend application packaging and deployment functionality to include JBI Components. Hence as per original JSR (JSR-208), the target platform for JBI is J2EE 1.4 and J2SE 1.4. A JBI Application is composed of one or more JBI Components. It may also include J2EE modules as defined by the J2EE Platform.

I am yet to look into the roadmap of Java EE 6 Standard or Java SE 7 Standard for its option (if at all, any) for SDO, but at least SCA and Tuscany supports pluggable middleware, so JBI is an ideal back end for SCA. Read the link on how-does-servicemix-compare-to-tuscany-or-sca to understand more on this.

To learn more on ESB, JBI, ServiceMix & EIP, refer to the PACKT title "Service Oriented Java Business Integration":
http://www.packtpub.com/service-oriented-java-business-integration/book
http://www.amazon.com/Service-Oriented-Business-Integration-Binildas-Christudas/dp/1847194400
 
Willie Smits increased rainfall 25% in three years by planting trees. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic