Automatic Datatable Creator for CRUD Operations using JAVA
This project Standardize the process of Dynamic Datatable. I created this project to get better
understanding of datatables and the crud operations on them.
For those, who are downloading this project to run.
Follow following steps:
-
In the SQLHandler.java file, set up your database details, Here in this project i used MYSQL
-
Create a getter setter class in data or any package using the specified standard used in demo class.
-
Call the class in controller just once and you are done.