Search code examples
springopenjpa

Spring and Open JPA


I am looking for decent tutorials on integrating the spring framework with Open JPA. Mostly for using connection strings and things like that. Would you happen to have any recommendations?


Solution

  • This is by no means a complete tutorial, but it might get you started: This gist shows a sample configuration for a basic annotation-based Spring application with OpenJPA support. I will attempt to expand it as I have time.