A JBoss project that provides various frameworks to help build RESTful web services and Java applications
I'm trying to deploy a simple web application under JBoss AS 7.1 which comes bundled with resteasy. According to the documentation …
rest jakarta-ee web-applications jboss7.x resteasyI need to get WADL file for RESTful service. I know that in case using jersey it's available as http://…
java web-services resteasy wadlSo, I'm developing a REST webservice using RESTeasy and Google App Engine. My question isn't related to GAE, but I …
java web-services authentication resteasyI am using jboss's rest-easy multipart provider for importing a file. I read here http://docs.jboss.org/resteasy/docs/1.0.0.…
java web-services jakarta-ee jboss resteasyI am using RESTEasy encryption. For that I have to generate x.509 certificate by the Java 'keytool' command-line interface. Please …
java resteasy bouncycastleI'm trying to build a REST web service (server side) that will allow a partner system to connect/POST order …
rest spring-mvc jax-rs resteasyWe use Spring to implement REST controller, for example: @Controller @RequestMapping("/myservice") public class MyController { @RequestMapping(value = "foo", method = RequestMethod.…
spring rest resteasy resttemplate