OSGiLogWS

App Image

   March 19th, 2008
944 views / 388 downloads
Admin Administrator: Bug Labs teamjconnolly

Category: Utilities    Maturity: Beta
Tags: osgi  Log  WebServices  console 

Download Latest Version

App to expose the OSGi log as a web service.

After launching Virtual BUG and loading app, go here:


http://localhost:8082/service/LogViewer



This is the first step in exposing the OSGi backend as a web service. While it’s redundant for the Virtual BUG, it’s convenient for the physical BUG. Eventually I hope to allow users to configure the OSGi runtime from their browser.

Room for extensions: log4j or ops4j bundles to extend the log to XML for easy parsing and debugging. Right now it’s just plain text. Perhps in lieu of functionality, I may doll up the plain-text output as html.

Plans for future versions: expose the IShellCommandExecutor as a web service, with a console-like WS. maybe all web 2.0 with an XMLResponse Servlet a la ajax.


Download


Version Date Uploaded by Notes  
Version 1 March 19th, 2008 jconnolly  (more) (collapse) download

other

1 Comment

Comment_icon Login to add comment

jconnolly

Bug Labs team jconnolly said on March 22nd, 2008 07:44:00 AM

I should say Re: future plans, that the WS functionality, as it is now, does not lend itself much to fancification. I'd probably have to write my own HttpServlet, outside of the WS framework. in that case, I'll upload a new app.