nvisium-jack-mannino / OWASP-GoatDroid-Project

*This project is no longer maintained* OWASP GoatDroid is a fully functional and self-contained training environment for educating developers and testers on Android security. GoatDroid requires minimal dependencies and is ideal for both Android beginners as well as more advanced users. The project currently includes two applications: FourGoats, a location-based social network, and Herd Financial, a mobile banking application. There are also several feature that greatly simplify usage within a training environment or for absolute beginners who want a good introduction to working with the Android platform. Download the built version here: https://github.com/jackMannino/OWASP-GoatDroid-Project/downloads
239 stars 98 forks source link

Make databases persistent. #12

Open nvisium-jack-mannino opened 10 years ago

nvisium-jack-mannino commented 10 years ago

Currently, the DB is held in memory and blown away when the server web app is killed. Make it persistent so that it sticks around (ie- move it back out of the classpath)