jsp - Alternatives to Java applet or solution to unsigned the applet website connection -


i have written applet reads data (in form of string) website each 2 seconds, processing , display results in bar-form (basically display on swing components). working fine when launched netbeans. once did out-side netbeans, hell break loose because of signed , un-signed problems, applet un-signed. question is, other options same process within java ( not familiar other languages much) because have seen people talking sfx fx , jsp couldnot figure out mapping applet them. other thing is: couldn't find post shows how establish url connection un-signed applet, u aware of any?

regards.

there no alternative cross-site access in applet. applet needs digitally signed.

a jsp without being digitally signed, you'd need running java on server side (an applet needs java on client side).

in case you're wondering. cross-site access stealing resource 1 site, reproduce on site if property of other site. why sun/oracle decided applet need digitally signed. user should know accepting applet requires full permissions (available after user prompted, , clicks ok) before run.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -