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.
We also do a lot of OpenROAD and .NET development, but I tend to stick to the Java side.
Getting into OpenJPA
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.
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.
Total Comments 1
Comments
-
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 WikiPosted 2009-06-26 at 09:26 AM by teresa







