This guide is not yet ready for public consumption, and not yet linked to from the tutorial area. Once enough pages have been written for it to become useful, we can link it into the tutorial

  1. Readme (this is a work in progress; symbols)
  2. Introduction (target audience; Essential, Simple, Intermediate, and Advanced; examples must work)
  3. Set up Struts 2
  4. Essential Struts 2 by example
    1. Actions
  5. Simple Struts 2 by example: html forms
    1. Html forms with tags, actions, and validation
  6. Intermediate Struts 2 by example: html forms and pages
    1. SiteMesh by example
    2. SAF1 tag libraries by example
    3. Interceptors and Validators by example
  7. Advanced Struts 2: if you don't test, it isn't for you
    1. What is IoC?
    2. JUnit by example
    3. Mockobjects by example
    4. Logging by example
    5. Tomcat commons db connection pool by example
    6. Hibernate by example
  8. Contributing to this wiki guide
    1. How this guide is different from others
    2. Rules and conventions

Todo

  1. how fit in both jsp and velocity in examples/toc?
  • No labels

2 Comments

  1. Anonymous

    When will these pages be ready? I am looking for a struts 2 solution to connection pooling and I cant find one.

    1. Connection pooling has nothing to do with Struts 2. Have a look at c3p0, or use your datasource configuration in case of an app server. They have connection pooling built-in (or are at least supposed to have).