Re: URI Template experience

On May 18, 2009, at 3:25 PM, Joe Gregorio wrote:
>
> 2. *If* the syntax is simplified to {foo} there is an opportunity to
> support the parsing
>   case, ala http://bitworking.org/projects/1812/wsgidispatcher.html
>    Is that of interest to anyone?
>
In Java land JAX-RS supports use of the simplified syntax for  
dispatching incoming requests, see:

https://jsr311.dev.java.net/nonav/releases/1.0/spec/ 
spec3.html#x3-300003.4

and

https://jsr311.dev.java.net/nonav/releases/1.0/javax/ws/rs/Path.html

Most examples I've seen use the simplified syntax but several have  
used the extended regex syntax to satisfy more complex requirements.

Marc.

Received on Monday, 18 May 2009 19:49:30 UTC