• 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

Ejb components in container, how about Corba components?

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there!
As we know Ejb components are running in EJB Container which handles their lifecycle, transaction management, multiple instance, pooling etc.
How is the situation about Corba components, do they have similar Container than Ejbs handling same kind of things or how e.g. multiple Corba components are "living" in Corba servers?
Can anyone explain how does Ejb components differ from Corba components?
I am trying get some kind picture if they have any common style or functionality how their containers/servers are treating them.
br
Mikla
 
reply
    Bookmark Topic Watch Topic
  • New Topic