You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KCJava
I'm adding the plumbing to an application using Hiberate 3 JPA and
Spring 2. When looking at how to do the JPA DAOs with annotations I
found a thread debating whether JPA has killed the DAO pattern. I'm
curious what the rest of you think:
I'm still torn. I can see the need for a DAO at times. But I feel like it should be only on an as needed basis. Not something you automatically do just because you are accessing a database.