1.

What Is Session Bean?

Answer»

Session BEANS are used to shield the client from the complexity of the BUSINESS logic. They provide access to special transient business services. They are created by the client submitting the query to the database and exist as long as the client SERVER session exists.

Session bean components implement the javax.ejb.SessionBean interface. Client INVOKES the methods on the session beans to access the APPLICATION in the server.

Session beans are used to shield the client from the complexity of the business logic. They provide access to special transient business services. They are created by the client submitting the query to the database and exist as long as the client server session exists.

Session bean components implement the javax.ejb.SessionBean interface. Client invokes the methods on the session beans to access the application in the server.



Discussion

No Comment Found