> > You mean like xwork / webwork ? 
> > 
> > lol
> > 
> > Steve
> 
> :) well its not like xwork OWNS the command pattern patent, 
> they are just the most notorious example in enterprise java.  
> I am sure nobody will protest about us doing our own.  Plus 
> this thing is like three interfaces big, so it would not a 
> big deal to roll your own.  Also keep in mind that we are 
> actually decoupling commands, so a command pattern makes 
> sense here doesn't it? 

Xwork is really slim: you should consider using if you need the command
pattern.
You will get Interceptors (AOP like) and simple Components (IoC) for free.

Stefano


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

Reply via email to