Skip to content

kodtodya/osgi-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osgi-examples

This repository contains few OSGi examples for beginner

Please follow below steps to deploy your application to Karaf server:

After installing karaf, please start it.

karaf@root()> bundle:install mvn:<group-id-of-application>/<rtifact-id-of-application>/<version>

Above command will provide you bundle id. Please use it in below commands to start and stop bundle:

karaf@root()> bundle:start <bundle_id>
karaf@root()> bundle:stop <bundle_id>

About

This repository contains few OSGi examples for beginner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages