RE: StateObjectFactory and

2006-11-29 Thread Carlos.Fernandez
I concur, the two StateObjectFactories and the tests that I wrote were very light classes. They essentially just copy/inject their immutable state to the new instance they are generating -- functionality that mimics, in a very inflexible and watered down way, the DI facilities provided by Hivemind

RE: StateObjectFactory and

2006-11-29 Thread Carlos.Fernandez
>> Are you referring to the simplicity of implementing the StateObjectFactory or bypassing >>it? > >Implementing. I concur, the two StateObjectFactories and the tests that I wrote were very light classes. They essentially just copy/inject their immutable state to the new instance they are genera

Re: StateObjectFactory and

2006-11-29 Thread Jesse Kuhnert
Implementing. http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/engine/state/InstantiateClassStateObjectFactory.java?view=markup On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: --> how simple / easy it is to replace StateObjectFacto

RE: StateObjectFactory and

2006-11-29 Thread Carlos.Fernandez
--> how simple / easy it is to replace StateObjectFactory itself Are you referring to the simplicity of implementing the StateObjectFactory or bypassing it? Carlos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: StateObjectFactory and

2006-11-28 Thread Jesse Kuhnert
I think the reasoning might be because of how simple / easy it is to replace StateObjectFactory itself. Perhaps this area could use some work though. Not sure. On 11/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I was wondering why the tapestry.state.StateObjectContribution does not suppor