|
From: Alexandru P. <apo...@ez...> - 2005-05-30 06:22:33
|
#: on behalf of Dain Sundstrom :: 5/30/2005 4:03 AM :#
> Hi all,
>
> I've been working on an implementation of the Geronimo kernel
> interface using Spring. All is going well, but I have run into one
> feature Geronimo has that Spring doesn't. In Geronimo a bean can
> have dynamic properties. A dynamic property is treated just like any
> other property but instead of calling setFoo(value), we call
> setAttribute("foo", value). These are set when the other setter
> injected properties are set.
>
> Have you guys ever considered adding support for dynamic attributes?
>
> An alternative solution is to allow generic method invocation before
> init method is called.
>
> -dain
>
>
Hi Dain!
If you search the forum you will find different solutions to the above problem. I was looking for
the same thing for a while, and currently i am quite happy with a modified solution I've found on forum.
For the 2nd question: do you need another method call than the after-init?
:alex |.::the_mindstorm::.|
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
|