Hi!
Finally, I have been able to adopt an standard solution by injecting the
"Request" service in the page implementing the service. It is very easy.
Example:
public class MyService {
// ...
@Inject
private org.apache.tapestry5.services.Request request;
void
Hi Fernando,
Maybe this help.
http://code.google.com/p/t5-restful-webservices/
Cheers,
Marcue Veloso
Em Fri, 06 Mar 2009 13:34:45 -0300, Fernando Bellas Permuy
escreveu:
Hi!
Hi!
Experimentally, I have observed that the client must use the following
URL:
http://.../myService/40/The$0020Java$0020Programming$0020Language
This encoding is done by the org.apache.tapestry5.services.URLEnco