java - Communicate with web pages -


i want create application uses shipping calculator on external web page (http://www.bring.no/page?id=4994) calculate shipping.

the scenario user fill out fields, have submit, use page's shipping calculator, value (the shipping fee).

so want make swing application looks similar existing shipping calculator, pass arguments it, , retrieve result.

i have no idea how this. tips or hints highly appreciated! :)

look @ apache httpclient communicating websites , webservices java swing application.

you have http post field names on web page.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -