• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Spring 3.0 And Hibernate annotations.

 
Ranch Hand
Posts: 162
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ahmad,

Does the book Spring Persistence with Hibernate includes topics for Spring 3.0 and hibernate annotation ?

Thanks
 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hibernate Annotations of course! Spring 3.0 - I did not see as much as I have read
 
Author
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The book investigates Spring 2.x (But compatible with Spring 3) and Hibernate annotations are discussed.
Spring Persistence with Hibernate
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think Kuldeep was specifically talking about the new things in Spring 3.0 (I don't know the additions!) that can be used with Hibernate
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are the new additions in Spring 3.0,

1) Java 5 Support: Require JDK 5 or above to run Spring 3.0 based applications.
2) Annotation-based configuration support
3) Supports generics, annotations and varargs
4) Supports JDK 6
5) Expression language - Spring Expression Language (SpEL)
6) Supports REST Webservices
7) Supports many features of JEE 6 such as JAP 2.0 and JSF 2.0
 
Kuladip Yadav
Ranch Hand
Posts: 162
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

Thanks for reply.

Actually I want to know about any new feature added for Spring-hibernate in Spring 3.0
But as Ahmad said the book is compatible for Spring 2.X.

Thanks.
 
Kuladip Yadav
Ranch Hand
Posts: 162
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ahmad,

Is there any sample chapter available on net from this book ?
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes there is a sample chapter : http://www.packtpub.com/spring-persistence-with-hibernate/book
 
Anil Vupputuri
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kuldeep Yadav wrote:Hi Ahmad,

Is there any sample chapter available on net from this book ?



Direct link, Chapter 7 - Hibernate Types
 
reply
    Bookmark Topic Watch Topic
  • New Topic