EJB
Results 1 - 5 of 5
EJB 2.1 Kick Start : Implementing a Solution Using EJB 2.1.
Sample chapter from "EJB 2.1 Kick Start" on installing an application server to developing and deploying an EJB on it.
CX310-090 SCBCD EJB Java
Pass SCBCD CX310-090 exam in first attempt. 280 questions with detailed explanation and 100 study notes. CX310-090 - SCBCD EJB Java study notes, articles and mock test. 99% pass rate, 100% money back guarantee. Based on latest SUN certification exam...
(show more)
Is Ejb really significant in enterprise applications?
Ejb was introduced to Java technology to attain some features inherent in enterprise applications. Those features include instance pooling, inbuilt security, declarative transactions, container managed persistence, relationship of business objects and...
(show more)
Accessing EJBs through firewalls
Ever try to write a J2EE application accessing EJBs across a firewall? It can be messy, and developers often must resort to all kinds of workarounds, none of them particularly "neat." Developers often write a servlet to intercept HTTP requests and...
(show more)
EJB exception handling
As J2EE has become the enterprise development platform of choice, more and more J2EE-based applications are going into production. One important component of the J2EE platform is the Enterprise JavaBeans (EJB) API. Together, J2EE and EJB technology offer...
(show more)
