It's a java project. With the help of this CV Generator user can easily create a CV and save it to a database or can generate a pdf file for it.
- save (will save the provided information to the database)
- generate pdf (will generate a pdf for cv with the user name as file name and it will be send as mail to the user.)
- clear ( will clear all the information that is already enterd by user)
On the top of the screen their is a search option provided where user can search the info in the database.On key release by the help of the information provided by the user the form will be filled up according to the information provided at the time of saving the form.
- Hibernate (for database conectivity)
- JFrame
- itextpdf writer jar files
- mail sending jar files
- Emembeded and entity annotations