SoftwareSavant
SoftwareSavant

Reputation: 9767

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?

Upvotes: 1

Views: 2786

Answers (1)

Templar
Templar

Reputation: 5135

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.

Upvotes: 1

Related Questions