Reddit Reddit reviews Harnessing Hibernate

We found 1 Reddit comments about Harnessing Hibernate. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Relational Databases
Databases & Big Data
Harnessing Hibernate
Used Book in Good Condition
Check price on Amazon

1 Reddit comment about Harnessing Hibernate:

u/k3rv1n ยท 6 pointsr/java

Just a few random items....

  • The best way to learn is to just "do". So start a project to solve something on Github. You can even use JHipster to get you started quickly.

  • Well definitely use Sprint Boot. So I would get books on that maybe. I about about 15 books on the various Spring technologies. They're not absolutely needed, but helped me get up to speed back then. If you mentioned what type of application you're building you could get better answers.

  • The hibernate manual is very good. So I'd definitely get familiar with that. In my hibernate library I have Hibernate Cookbook and Harnessing Hibernate. They're ok, but not really needed unless you're stuck with some.

    As you implement you will run into issues. Searching the web for these specific cases will get you to many blogs / Stackoverflow articles on that specific issue.