2

Is there an equivalent of Groovy's HTTPBuilder for Java?

3
  • Does HTTPClient work for you? Commented May 18, 2012 at 2:48
  • I'm using HTTPClient right now. HTTPBuilder is a wrapper around HTTPClient. I want to try it in my project because it provides built in xml and json parser support and different mechanism to create and manipulate uri's. I am not using any specific framework. Commented May 18, 2012 at 3:01
  • Correction, I'm not tied to any specific framework. Commented May 18, 2012 at 3:07

1 Answer 1

1

Add groovy support to your existing project and use Groovy's HTTPBuilder

http://briantarbox.blogspot.co.uk/2009/01/tutorial-for-adding-groovy-to-java.html

"Overall this should take no more than twenty minutes or so."

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.