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 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 EntityManager" reference injected via a Spring bean definition or the JPA PersistenceContext annotation.*(Using Spring's SharedEntityManagerBean / PersistenceAnnotationBeanPostProcessor, or using a direct JNDI lookup for an EntityManager on a Java EE 5 server.) Source: http://www.springframework.org/docs/api/org/springframework/orm/jpa/JpaTemplate.html * * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com
