>> Great stuff - I think there's a lot of cool things WW can do to become an
>> uber-command framework.
>
>Yup, but what? What is missing?
Well, for one, WebWork needs to completely remove itself from the "web".
This is WW-12 and is critical towards this goal. For example,
ActionContext.getRequest() returns an HttpSerlvetRequest object. All the
servlet stuff needs to be abstracted away and then allow for a pluggable
design that gives the developer the opportunity to dictate how
getRemoteUser() or getAttriute() or getParameter() behaves.
-Pat
|