• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOA in EJB Model

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,
I need to model the SOA (Service Oriented Architecture) in the platform EJB or . Net, or CORBA, or... any platform, just I need the model
In fact, as it's known the traditional model of SOA as shown in the figure 2 in http://www.ibm.com/developerworks/websphere/library/techarticles/0409_amanuddin/0409_amanuddin.html
I need just the implementation of this model in on platform such as EJB ( I have no idea about EJB, but I need only the model of SOA in EJB or any other platform
Any idea,
Thanks in advance,
Genefer
 
author
Posts: 580
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Genefer,

SOA support in EJB mirrors what can be found in platforms like .NET. In particular, EJB components can be exposed as web services via XML, SOAP, WSDL and UDDI with little or no business logic modifications. In addition, most SOA tools like ESBs have support for EJB integration.

Regards,
Reza
 
reply
    Bookmark Topic Watch Topic
  • New Topic