• 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 Resource

 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Many ppl are talking about Struts. Struts, which encourages MVC design paradigm, is so useful in building web applications with Java servlet and Java Server Pages technology.
So I collect some resources regarding Struts.
  • Resource site: About Struts
  • Jakarta's Struts User Guide: the user guide
  • JSP Insider's Struts tutorial: An Introduction to Struts
  • Articles from JavaWorld: Strut your stuff with JSP tags and Boost Struts with XSLT and XML, the latter offers a good introduction to Model 2x.
  • OnJava has a Learning Jakarta Struts series, Part 1, Part 2, and Part 3.

  • Any inputs on Struts resources are welcome.
    [ May 23, 2002: Message edited by: Doug Wang ]
    [ May 23, 2002: Message edited by: Doug Wang ]
     
    Sheriff
    Posts: 4012
    6
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Don't forget this one from Thomas Paul, a guy who hangs around JavaRanch
    http://www.javaranch.com/newsletter/Mar2002/newslettermar2002.jsp#struts
     
    Sheriff
    Posts: 3341
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    This would be more appropriate in the Jakarta Projects forum. I'm moving it there.
     
    Ranch Hand
    Posts: 567
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    The struts mailing list searchable archive:
    http://www.mail-archive.com/struts-user%40jakarta.apache.org/
    The struts resources page (containing all of this & more)
    http://jakarta.apache.org/struts/resources.html
    Struts kickstart guide:
    http://jakarta.apache.org/struts/kickstart.html
    Struts for the newbies:
    http://jakarta.apache.org/struts/newbie.html
    JGuru's FAQ
    http://www.jguru.com/faq/home.jsp?topic=Struts
     
    Greenhorn
    Posts: 14
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Struts (O'Reilly, 2002)
    http://www.theserverside.com/resources/strutsreview.jsp
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic