• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Hibernate Integration

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does Hibernate in Action cover integration with Spring and/or XDoclet? I have used hibernate with these tools very briefly and have not been able to find answers to certain questions. (i.e. Why do I get errors when I try to use getHibernateTemplate even though I am extending the correct interface?).
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would also look into Spring books for help.
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
through coincidence this morning I picked up this link to this tutorial:
http://www.warfrog.com/hibernatetutorial/

(at least I don't have to send the link to my email. This is not my computer/browser)
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have some tutorial about Spring Framework + Hibernate

Data Access With Spring Framework

Spring With Hibernate
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMHO there are 2 kinds of integrations involved here: one from the perspective of developing (as it is for the integration of Hibernate and XDoclet, Ant, Middlegen, AndroMDA, etc) - and this is included in the book (as I understand it from Christian, and a review review.
On the other hand it is the integration of Hibernate in some other frameworks. For this kind of info I would take a look into the documentation of that framework. (in fact afaik Spring describes very well in the reference doc the integration with Hibernate, and I think the same is done in J2EE development without EJB book).

./pope
 
Ranch Hand
Posts: 547
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi John

what is the exact error you get ? what other questions do you need answered ?

the links Somkiat Puisungnoen gave are good starters.

cheers

pascal

blatant advertising: i wrote a tutorial on hibernate/xDoclet: www.downside.ch/pascal
 
author
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We don't cover integration with *specific* application frameworks, however we cover principles that are common to all.
 
Don't destroy the earth! That's where I keep all my stuff! Including this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic