The OSGi (Open Service Gateway Initiative) framework is a module system and service platform for the Java programming language that implements a complete and dynamic component model.
I'm trying to create a simple plugin in eclipse. When I run the application, I see this error in log …
java eclipse eclipse-plugin osgi osgi-bundleHow to create OSGi bundle from jar library?
java osgi bundleI am trying to start one of my bundles, but as soon as I start it, I get the below …
java osgi apache-felix osgi-bundleI'm experimenting with OSGi conditional permissions mechanism. More specifically, I'm trying to use org.osgi.service.condpermadmin.BundleSignerCondition to restrict …
osgi jksI am using Day CQ. I want to store some data in a SQL Server DB, using the connection pool …
servlets osgi connection-pooling sling aemWe're trying to determine how to implement a simple plugin framework for a service we are implementing that allows different …
java osgi plugin-architectureI'm relatively new to how web services work so I've gone though a tutorial from http://blog.saminda.org/2008/07/light-weight-osgi-based-axis2…
java browser web-services osgi axis2