How to use an embedded Java database? -
i new here... , have problem!
i want create app need database store info gui. after finish app, want, example, share this. moment, utilize mysql database, info stored in separate files, not in java project and, if share app right now, can't utilize app because don't have, probably, mysql , because of other problems. can find tutorial or if can tell me kind of database can utilize embedded java project and, after deploy app, want run in computer, without needed install specific database. hope understand want get!
have wonderful day!
i suggest either apache derby or h2. both 100% pure java, can embedded jar file , have absolutely no external dependencies. (in terms of external programs or rdbms).
however, putting info jar file means going static (unless walk quite mile runtime jar file manipulation). in case, might improve off using static info right away, in form of property, xml, boy or cvs files.
java
No comments:
Post a Comment