JSP help needed

random2

Adept
Hi all,

Im not a JSP/Java programmer, but need a pretty simple fix on a app built on JSP.

The JSP page is a form processor and in between the workflow, I need to call a URL (its just RESTful API).

1. How do I call a URL?(I dont want to see any response as exception is handled well on the other end). Any pointers on url retrieval, GET, POST things would be helpful

2. Could you please point me to some basic string operation examples/tuts which could help me in url building.

Thanks in advance,
Deepak
 
Back
Top