Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Start with Struts - newbie

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am tryin to learn Struts using �Wiley Mastering Jakarta Struts� books..where he states to install Struts and copy these files :
� struts.jar
� commons-beanutils.jar
� commons-collections.jar
� commons-dbcp.jar
� commons-digester.jar
� commons-logging.jar
� commons-pool.jar
� commons-services.jar
� commons-validator.jar

But I cant find the commons-services.jar file anywhere. And I could get these files under tomcat5.0:
Commons-collections3.1.jar
Commons-dbcp1.2.1.jar
commons-pool1.2.jar

please tell me where to find the services file and how to proceed further.
Thanks
 
Ranch Hand
Posts: 354
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
burn that book
 
Jas Oberai
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i never burn books...
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Even iam also new to Struts. Iam running programs using Weblogic. Even in my lib directory i have only commons-beanutils.jar,commons-collections.jar,commons-digester.jar,commons-logging.jar,commons-validator.jar,jakarta-oro.jar,struts.jar,xerces.jar and jdbc2_0-stdext.jar
Still iam able to run my programs. I dont know exactly what for commons-services.jar. First u know that is it compulsory to be in lib. And let me know what for it is.
 
alan do
Ranch Hand
Posts: 354
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
burn = figurative. that's the absolute worst book to start struts on. it's out-dated (3 years old! that's like human year to dog year in web development age) w/ poor examples and confusing suggestions based on struts 1.0 + anticipated 1.1beta. clearly from your question, it's already a bad start. i had to re-learn some struts stuff because of it (and that was 2.5 years ago).

a much better book is http://www.amazon.com/exec/obidos/ASIN/0072231319/johnwilliamwa-20 . else, you're better off following online tutorials (do a quick google search).
 
Jas Oberai
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
After your comments on that book�I downloaded one more book..�Struts in Action� by Ted Husted�.but that too looks little outdated�..if you guys know of any good online books to download..please help me�and I would really appreciate it.
Thanks
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I personally like Struts in Action. No, it's not the most up-to-date version of Struts anymore but it's still a decent book.
 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by jas oberai:

But I cant find the commons-services.jar file anywhere. And I could get these files under tomcat5.0:
Commons-collections3.1.jar
Commons-dbcp1.2.1.jar
commons-pool1.2.jar

please tell me where to find the services file and how to proceed further.
Thanks



What version of Struts are you using? You don't need common-services.jar for Struts 1.2
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic