Classes and Interfaces (Remote/Home): Difference between revisions

From
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
----
----


*[[Remote Client]]
*Remote Client

*[[Local Client]]
----
*[[Web Service Clients]]

*Local Client
*Web Service Clients

Revision as of 07:27, 26 November 2004

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.


  • Remote Client

  • Local Client
  • Web Service Clients