J2EE

Tutorial: Hibernate, JPA - Part 1

Overview

This is the first part of tutorial about using Hibernate and JPA. This part is an introduction to to JPA and Hibernate. The second part will look at putting together a Spring MVC application using Spring ORM to reduce the amount of code necessary to create a CRUD application.

To complete this you'll want to be familiar with Maven, JUnit, SQL and relational databases.

Dependencies

Firstly we'll need a couple of basic dependencies. Essentially there are three layers:

Tutorial: Integration Testing with Selenium - Part 1

Overview

I've been using this for sometime and I've come across a few things that appear to make life easier. I thought I'd share this as a tutorial, so I'll walk you through these parts:

Share this
Subscribe to RSS - J2EE