Skip to content

Tag Archives: dao

Using Ingres with Grails via a Hibernate DAO

The following is a (rough) translation of a post by Fátima Casaú Pérez I picked up via twitter. To see the original post go to http://blogs.salenda.es/fatima_casau/2009/09/30/inyectar-un-datasource-ingres-en-grails/:
Recently I found the need to use a DAO data source based on an external library in my application. In fact a different data source from my application against which [...]