On Jan 29, 2008 2:22 PM, <[EMAIL PROTECTED]> wrote:
> .addRoute("service", "/:base", TargetType.TYPE_SERVICE)
> .addRoute("feed", "/:base/:collection", TargetType.TYPE_COLLECTION)
out of curiosity, why the ":foo" syntax? why not "{foo}" as in url
templates? or are those not acting as templates?
