java - JavaFX Database Application Guidance -
i thinking of using javafx desktop app let users upload files. thinking correct approach ? should use mysql database store references files or dump files in folder?
coming web background bit confusing. contain jre in deployed app can run on machine right (even though machine not have jre)?
thanks
if want self-contained, try embedded database objectdb. here's link 4-step tutorial.
what can read in file bytestream, store in entity other file parameters you'd (the tutorial explains this), , store entitiy in database. objectdb create small database file can stored app.
Comments
Post a Comment