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 [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

