• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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)
 
I just had the craziest dream. This tiny ad was in it.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic