Java Persistence Lecture
Packages here:
com.digdes.school.serialization
. Common serialization techniques in Java.com.digdes.school.jdbc
. JDBC examplecom.digdes.school.app
. An app that showcases Spring Framework and Hibernate interaction.
Creating project
This project is created by maven archetype templating mechanism. It can be invoked by command:
mvn archetype:generate
After answering on some question you'll get a proper project structure for maven.
Testing project
mvn test