Skip to content

Lightweight library for Classloader Delegation in OSGi Containers

License

Notifications You must be signed in to change notification settings

femangl/labs-delegation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labs-delegation
==========================

The purpose of this library is to work around some downsides of using DynamicImport-Package by providing an alternate way to dynamically retrieve classes from other bundles at runtime.

For more details have a look at the github-page:

https://github.com/openengsb/labs-delegation/wiki

How to build
==========================
* Install JDK 6 or higher

  You can install [Oracle JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) or
  [OpenJDK](http://openjdk.java.net/install/index.html) depending on the OS you use.
  Other JVM implementations should also work, but are untested.

* Install [Maven 3 or higher](http://maven.apache.org/download.html)

  Be sure to follow the provided [installation instructions](http://maven.apache.org/download.html#Installation)

* Run **mvn install** from the project's root directory

About

Lightweight library for Classloader Delegation in OSGi Containers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%