Hello Gurus, I'm working on part II of the SCEA5 exam. I would appreciate your comments on the following:
* I want to use JPA in my design. However I'm still trying to figure out how to show this in the UML Class Diagram. I don't want to copy the classes from the provided domain model specifying an "Entity" StereoType for each. Any pointers? I want to have a Stateless Session
EJB in front of the entities as the "Orchestra Director".
* Since I'm using JEE 5 I guess that I can use Dependency Injection to locate EJBs (from managed components) so there's no need to create a Business Delegate. However, the B.D.
pattern decouples the Web Tier from the Business Tier. So both approaches "race" each other. Any comments?
Best Regards,
Jose M. Selman