12 Tips On JPA Domain Modelling - With Existing Database - Thinking In Structs Not Obje... - 0 views
-
think in structs. Try to as frictionless as possible export/generate the JPA-entities from the existing database
-
Implement a very thin facade / transaction boundary
-
@Stateless Bean (EJB 3)
- ...10 more annotations...