java - How do I make a portable database? -
i'm trying make e-commerce java application exam, i'm clashing against problems database. application client-server, multithread server , distributed in two single .jar files containing 2 interfaces.
the main problem is:
how make database (made in mysql) portable, , executable in host host server?
the host have possibility modify database, in fact should not stay packed in
.jar, should unpacked somewhere in file system. application cross-platform, how can manage different file system organization?
Comments
Post a Comment