• 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

help in using spring or hibernate

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since i am new to spring and hibernate technology, i developed a sample application using jsp . now i need to develop the same application using spring and hibernate. can you guide me in this. can you send me the modified code using spring and hibernate for the given code which i had developed using jsp and mysql.Kindly help me in this . if i get this sample one i will be able to develop my entire project.



 
Ranch Hand
Posts: 1374
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello shyamkumar,

we ain't in 20th century. It's 21st century. Why do you use scriplets? Are you aware about JSTL and EL. They are much easier to use and very efficient. Don't use Scriplets.

Coming to your question,
Spring gives very good integration with hibernate. I would suggest you to go through some material first. If you want to use book than I would suggest, Spring in Action, Pro Spring 2.5 for Spring and use Java Persistence with Hibernate for hibernate. You would find a topic how to use hibernate with spring in Spring in Action. It also shows how to develop Hello World Application.

Next time Show us some efforts. If you find any difficulties javaranch is always here to help people.
reply
    Bookmark Topic Watch Topic
  • New Topic