• 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

hibernate plz help me

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.
I am working on java.we got one new project.we will start the work
using struts with hibernate.but i dont know hibernate.i know struts basics.
Please guide me how i will learn struts and Hibernate with in quick time.
i searched google.
i found lot of materials.
but i am in truble which one is good.
Please post me if ant suggestions and any good lnks for begginers for hibernate and struts
I am waiting for your reply
thanks
byeeee
 
Ranch Hand
Posts: 399
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Venkat,

Try these links:

Hibernate

http://www.hibernate.org/152.html

http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html

Struts:

http://www.allapplabs.com/struts/struts.htm

http://javaboutique.internet.com/tutorials/WebAppSTRUTS/index.html

http://www.coreservlets.com/Apache-Struts-Tutorial/

Enjoy the Learning !!!

Cheers Ayub
[ October 19, 2006: Message edited by: Ayub ali khan ]
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Venkat, I agree with Ayub about links related with hibernate reference and struts, but I believe it isn't enough when You don't have a general scope about hibernate. I'd suggest you to acquire a book about Hibernate if You search You'll find the good one. Buy it, you will save many headaches.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Venkat,

U better purcahse the follwoing books.

For Struts:
Struts in Action.

For Hibernate:
Hibernate in Action
Hibernate Quickly.

Cheers
Sudhakar Reddy(SCJP1.4)
Satyam.
M.C.A(2006)
9989223696
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have develop many web applications that use the strust and hibernate.But I use the HibernateDAO and HibernateTemplate of Spring to use Hibernate.
And with Hibernate DAO and HibernateTemplate it is easier and clear to program the application than only use Hibernate along.
In the struts,I make my Action class to extends the ActionSupport of Sping,then my action classes are aware of the Business Bean of the Spring Bean Factory.
this is the usual method I use to develop the application, hope it will be useful for you to design your own application.
I think the books is best to read the action serials of Manninig publish.Such as Hibernate in action,Spring in action and also Strust in action.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic