Automagically RESTful Entity Beans
Thursday, March 1st, 2007So far, I have gotten some very useful feedback for RESTEasy. One excellent set of questions came from the rest-discuss group on Yahoo!:
How do you map different parts of the namespace to the same component? What, for instance, do GETs to the following resources result in:
http://localhost/resteasy/contacts/12345/something
http://localhost/resteasy/contacts/12345?myparam=whatever
The short answer is that you could map [...]