Working Spring 3.2.5 + JDO 3.0 + GAE configuration

247 Views Asked by At

I have tried searching online and found Configuring JDO in Spring 3.1? or https://github.com/tomhowe/wicket-spring-jdo-interfaces but this projects are dated. Can anyone help me with a working pom.xml and applicationContext.xml? I have a working pom.xml that allows me to use the persistanceManager https://developers.google.com/appengine/docs/java/datastore/jdo/overview-dn2 but I would like to handle transactions with spring's @Transactional

0

There are 0 best solutions below