|
|
|
EJB
|
What is an Object server?
With an object server, the Client/Server application is written as a set of communicating objects. Client object communicate with server objects using |
|
|
EJB
|
What is a Server Group?
A server group is a template of an Application Server(and its contents) i.e, it is a logical representation of the application server. It has the same |
|
|
EJB
|
What is EJB server?
An EJB server is a high-level process or application that provides a run-time environment to support the execution of server applications that use ent |
|
|
EJB
|
What is session Bean?
Session bean is a non-persistent object that implements some business logic running on the server. One way to think of a session object is as a logica |
|
|