HTML Form Action Java -


i have java program want input html form. if possible load url this

.../html_form_action.asp?kill=kill+server 

but i'm not sure how load url in java. how this? or there better way send action html form?

depending on security, can make http call in java. referred restful call. httpurlconnection class offers encapsulation basic get/post requests. there httpclient apache.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -