answersLogoWhite

0

Rahul Jha, from patana, Kankad bag, 9730477149

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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


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


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


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.


What is Java Support Systems?

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


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 the difference between RMI and RPC?

RMI simply offers remote access to an object running in another process. But EJB offers far more services than RMI. EJB leverages this remote-object feature of RMI, but also provides other services such as persistence, transaction management, security, and resource management. The EJB server provides all of these complex services which allows EJB developers to worry about business logic instead. For a complete understanding of EJB i suggest Http://edocs.bea.com/wle/rmi/sampejb.htm