Project

General

Profile

How to JDBC drivers » History » Version 1

Henning Blohm, 22.09.2012 15:18

1 1 Henning Blohm
h1. How to add other JDBC drivers
2
3
There are different alternatives on how to add a JDBC driver to Z2. If you set up your own system (as in [[How to create your own system]]) we recommend to stick to the Z2 convention and put all JDBC drivers into the module *com.zfabrik.db.drivers*.
4
5
Another approach that should work as well is to put your drivers into your domain module (as in for example [[Sample-hibernate-basic]]), or if you have more than one, in some shared utility module that is referenced by all domain modules.