I really like the way adobe has integrated sqlLite into their AIR api. I’d love to utilize similar functionality in a Java SE 7 desktop application I’m currently coding. Can anyone recommend a simple third party library for this? I’m not doing anything heavy duty with it — just to keep track of user accounts, pws, plus a few other data items.
Share
Java Web Start can provide a painless install experience for the end user.
For the database, call the installer from an extension declared as an
installer-desc, and it will be called the first time the app. is downloaded. Here is a demo. of theExtensionInstallerService.