PickAndChooseServicesApp

App Image
   May 22nd, 2008
424 views / 137 downloads
Admin Administrator: Bug Labs teamjconnolly

Category: Tutorials    Maturity: Stable
Tags: Example  osgi  bundles  services  servicetrackercustomizer  addingservice  Tutorial 

Download Latest Version

I wrote this application in response to a users question on the forums:

http://bugcommunity.com/forums/viewtopic.php?t=324

Andrew wanted to step outside the monolithic nature of OSGi, in that your application bundle is automatically started when your required resources become available. In this application, I do some headless stuff (print the date to the console) and if I get an LCD Module (or the IModuleDisplay service), I print the date to the LCD module.

This is handy if I want an application that doesn’t necessarily require a GUI, but if there’s an LCD module, can use it if it likes.

. In fact, I think I’m going to modify the TweetNTwitch app to just this for login credentials.









Please feel free to email me at john [at] buglabs.net for information. Or check out BUGLabs on IRC: irc://irc.freenode.net/buglabs .


Download


Version 1 created on May 22nd, 2008     download jar

other