Hello,
In a certain manner related to osgi, is there a means in Restlets to add
dynamically new attachements to ane exiting router, ie add new URL to be
taken into account without having either to recopile the code, or (better)
without having to restart the process?

for instance, we had first :
myrouter.attach("/toto",...);
myrouter.attach("/toto",...);

and I would like to add :
myrouter.attach("rere",...)

regards
Xavier

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2427636

Reply via email to