Submitted by JoelPM on Tue, 12/23/2008 - 18:27.
I've spent some time looking around the SMD Google Group, the Dojox help forum, and the Dojo book and didn't see anything related to this, but my apologies if I managed to overlook an obvious answer. I'm wondering if it's possible to define a SMD for a REST based service that takes params as URL path components instead of query-string parameters.
For example, the following are all valid urls that return the results as JSON (the server is using Apache Jersey, though that shouldn't matter).
/artists -> list of artists
/artists/radiohead -> artist info