Java OSGi Tutorial
Github 소스 MathConsumer : https://github.com/yscho03/MathConsumer MathService : https://github.com/yscho03/MathService Tutorial (튜토리얼) 1. OSGi "MathConsumer" 생성 1-1. MathConsumer 프로젝트 생성 Activator Code package org.tutorial.helloosgi.mathconsumer; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class Activator implements BundleActivator { private static B..