I\'ve JPA entities and need to perform logic with them. Until now a huge static database class did the job. It\'s ugly because every public interface method had an private e
You could consider using Spring 3. Just follow their documentation for a clean design.