• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

pre requirments for struts

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

I am good in servlet and jsp, these are enough to learn struts? or any more to learn....? If any thing to go for more, please show step to move to struts.....

regards
Lokesh
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Firstly You need to understand MVC framework and taglibrary (if you know the taglibrary,then it is easy to understand the struts) and then you need collect the struts-blank.war
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not just MVC. Study about MVC-2 Pattern. Then it will be easy for you to move to Struts, as Struts provides a clear implementation of MVC2. Also understand the difference between MVC1 Vs MVC2. Its very important for having a good knowledge on the basics.

Also a bit of custom tags would do, not much. Until and unless you gonna put your hands by developing some custom tags of your own, an exposure on the following would suffice.


  • what custom tags are
  • how they work
  • what needs to be done (configuration) to use them



  • For MVC2, just google it.

    Good Luck.
     
    Don't get me started about those stupid light bulbs.
    reply
      Bookmark Topic Watch Topic
    • New Topic