잡담

Getting started with OSGI

tomato13 2008. 11. 19. 11:47
http://www.eclipsezone.com/eclipse/forums/t90365.html



* console 환경에서 수행할 경우 file위치는 아래와 같이 기술
osgi> install file:/d:\temp\PHelloBundle.jar
Bundle id is 1

osgi> start 1
2008. 11. 19 오전 11:51:57 tutorial.TutorialActivator start
정보: started
2008. 11. 19 오전 11:51:57 baselib.BaseService sayHello
정보: Hello, world!

osgi> stop 1
2008. 11. 19 오전 11:52:02 tutorial.TutorialActivator stop
정보: stopped.

osgi>


'잡담' 카테고리의 다른 글

java stack  (0) 2008.12.18
eclipse debuggin  (0) 2008.12.01
샐러리맨의 좋은 점   (0) 2008.11.19
Context-Driven Test Automation  (0) 2008.11.02
Virtualization  (0) 2008.10.29