http post - Posting back to website from a Java Web Start app? -
is there way post website java web start app ? here i'm trying accomplish. have website page place orders online. i've designed jws app can read barcodes little scanner use ordering software. i'm trying make can start java app website , read scanner, send barcode data website fill in order don't have hand key order website. trying figure out best way accomplish , not sure java capable of doing.
a java web start app can post data server, either using http client library or manually urlconnection.
a java applet can manipulate dom of webpage it's included.
Comments
Post a Comment