Project

General

Profile

Actions

How to JDBC drivers » History » Revision 1

Revision 1/10 | Next »
Henning Blohm, 22.09.2012 15:18


How to add other JDBC drivers

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.

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.

Updated by Henning Blohm over 11 years ago · 1 revisions