• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Some points on EJB Roles

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just thought of writing down the EJB roles and their highlights:

(1) Enterprise Bean Provider - provides ejb-jar files with bean implementations, application domain expert
(2) Application Assembler - ejb-jar files with application assebmly instructions, domain expert, works with bean annotations or xml metadata
(3) Deployer - deployes the ejb-jar files to an operational environment, resolve external bean dependencies,
(4) EJB Service Provider - trasnaction management, distributed object, low level system services
(5) EJB Container Provider - deployment tools for deployment, run time support for the enterprise beans, expertise in system level programming
(6) Persistence Provider - OR mapping, Query processing & Caching
(7) System Administrator - admin & configuration of the system, network infrastructure of the environment in which the beans are deployed

Guys,

Please add or correct me in case I have missed out something here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic