Re: PROPOSAL: Struts Service interface?

2001-11-02 Thread Ted Husted
Event handling has come up several times, but no one's put any code on the table yet :-( If we were ever to do anything about event handling, or generic validators, I'd love to see something that was compatible with Barracuda. They are doing some nice work over there. Meanwhile, the workflow ini

Re: PROPOSAL: Struts Service interface?

2001-11-02 Thread Ted Husted
Right now, some of these things are being addressed by two initiatives. This is not to say these are the only possible solutions, simply what people have already started. I personally think both solutions are quite good, and any help anyone can offer would be appreciated. First, there is Oleg's s

RE: PROPOSAL: Struts Service interface?

2001-11-02 Thread Bill_Wallace
<[EMAIL PROTECTED]> cc: 11/02/01 10:29 AM S

Re: PROPOSAL: Struts Service interface?

2001-11-02 Thread Oleg V Alexeev
Hello Bill, Take a look to the contrib directory in struts project. It contains ServiceManager subproject. Half year ago I start to work under it, prepare initial version and post it to the community. Last month I try to refactor my old code, and improve core functions. I am ready to listen all

RE: PROPOSAL: Struts Service interface?

2001-11-02 Thread Reddin, Greg
I think this is a great idea. That would make Struts much more easily extensible and you wouldn't even really have to look at the Struts code much to extend it. Perhaps it could be done such that services could be registered to be invoked at certain points during the process method, say before p