java - Ideal data source for Standalone Applications? -


suppose created standalone application in java , distributed through website.

what need know ideal database solution can use users can use application without installing extra.

for example, if use sql server or mysql database, downloader need installed can dump database on it. solution see use database file microsoft access .mdb file. need microsoft office installed on client. xml files platform independent can open , change them.

what solution used of applications?

h2 potent candidate need. use default rdbms in our demo applications , db-driven unit testing.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -