Stefano Bagnara wrote:
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]
I, for one, totally agree with using webwork. I used it before in a
couple of projects. Their intercepter is really cool.
Only one thing hindering here is the use of their tag library, it takes
quite a bit effort to use standard tag library with Webwork
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]