• 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

Jakarta Struts

 
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How different is the Struts framework from programming standard components as learnt from this Certification ? Or does learning Struts follow naturally from the first ?
Thanks
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts is a framework built on servlet api. It therefor hides much of the knowledge you need to pass scwcd.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is true, but learning Struts will help in understanding some of the patterns mentioned for the exam. This may be a better excersize after passing the exam because there probably aren't many questions that will touch on patterns.
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
struts builds on the mvc pattern, which is in this exam, be it marginally. Therefore, do this exam first, then concentrate on the next step
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had some serious reservations about Struts 1.0. However, most of these have been addressed by the new Struts 1.1 (currently in second beta). Although some architectural critiques can still be levelled at it, its benefits in day to day practice are hugely impressive. Greatly recommended as your next step after certification.
- Peter
 
Ranch Hand
Posts: 898
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I searched objectives of the SCWD exam for "strut" and could not find. What objectives it is inside?
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
struts is not required in exam
 
Guennadiy VANIN
Ranch Hand
Posts: 898
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks John,
then any bartender move it to more appropriate forum...
 
Peter den Haan
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks GV. If this had been a "how does Struts work" thread, it would've been closed. However, it seems to be more about "how does Struts relate to the SCWCD exam" and that is not a clearly inappropriate topic for this forum.
For a long and prosperous life as a bartender, it's best to be non-interventionist in ambiguous cases. After all, this is a Wild West themed community and some folks may be trigger happy
- Peter
 
reply
    Bookmark Topic Watch Topic
  • New Topic