EJB
Enterprise JavaBeansTM (EJB) is a managed, server-side component architecture for modular construction of enterprise applications.
Language
Any
Platform
Any
License
Any
This article discusses Crispy, the remote invocation framework. Crispy goal is to provide a single point of entry for remote invocation for a wide number of transports: eg. RMI, EJB, JAX-RPC or...
This article covers the API Layer transaction strategy, which is the most robust, simplest, and easiest-to-implement transaction strategy. With that simplicity comes limitations and considerations...
Implementation of successful transaction processing in Java applications is not a trivial exercise. Using examples from the Spring Framework and the Enterprise JavaBeans (EJB) 3.0 specification, this...
Jonathan Sagorin wraps up his thorough coverage of Enterprise JavaBeans (EJB) transactions in this last installment of a three-part series. In Part 1 and Part 2 of this series, you briefly looked at...
It is quite common to find Java behind many of the leading SOAP Web Services available on the 'Net today. Java is also the language of choice for developing back-end server processes. But what about...
Learn how to combine the power of annotations with aspects to provision enterprise services declaratively, in an EJB 3.0-compatible manner, while still providing container independence.
The EJB 2.1 architecture has a reputation of complexity, but this need not be the case. In this article, Dick Wall proposes an approach of aggressively using IDE tools to help simplify development...
This article shows how to build a sample EJB client using the Eclipse Rich Client Platform (RCP), which has become increasingly popularity due to its extensible nature. Besides focusing on how to use...
There are many implementations of J2EE. These include the original reference by Sun Microsystems, IBM's WebSphere Application Server, WebLogic by BEA, JRun by Macromedia, and the open source...
Many developers are faced with the problem of managing
heterogeneous data -- that is, data kept in various kinds of
stores that needs to be managed in a unified way. In this
tutorial, you'll...
Building EJB technology applications can be professionally
lucrative. However, the process of doing so traditionally has
been extremely labor intensive. This tutorial introduces you to
the EJB...