At 12:50 PM -0400 10/29/04, Ted Husted wrote:
On Fri, 29 Oct 2004 11:31:34 -0500, Joe Germuska wrote:
ÝAnyone have strong feelings about the method name? ÝObviously we
Ýcan't use "validate".

Are we going to make any API additions in 1.3.x or 1.4.x?

For example, Validate includes a parameter for the ServletRequest. Are we going to migrate that to a ActionContext (or something)?

If so, we could use ActionMessages with the new signature, and deprecate the old. If the parameters are different, then the signature is different.

Well, I've mentioned before that I find an ActionContext appealing. That's a good point. Start simply by making ActionContext have bean properties for the four objects normally passed into execute?


I think we'd want to have a factory process for getting instances of the ActionContext, because the way we use it, we put lots of things specific to our app design in there as well.

In a Chain world, that could just be a command found using the "lookup" functionality, with a default lookup which just made a new instance.

Joe

--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana


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



Reply via email to