Rahul Jha, from patana, Kankad bag, 9730477149
get servlet context path from EJB
Tim Westergren invented Pandora.
Who invented the wide area network
he invented the first raditotelescope in the Philippines
Arnold August Petronella Marie d'Hondt invented the laminator.
get servlet context path from EJB
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
dd
3.1
Ejeai Baggett goes by BizerkeauxBLAZE, BizBlaze, and EJB.
Ya we can use to do this by using EJB
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
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.
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.
Java support system includes: · Applets · Servlets · Java Beans · EJB · JSP · XML · SOAP · CORBA
The answer is simply if you tell me what is the meaning of ejb
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