| Author |
EJB Container service
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Hi, Is Naming service EJB container service?
|
Groovy
|
 |
Chris Mathews
Ranch Hand
Joined: Jul 18, 2001
Posts: 2712
|
|
|
I don't understand your question. Can you elaborate more?
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Is "Naming service" a service provided by EJB container I guess it provided by JNDI. Thanks
|
 |
Nasko Aladjov
Greenhorn
Joined: Mar 25, 2003
Posts: 19
|
|
Hi Pradeep, I will put here a quote from "Mastering EJB" by Ed Roman : "J2EE servers bundle a JNDI implementation with their product. Typically this is a custom implementation provided by the J2EE server vendor. JNDI then just becomes another service provided by the server, along with RMI-IIOP, JMS, and so on.". In general the servers provide the services Since it is very dificult to specify the boundaries between the container and the server, i would advice you to read more about the roles they perform (take for example Mark Cade's book). Best regards, ~Nasko [ March 25, 2003: Message edited by: Nasko ]
|
 |
 |
|
|
subject: EJB Container service
|
|
|