Java sample CRUD aplication with UI. it'a tutorial project which was implemented using Java applets. Uses the Mysql database
1.import the "crud_db.sql" into the database
2.import project into eclipse kepler Eclipse>file>import>General>Existing projects into workspace
browse the CRUD Project
-
Add the JDBC DRIVER to the eclipse build path right click on the CRUD project -> Properties -> Java Build Path -> Libraries -> Add External Jars
-
if your database have password then change the PASS value in JDBCConnection.java
4.run CrudApplication.java
username:root password:root