Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
Congratulations - you made it! Check the Teacher's Notes for ideas on further study of Spring + Hibernate.
Git Command to Sync Your Code to the End of the Screencast
git checkout -f screencast-complete
Ideas for Further Fun & Research
- Extract common DAO operations to an abstract class, e.g.
HibernateDao<T>
, then have each DAO implementation class extend this abstract class - User authentication
- Spring Data JPA
- Unit testing in Spring
- Run with MySQL instead of H2
Whew, now that was awesome.
0:00
I hope you feel as good as I do about
working through all this material.
0:02
Now, you might be experiencing some
brain swell right now, but no worries.
0:05
That's the Java getting
all fancy in your head.
0:08
You've taken a huge and respectable
leap in your path of learning Java.
0:11
And that is learning how to
weave an ORM like Hibernate
0:15
into your Spring application.
0:18
These are tools to take lightly.
0:20
These are tools that you can use to
build some of the most powerful and
0:22
scalable database driven
web applications out there.
0:25
So give yourself a pat on the back.
0:28
If you're wondering where
you can go from here?
0:30
Check out the teacher's notes.
0:32
I have several suggestions of
features you may want to look at.
0:34
So take them and run with them and
I'll see you next time.
0:37
Happy coding.
0:41
You need to sign up for Treehouse in order to download course files.
Sign up