Glassfish and Derby and PostgreSQL
In my last post I gave a link to instructions for setting up a PostgreSQL database connection pool in Glassfish. Those instructions had a note attached about a mismatch between sequence names generated by PostgreSQL and Glassfish for serial
Glassfish and PostgreSQL
For my current EJB3 project I’m using Glassfish with the (built-in) Derby database. That setup works really well for development.
In production we’re going to use PostgreSQL 8.1, which is one of the most sophisticated and performant open source databases available. Googling for more information about Glassfish and PostgreSQL turned up a couple of good links.
The […]
New Maven Repository
I have now almost completely switched over to Maven 2.0 for all my Java projects. It is a great tool. And although the learning curve is a bit steep, you should really be more productive in the end because of all the good things that you basically get for free once you […]