Re: [appfuse-user] JPA Template

2006-12-21 Thread Bryan Noll
Yes... I've read that, and I agree with it. Basically, if you don't have to extend an org.springframework.* class in order to get the functionality you want, than you shouldn't. That being said, I don't think it's a huge deal if you do. A small preference to the developer really. I have imp

Re: [appfuse-user] JPA Template

2006-12-21 Thread Matt Raible
Yes, this is what we're doing in the sandbox AFAIK. http://fisheye4.cenqua.com/viewrep/appfuse/sandbox Matt On 12/21/06, André Faria <[EMAIL PROTECTED]> wrote: *Did you read something about this? NOTE: JpaTemplate mainly exists as a sibling of JdoTemplate and HibernateTemplate, to offer the

[appfuse-user] JPA Template

2006-12-21 Thread André Faria
Did you read something about this? NOTE: JpaTemplate mainly exists as a sibling of JdoTemplate and HibernateTemplate, to offer the same style for people used to it. For newly started projects, consider adopting the standard JPA style of coding data access objects instead, based on a "shared En