Hey,
we want to implement simple URI-pattern to resource class matching in
PHP as Jersey does for JAX-RS.
We will probably not use annotations, but we're more interested in the
general algorithm - assembling URI templates and and finding the best
match. Basically all that happens after a request arrives and before
resource class is executed.
Can you point to Jersey's implementation of that? Description, source
code, JavaDoc - anything goes.
Thanks,
Martynas
semantic-web.dk