Hi All,
Any thoughts/explanation/good references to this would be helpful.
Also, what exactly is the use of this.
解決済! 解決策の投稿を見る。
Hi ,
Thanks to reaching out to Adobe Community!!!
The Link is working fine as given by Scott. If this is not working then follow this alternative link: http://docs.spring.io/spring-osgi/docs/current/reference/html/service-registry.html
Note: Both the links are one and the same!!
Thanks,
Ratna Kumar.
Good discussion on this subject here:
First paragraph:
The OSGi service registry enables a bundle to publish objects to a shared registry, advertised via a given set of Java interfaces. Published services also have service properties associated with them in the registry. The registry is a crucial feature of OSGi, facilitating decoupling between bundles by promoting a dynamic collaborative model based on a service-oriented paradigm (publish/find/bind).
表示
返信
いいね!の合計
Hi Scott,
Thank you for your reply.
The link provided doesn't seem to be working. Also, would it be possible to provide reference to an article which explains this in a simple way..
表示
返信
いいね!の合計
Hi ,
Thanks to reaching out to Adobe Community!!!
The Link is working fine as given by Scott. If this is not working then follow this alternative link: http://docs.spring.io/spring-osgi/docs/current/reference/html/service-registry.html
Note: Both the links are one and the same!!
Thanks,
Ratna Kumar.
link is not working yet
表示
返信
いいね!の合計
The OSGi service registry is a core component of the OSGi framework, serving as a central directory for dynamic service sharing between different modules (called "bundles") within an application. Here's a breakdown of its key features:
What it is:
Key features:
Benefits:
Examples of use:
Further resources:
I hope this explanation provides a clearer understanding of the OSGi service registry!