Hi,
I had a question about how to use the hivemind built in "Translators". After having tried some solutions I come to the point where I felt
I should extend the ObjectProviders to achive my goal.
I would like to have the possibility to pass translators to My Services as parameters ( See the "question about Transaltor" item I posted into the forum http://article.gmane.org/gmane.comp.jakarta.hivemind.user/331 )
we have already these Service prefixes.
* <provider prefix="service" service-id="ServiceObjectProvider" />
* <provider prefix="configuration"
service-id="ConfigurationObjectProvider" />
* <provider prefix="instance"
service-id="ObjectInstanceObjectProvider" />
* <provider prefix="service-property"
service-id="ServicePropertyObjectProvider" />I'm just wondering if it's a good idea to have a new Object provider which would look like this
* <provider prefix="Translator" service-id="TranslatorObjectProvider" />
I'm willing to write this, if someone gives me some hints how/where to start..
how is the best to do this???????????
-how can I access all the configured Translators inside my ObjectProvider???
Thanks a lot!
IStvano
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
