How do i instantiate a spring service in a standalone client
We have a Service as a OSGi bundle deployed on a Virgo server and is running ACTIVE. What is the procedure to instantiate it in a Standalone client.
(Client can be run on t开发者_开发技巧he same machine as the server is running)
Thanks.
You should use ServiceTracker in order to get reference to the service you have deployed.
精彩评论