2009年2月24日 星期二

File[] files = new File ("/tmp" ) .listFiles();

To get all names of the files under directory /tmp

2009年2月11日 星期三

OSGi Bundles Worldwide.

http://www.google.com/notebook/public/07454133468172869619/BDSOkDAoQitaurfYj

This webpage will collect as much as OSGi compatible bundles as an OSGi Bundle Protal.

2009年2月9日 星期一

context.installBundle( "file:/classes/client1.jar" ).start();

How to install and run another OSGi bundle in Java.
you can get context from your start(BundleContext context).

2009年2月8日 星期日

2009年2月7日 星期六

this.getClass(). getResource( "square.png" )

the image file "square.png" should be under the same directory as the class.