Possible Duplicates:
How to use curl in Java
cURL equivalent in JAVA
I am a PHP developer, I am very much comfortable with PHP Curl for getting HTML page, as well as posting the form data.
Recently i have a requirement, to do the same functionality in Java, like above. It is very fine if we can do that in Spring FrameWork.