In the previous article, we learned how Hibernate can assist in database persistence. Now it’s time to see how to properly configure it in a standalone Java application. After this […]
Persisting application data If you’re developing Java applications, you surely used some form of persistence to make data stay between application restarts. This is usually accomplished with the use of […]