answersLogoWhite

0

What state does a Stateful Session EJB maintain?

Updated: 9/17/2019
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What state does a Stateful Session EJB maintain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can a stateful session EJB be notified about transaction boundaries it currently participates in?

By implementing thejavax.transaction.UserTransaction interface and specify transaction boundaries with explicit calls to tx.begin(), tx.commit(), tx.rollback() through JNDI. For further info see, http://download.oracle.com/docs/cd/E13222_01/wls/docs70/ejb/EJB_environment.html


How do you get ServletContext object in EJB - 38k?

get servlet context path from EJB


What is EJB in java?

EJB generally is used for the following reasons - 1. To extract the business logic from web tier and implement the buginess logic in ejb. 2. EJB can also run on different system. So for big application to reduce load buniness logic implementation code can be executed in different system. 3. Since to run the EJB, develop needs an EJB container. So these are following activities are managed by the EJB container - i. To handle resouce polling. Basically EJB container create EJB instance and place in poll to ready when require it provides the instance. ii. Transaction management using @ContainerBeabManaged annotation iii. Threading iv. concurency handleing Thanks aswini.de@gmail.com


Projects on ejb ppt?

dd


What is the latest version of EJB?

3.1


Who invented ejb?

Rahul Jha, from patana, Kankad bag, 9730477149


What nicknames does Ejeai Baggett go by?

Ejeai Baggett goes by BizerkeauxBLAZE, BizBlaze, and EJB.


How can you Send records from a Access database to remote server using java?

Ya we can use to do this by using EJB


What are the benefits of java for the development of e-commerce portals for customers and suppliers like partsEdge?

JAVA is excellent at security and transaction management, which are achieved by EJB (Enterprise Java Beans ).As EJB is only one distributed technology used for business processing of an organization efficiently. It is more faster as compared to other technologies.


What is all this JSP Servlets EJB Struts?

JSP stands for java server pagesStruts is an elegant, extensible framework for creating enterprise-ready Java web applications.Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE). EJB technology enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology.


How to create a student information system using the concept through which student could see his mark and attendance?

The answer is simply if you tell me what is the meaning of ejb


What is Java Support Systems?

Java support system includes: · Applets · Servlets · Java Beans · EJB · JSP · XML · SOAP · CORBA