Sunday, November 5, 2017

H2 Database Tutorial

presentation here (English is iffy but content is good until half way, the rest forget it)




Download it from here http://www.h2database.com/html/download.html

go to d:\apps\H2\bin and run h2.bat

this will open the browser at http://192.168.56.1:8082/login.jsp?jsessionid=884e38fb4c3da545d97e2fc9be776bd8


the JAR is D:\apps\H2\bin\h2-1.4.196.jar


How to use H2 as embedded DB




Interesting project demonstrating embedded H2 DB https://www.mkyong.com/spring/spring-embedded-database-examples/

but also this one https://github.com/Pscheidl/cdi-events-playground demonstrating CDI, JSF and H2

No comments: