IT Placement Papers JAVA EJB
This category contains EJB Interview Questions and Answers |
What is an Enterprise Bean?
|
|
|
|
|
Written in the Java programming language, an enterprise bean is a server-side component that encapsulates the business logic of an application. The business logic is the code that fulfills the purpose of the application. In an inventory control application, for example, the enterprise beans might implement the business logic in methods called checkInventoryLevel and orderProduct. By invoking these methods, remote clients can access the inventory services provided by the application.
Only registered users can write comments. Please login or register.
|