James Mitchell wrote:
In a way, I was hoping the test cases I wrote recently would sort-of take care of this. Although they are not as newbie friendly as a nice deployable war, they demonstrate the before and after souce view of (more or less) every possible configuration of every tag.

They need a bit of refactoring and they are not complete for every tag (yet), but I think I got a nice start on them and I hope to have the time soon to finish them.

I wonder if we could set it up so that the taglib test classes can be complied into a special taglib-exercise JAR and bundled with the exercise application (source and all). We might then be able to pick some of the key tests and present the source code, as Steve is doing.


So there would be both the test pages and the JUnit tests in the exercise WAR.

The goal here would be to show people how taglibs can be tested, and also to show people how we are testing our taglibs [in case they want to pitch in =:0)]. We might also add the other tests sometime, so that this becomes a complete testing application for Struts.

So, we'd have the MailReader example showing Struts being used to solve a specific business problem, Steve's "Struts University" examples showing how to implement various use-cases, the exercise application with our unit tests, and the Tiles and Validator examples.

At some point the Struts University examples might absorb the Tiles and Validator examples, so we could have just the three (MailReader, University, and Exercise).

Of course, there might still be others in contrib, for the JSF tags and other optional packages.

-Ted.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to