You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Daniel Bimschas <bi...@itm.uni-luebeck.de> on 2010/02/12 08:12:17 UTC

Question about the WebConsole JSON API

Hi list,

I have a question regarding the API that is (implicitly) exposed by the WebConsole bundle. I need to write an application-specific web based GUI. Some of the actions in this GUI will also do interaction with e.g. the Configuration Admin Service. Now, as WebConsole in principal provides that kind of functionality I wondered if there's some (documented) JSON / RESTful HTTP / ... API that can be reused for that purpose?

Kind regards,
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Question about the WebConsole JSON API

Posted by Carsten Ziegeler <cz...@apache.org>.
Hi,

Daniel Bimschas wrote:
> Hi list,
> 
> I have a question regarding the API that is (implicitly) exposed by the WebConsole bundle.
> I need to write an application-specific web based GUI. Some of the
actions in this GUI will
> also do interaction with e.g. the Configuration Admin Service. Now, as
WebConsole in
> principal provides that kind of functionality I wondered if there's
some (documented)
> JSON / RESTful HTTP / ... API that can be reused for that purpose?
the current json api of the web console is internal only; it is not
intendet to make this a public usable api; we might even remove the json
support with the upcoming changes in the web console.

So I think it makes more sense if you write a servlet that exactly fits
you needs and provides a rest api for the config admin (or other services).

Regards
Carsten
-- 
Carsten Ziegeler
cziegeler@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org