I'm creating a web application, possibly using Maven, Spring and Hibernate.
I need to create a database for the application which will obviously hold some data, however as I need to send the application to someone once it is finished so that they can run it on their machine, I am not sure how to create the DB.
I have developed Android appliations previously where I have used sqlite to create an internal database, and I was wondering if there is anything that I could use similar?
Or will I have to use something like phpmyadmin?
Thanks for any advice.