Skip to content

Lilianeo/OSGi_JAX-RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGi_JAX-RS

This project aims to create a tool to manage OSGi bundles deployed on an EQUINOX container. we can find there the interface "BundleUtils" which contains the methods may be called by the Simple client. It contains also "BundleUtilsImpl"; the implementation of methods of "BundlesUtils"(getBundles,installBundle,startBundle...) and also the "ServiceActivator" used for the registration of the service.