I'm looking for a more dynamic approach when it comes to creation of Resources (compared to the wsdl2java approach). The system I'm integrating with muse is very dynamic. The resources and properties may change depending on the configuration and environment.
I would like to create my resources from another application in runtime, starting with a clean Muse configuration. Is there a way to do this with Muse? I have done a similar solution for Pubscribe, but the programing model in Muse is much more attractive so I'm thinking of moving to Muse. In short my Pubscribe solution exposed an Mbean configured in the wsrf-config.xml. Through that Mbean another application could get a handle to the WsrfRuntime and create Resources, Topics, adding ResourceProperties etc. Is there a way for another application to get a handle to the ResourceManager in Muse or maybe there's a better approach?
