• 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:

is EJBServer means operating system?

 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJBServer Provider and EJBContainer provider looking similar. is EJBSerrver means operating system? somewhere I read EJBServer provider means OS Provider or Database Provider or Middleware provider.
How come Database Provider becomes EJB Server provider?
is sun J2EE server both container provider and Server provider?

Thanks,
Yamini
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by yamini nadella:

EJBServer Provider and EJBContainer provider looking similar.
is EJBSerrver means operating system?is sun J2EE server both container provider and Server provider?



EJB container is the one provides the environment for the EJB(beans). It is a part of the EJB Server. So the EJB Server contains atleast one container.

Originally posted by yamini nadella:

somewhere I read EJBServer provider means OS Provider or Database Provider or Middleware provider. How come Database Provider becomes EJB Server provider?


Is this about 'providers'? Like.. Oracle provides Databases. It also came up with Oracle9iAS. Whatever you read, if it seems too wrong to be printed, read carefully again, it is probably not wrong.

Tina

Tina
 
reply
    Bookmark Topic Watch Topic
  • New Topic