> I try not to design my domain models in such a way

Could you elaborate on this a bit, please?

On Fri, May 29, 2009 at 6:19 AM, James Carman
<jcar...@carmanconsulting.com> wrote:
> On Thu, May 28, 2009 at 11:36 AM, Igor Vaynberg <igor.vaynb...@gmail.com> 
> wrote:
>> this is why i built salve.googlecode.com
>>
>> you can easily hook it into spring and have all your objects (doman
>> objects or wicket components) injected via @Dependency without
>> worrying about serialization issues or eager injection - eg if you
>> load a result set of 1000 hibernate entities that need injection you
>> dont want all those injected for no reason.
>
> I try not to design my domain models in such a way, but sometimes it
> just fits if you want to be "domain-driven" and salve definitely is a
> good alternative to the @Configurable/@Autowire support in Spring.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to