Well this is a kind of repo which can give you a head start at your java project.
- Validation.java
- DBconnect.java
Well it contains bunch of fuction to get validation of :
- name
- phone no(India)
- username
- password
Well contains bunch of function to access db and perform where as operatrtion. For now it supports :
- insert and update
- get last id from the table
- login check
- count rows
Well this is open source and feel free to use, just commit back changes.