> Yup. In my XWork implementation ActionFactory is now just a 
> class that 
> instantiates an action directly, and initializes the 
> interceptor chain 
> for it. Everything that the AF proxies used to do is now in 
> interceptors 
> that are executed on execute() invoke. This means that the 
> GenericDispatcher is typically not needed. Just do this:
> Action action = ActionFactory.getAction("foo"); action.execute();
> 
> And this can be done *within* another action without problem.
> 

Are you going to check this in, or are you still planning on creating
your own custom framework?


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to