Re: Re[2]: Extensions to Struts

2001-07-03 Thread David Winterfeldt
( ... ) { } } 4. ActionServlet read extensions sections in struts-config, register it in mappings database and at each processing point call extensions subscribed to be member of some processing. -- Best regards, Oleg mailto

Re: Extensions to Struts

2001-06-29 Thread Cedric Dumoulin
way to extend struts so that it stays lean ? When I brought up the notion of 'Events' last November that was what I seeking to understand. Now that there are several extensions to struts that will soon be integrated, what approach makes the most sense ? if we start a discussion

Re: Extensions to Struts

2001-06-29 Thread Ted Husted
If there is no other way ;-( We just need to think about what happens if someone wants to use the Bean Factory and the Component Tags. If the Components are considered a standard part of Struts, is there anything we can do in the base ActionServlet with an option or a switch to enable this? Or

Re: Extensions to Struts

2001-06-29 Thread Ted Husted
Might that include the Bean Factory, Oleg? Oleg V Alexeev wrote: I just review your code and I think it can be standard way to give to ActionServlet ability to support extensions mechanism.

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
ProcessForwardMember, ProcessMappingMember { public void processForward( ... ) { } public void processMapping( ... ) { } } 4. ActionServlet read extensions sections in struts-config, register it in mappings database and at each processing

Re[2]: Extensions to Struts

2001-06-29 Thread Oleg V Alexeev
Hello Ted, Friday, June 29, 2001, 2:34:01 PM, you wrote: TH Might that include the Bean Factory, Oleg? Now bean-factory base on extended version of ActionServlet. Extensions mechanism can include bean-factory in case of more flexible processing delegation. I just sent a letter about my vision

Extensions to Struts

2001-06-28 Thread Leland, Rob
brought up the notion of 'Events' last November that was what I seeking to understand. Now that there are several extensions to struts that will soon be integrated, what approach makes the most sense ? if we start a discussion on this I would be willing to capture this knowledge/process

Re: Extensions to Struts

2001-06-28 Thread ron
Note that the main motivation for the extensions package at the link below was to avoid having to always extend the ActionServlet. As far as altering the behavior of things like the action classes, forwards, etc.. I think a good event/listener model could be used for most of those cases. I

RE: Extensions to Struts

2001-06-28 Thread Niall Pemberton
in the Extensions (and the same for reload() with reload() in the extension calling its destroy/init methods)? Niall -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 20:50 To: [EMAIL PROTECTED] Subject: Re: Extensions to Struts Note that the main

Re: Extensions to Struts

2001-06-28 Thread Ron Smith
Ron, I liked your Extension/ExtensionServlet - obviously to satisfy everyone it would have to be able to be registered at various points in ActionServlets process() method as well as the init() (e.g. processPreprocess() and processPopulate() methods). One small comment - shouldn't you

Re: Extensions to Struts

2001-05-29 Thread Roland Huss
Ted Husted [EMAIL PROTECTED] writes: If you like, I would be happy to offer them at http://www.husted.com/about/struts/ or a link to a place where they can download them from you site. Very soon, I hope to begin work on a place where you will be able to upload these types of

Re: Extensions to Struts

2001-05-27 Thread Ted Husted
Roland Huss wrote: In course of the development during the last three month, we made some extensions, which we would happily contribute to struts. If you like, I would be happy to offer them at http://www.husted.com/about/struts/ or a link to a place where they can download them from you

Re: Extensions to Struts

2001-05-23 Thread stefan werner
hi, this sounds very interesting to me. So, if you don't mind, i'd like to take a look. regards stefan werner - Original Message - From: Roland Huss [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 10:49 PM Subject: Extensions to Struts Ahoi, first all thanx

Re: Extensions to Struts

2001-05-22 Thread richard zhang
three month, we made some extensions, which we would happily contribute to struts. Our extensions are listed below briefly. If there's some interest in some of them, please leave a note (note that I will be absent till wednesday in a week, so don't expect a response before