Registry / dependency-injection / de-kalpatec-pojosr-framework

de-kalpatec-pojosr-framework

JSON →
library0.2.1javamavenunverified

POJOSR is a lightweight service registry that mimics OSGi service registry functionality without requiring an OSGi framework.

<dependency> <groupId>com.googlecode.pojosr</groupId> <artifactId>de.kalpatec.pojosr.framework</artifactId> <version>0.2.1</version> </dependency>
INSTALL
IMPORT
SIG · DE-KALPATEC-POJOSR
D
de-kalpatec-pojosr-framework
dependency-injectionjavav0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PojoServiceRegistry
de.kalpatec.pojosr.framework.PojoServiceRegistry

Registers and retrieves a simple string service using the POJOSR registry.

import de.kalpatec.pojosr.framework.PojoServiceRegistry; import de.kalpatec.pojosr.framework.PojoServiceRegistryFactory; PojoServiceRegistry registry = PojoServiceRegistryFactory.newInstance(); registry.registerService(String.class, "Hello", null); String service = registry.getService(String.class, null); System.out.println(service);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
Resources
de-kalpatec-pojosr-framework — mvn dependency:get de-kalpatec-pojosr-framework · libregistry