Posts from ‘July, 2008’

When to use Transfer Objects with EJB 3

We’ve recently been involved in an EJB 3 project that uses the ‘Transfer Object’ Design Pattern. For those of you not familiar with it, this pattern came about as a result of the inefficiency of making multiple remote method calls to an EJB 2 Entity Bean. The typical Transfer Object use case is where an [...]