• 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

struts exercise using jdbc

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

I am new to Struts. Have worked on a few tutorials and have attempted a few simple exercises. Currently I am working on an exercise where I have to access a MySQL database from the main jsp page ( which asks the user for name) and display the data related to the user.

I would be really thankful if somebody pointed me to some online resource where I could study more about this stuff and attempt the exercise. Tutorial etc.

Cheers
Ricky
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ricky,
These links should get you going.
http://www.mobilefish.com/developer/struts/struts_quickguide_mysql.html
http://www.sitepoint.com/article/struts-first-steps
 
Ricky James
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by RoshaniG Gopal:
Hi Ricky,
These links should get you going.
http://www.mobilefish.com/developer/struts/struts_quickguide_mysql.html
http://www.sitepoint.com/article/struts-first-steps



Thanks a lot Roshani. The resources are extremely helpful.
Thanks again.
Ricky
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi James & Roshini,

Sorry to interrupt but even i am new to struts and looking for tutorials working on them and specifically struts with hibernate.James can you tell me which tuitorials you are refering to.If you people can give me any information i will be greatfull.

Thanks
 
Ricky James
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by anuradha chekuri:
Hi James & Roshini,

Sorry to interrupt but even i am new to struts and looking for tutorials working on them and specifically struts with hibernate.James can you tell me which tuitorials you are refering to.If you people can give me any information i will be greatfull.

Thanks



Hi Anuradha,

I tried 2 tutorials on netbeans.org. But be aware they are NETBEANS specific. But you can go throught then for starters. Just go to http://www.netbeans.org/kb/trails/web.html

Although the ones RoshiniG has suggested are very good tutorials as well.

If you come to know of any others do let me know.

Cheers
Ricky
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic