In order to integrate JDBC (potentially O/R-mapper) logic into a FirstSpirit module properly, are there any best practices given how to do that?
Maybe:
- provide JDBC configuration module configuration file
- integrate JARs in module resources
- where to put the JDBC logic ideally?
- ...
- Is there an example given?
- Is it possible retrieve JDBC-ResultsSets and show them in the module configuration? (where should the JDBC-Code be located, on client- or server-side?)