Hello Florian
Le 04/08/2022 à 12:51, Florian Micklich a écrit :
(…snip…) Now my question. It is possible to use this dataset together
with Apache SIS with a basic JDBC conenciton?
Yes. You can create your own javax.sql.DataSource and specify it to the
org.apache.sis.setup.Configuration class, method setDatabase(…).
I am not sure about the JNDI implementation mentioned here [3]. Is
this the only way?
The JNDI is a way to specify a data source in a web container like
Tomcat, where the data source is managed by Tomcat itself. But indeed
this is not the only way; we should update that page.
Martin