That is a great point - that would solve our instantiation problem. The existing spring helper could be removed in favor of SpringConfiguration extends RuntimeConfiguation which would provide: SpringActionBeanFactory extends DefaultActionBeanFactory (new), SpringActionBeanContextFactory extends ActionBeanContextFactory, etc etc.
I like that much better than a find/replace for class.newInstance()! -----Original Message----- From: Patrick Lightbody [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 8:23 PM To: Stripes Development List Subject: Re: [Stripes-dev] Feature Request Good question. I'll get a patch out soon to add those (unless someone objects). On Tue, Sep 16, 2008 at 11:41 PM, Gérald Quintana <[EMAIL PROTECTED]> wrote: > For each Stripes class there is a factory: > - ActionBeanContext --> ActionBeanContextFactory > - Formatter --> FormatterFactory > - TypeConverter --> TypeConverterFactory > > .. except for ActionBean and Interceptor. I wonder whether there is a > reason for this design? > > Gérald > > 2008/9/16 Patrick Lightbody <[EMAIL PROTECTED]>: >> Any more thoughts about this? Would love to see this make it in to >> 1.5.1. Is a patch all that is needed? >> >> Patrick >> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Stripes-development mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-development > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
