Ingres Community Forums Login Register Ingres.com  

Ingres Community Blogs

A few points of interest from the work that Luminary Solutions do, usually relating to Ingres and Java.

We also do a lot of OpenROAD and .NET development, but I tend to stick to the Java side.
Rate this Entry

Getting into OpenJPA

Submit "Getting into OpenJPA" to Digg Submit "Getting into OpenJPA" to del.icio.us Submit "Getting into OpenJPA" to StumbleUpon Submit "Getting into OpenJPA" to Google
Posted 2009-06-24 at 10:24 AM by Alan.Raison

A while ago we were approached by a company using OpenJPA for their product wanting us to help them port it to Ingres. It fell to me to do the work and it ended up being really interesting, so I thought I'd share some of the progress that's been made.

JPA is a "Persistence Framework" for Java, meaning a way to store a program's data, usually represented in an application as objects, into a database. [url=http://openjpa.apache.org]OpenJPA[/url] is the Apache Foundation's implementaion of this framework. Its design allows for the underlying datastore to be easily changed with minimal reconfiguration - and no recoding. This is exactly the sort of vendor-neutral design that we strive for at Luminary and so getting Ingres support would be really useful for the whole community.

The initial development went well and the company have been using their product against Ingres for a little while now, so it seems to do the trick! It will soon be submitted to the Apache Foundation as part of the main OpenJPA build but there's still a few bugs to iron out.

The really interesting part of the development was looking inside the Ingres JDBC driver and getting to know some of the Ingres development team who look after it.
Posted in Uncategorized
Views 9088 Comments 1 Edit Tags

« Prev     Main     Next »

Total Comments 1

Comments

  1. Old Comment
    You and Nathan did a great job done on the OpenJPA dialect. Alan didn't mention it but he and Nathan posted detail regarding the dialect and info about downloading the dialect prior to its submission to the Apache Foundation at Ingres OpenJPA Home - Ingres Community Wiki
    permalink
    Posted 2009-06-26 at 09:26 AM by teresa teresa is online now
 
© 2009 Ingres Corporation. All Rights Reserved