I am implementing a RESTful publish subscribe protocol using Restlet. For this purpose, anything under the pattern /channels should be considered as a channel. For example: /channels/building /channels/building/floor1/room101 are both channels.
However, I would like to capture the pattern subscriptions under each channel as a different Restlet resource: /channels/building/subscriptions /channels/building/floor1/room101/subscriptions Any easy hint to achieve this in the most convenient way? Thanks! Vlatko ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2423087

