All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sfm.osgi.README.md Maven / Gradle / Ivy

OsgiSupport
------
The Osgi support just expose a service that will deal with the classloading wizardry needed to generate bytecode.

```java
class MyService {

	@Reference
	JdbcMapperService jdbcMapperService;
	
	volatile JdbcMapper mapper;
	
	@Activate
	public void activate() {
		mapper = jdbcMapperService.newFactory().newMapper(DbObject.class);
	}
}
```





© 2015 - 2025 Weber Informatics LLC | Privacy Policy