1

I have a REST web service. Is there any way to create a Rest web service proxy to access the REST web service without using servlet?

3 Answers 3

2

Here you can see the detailed example for Rest without Servlet.

http://maxrohde.com/2011/09/02/restlet-quickstart/

Sign up to request clarification or add additional context in comments.

Comments

2

Spring RestTemplate could be another option

http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/client/RestTemplate.html

Comments

2

Most popular JAX-RS implementation in Java. Jersey (reference implementation from Oracle) Apache CXF RESTeasy Restlet

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.