What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Jun 16, 2008 by joe.gregorio
Implementations  
Other implementations of the URI Template specification

Introduction

Implementations of the URI Template specification. This project contains a Python implementation. Please add yours to the list or drop a pointer to one in the comments:

If you leave a pointer to a project in the comments I will remove your comment after I have added it to the list (nothing personal, this will just make it easier for me to track which links I've added to the list).


Comment by kebernet, Jun 14, 2008

While part of a larger implementation, the WADL project has a URI builder implementation in it as well:

https://wadl.dev.java.net/

Comment by asbjornu, Jun 16, 2008

ASP.NET MVC does not use URI Templates, but I really think it should. If anyone knows someone in the ASP.NET MVC team, please poke them in the right direction!

Comment by joe.gregorio, Jun 16, 2008

I don't believe the WADL implementation has a complete URI Template implementation.

Comment by brian.cassidy, Sep 16, 2008

Perl:

http://search.cpan.org/dist/URI-Template/ # stable release, implements spec 01

http://search.cpan.org/dist/URI-Template-0.14_01/ # dev release, implements spec 03


Sign in to add a comment