Classes and Interfaces (Remote/Home): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
---- |
---- |
||
A session bean is a component that implements some business logic running on the server. An entity bean is a component that represents an object-oriented view of some entities stored in a persistent storage, such as a database, or entities that are implemented by an existing enterprise application. The client of a session bean or an entity bean may be a remote client or it may be a local client, depending on whether the client makes use of the enterprise bean |
A session bean is a component that implements some business logic running on the server. An entity bean is a component that represents an object-oriented view of some entities stored in a persistent storage, such as a database, or entities that are implemented by an existing enterprise application. The client of a session bean or an entity bean may be a remote client or it may be a local client, depending on whether the client makes use of the enterprise bean's remote or local client view interfaces. The client of a stateless session bean may be a web service client. A web service client makes use of the enterprise bean's web service client view corresponding to the web service endpoint interface, as described by a WSDL document. |
||
---- |
---- |
||
*Remote Client |
|||
---- |
|||
*Local Client |
|||
*Web Service Clients |
Latest revision as of 08:59, 8 February 2005
Overview
A session bean is a component that implements some business logic running on the server. An entity bean is a component that represents an object-oriented view of some entities stored in a persistent storage, such as a database, or entities that are implemented by an existing enterprise application. The client of a session bean or an entity bean may be a remote client or it may be a local client, depending on whether the client makes use of the enterprise bean's remote or local client view interfaces. The client of a stateless session bean may be a web service client. A web service client makes use of the enterprise bean's web service client view corresponding to the web service endpoint interface, as described by a WSDL document.