On Thu, Jul 22, 2010 at 2:00 PM, Daniel Ferber <[email protected]> wrote: > Hi, > > I would like do expose some questions about creating the Component from a > XML configuration file. > This configuration routes the virtual host to several Applications. > 1) After the component has been created, is it possible to get a reference > to some specific application that were created? For example, query the > application by and ID or some other attribute from the XML?
You should look at the RIAP protocol for making requests between applications. > 2) Is it possible for the XML configuration to describe some > parameters/properties that will be passed to the application that will be > created? Yes. You just use the 'parameter' element. The schema is available here: http://www.restlet.org/schemas/1.1/Component > 3) I want to set a different status service for each application. Is that > possible from the XML configuration? Not sure about that... --Alex Milowski ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2638272

