Matt,

Xdoclet generation is an evil of struts - because you need to write so much
crap just to fulfil it's contracts.

See http://blogs.atlassian.com/rebelutionary/archives/000176.html

For unit testing, screw Cactus! (sorry Vincent - it is really cool, but too
slow for any unit testing) Cactus is meant for acceptance testing.

public void testMyAction()
{
   MyAction action = new MyAction();
   action.setId(10);
   String result = action.execute();
   assertEquals(Action.SUCCESS, result);
}

That will run VERY fast :) Occasionally you need to execute an action
through WW's framework (ie to test validations or IoC) but even that's not
too difficult - just a line or two more using ActionProxy's.

As for indexed properties, I don't know what they are?

Mike

On 2/7/03 7:09 AM, "Raible, Matt" ([EMAIL PROTECTED]) penned the
words:

> If you can give me XDoclet generation of the validations (server-side +
> client side) like Struts has, and provide Cactus integration like
> StrutsTestCase, I might be interested.  Of course, then I'll have to learn
> SiteMesh over Tiles (or use Tiles with WW) and hope that WW supports indexed
> properties (I'm sure it does).
> 
> Erik has defected... damn... ;-)
> 
> Raible
> 
> -----Original Message-----
> From: Hani Suleiman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 01, 2003 2:57 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [OS-webwork] WebWork2, here I come!
> 
> 
> 
> On Tuesday, July 1, 2003, at 04:52 PM, Jason Carreira wrote:
> 
>> 
>> 
>> We're just glad to have you... Next we'll convert Matt Raible, then
>> we'll teach Craig McClanahan the error of his ways... LOL
>> 
> All that'd be left to do after that is get him to drop the devil-spawn
> abomination sometimes knows as JSF, and there might hope yet for the
> web portion of j2ee.
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to