EXASOL and vaadin

Hi guys,

I am pretty new to the vaadin framework and have not found any ressources to connect an EXASOL database via JDBC to vaadin.

Is this possible? And if yes, can you maybe give me some clues on how to do it?

Thanks in advance and have a great day
Tim

Hi,

as long as there is a JDBC driver for it you can use the database.
Grab it from https://www.exasol.com/portal/display/DOWNLOAD/6.0

The tutorial series has good informations on that.
https://vaadin.com/docs/v8/framework/tutorial.html#framework.tutorial.backend

Additionally, have a look at the blog posts:
https://vaadin.com/blog/building-a-web-ui-for-mysql-databases-in-plain-java-
and https://vaadin.com/blog/building-a-web-ui-for-an-azure-sql-server-in-plain-java
to help get you started. Caveat: they use Spring though.

Best,
Ronny