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

Integration with Hibernate

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which technology(Struts or Spring) is the best to integrate with Hibernate and why?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

visu Nekk wrote:Which technology(Struts or Spring) is the best to integrate with Hibernate and why?



This is a very abstract question and i don't think you will find any easy answers to this. How did you narrow down to Struts and Spring? And what exactly do you mean by "best to integrate"?
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hibernate and Spring may be used together to develop most effective code in the data tier and solve problems related to this tier, such as managing transactions, handling exceptions, and so on. But to develop the whole application, we may use other frameworks to develop other tiers of the application; and this is when we use a framework such as Struts with Hibernate; Struts for the presentation tier and Hibernate for data tier.
--------------------------------------------------------------------------------------------------------------------------------------------------
Ahmad Reza Seddighi

Spring Persistence with Hibernate (Packt Publishing)
 
today's feeble attempt to support the empire
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic