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 […]
Mini GlassFish Review
Project GlassFish is Sun’s effort to produce a high quality and open source JEE5 application server. It is not a small task. They have hundreds of people working on this project and it will serve as the foundation of their future commercial product.
Reason for my interest is mostly JEE5; GlassFish is one of the very […]