jaxrs
Hi, I'm just trying to build a simple app that can handle get requests. I created an empty bundle by following http://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle . Now if I want to do something like the example at ...
0 votes
2 answers
3 comments
2075 views
I create the following form (jquery change it as ajax request and do the put request) : <form action="/nuxeo/site/jersey-breaker/QueryFromJersey" method="put"> Value: <input type="text" name="value" /><br /> <input type="submit" ...
0 votes
1 answers
0 comments
2276 views