Skip to content Skip to sidebar Skip to footer
Showing posts with the label Applet

Alternatives To Java Applet To Launch Microsoft Office Applications

In our web application, we used to use a Java applet to invoke MS. Office applications e.g. Word to… Read more Alternatives To Java Applet To Launch Microsoft Office Applications

Getting A Javaobject Out Of A Jsobject

I have a Javascript function in my xhtml page that does the following: HTML FILE: function getData(… Read more Getting A Javaobject Out Of A Jsobject

Splitting A File Before Upload?

On a webpage, is it possible to split large files into chunks before the file is uploaded to the se… Read more Splitting A File Before Upload?

How To Show Progress Bar When The Java Applet Load On Web Browser

I have a Jar File which run the applet. This Jar File is called by Call_Applet_Jar.html file whic… Read more How To Show Progress Bar When The Java Applet Load On Web Browser

How To Send An Image From A Java Applet To Javascript?

I have a Java Applet that is generating an image. Ultimately, I would like to insert the image data… Read more How To Send An Image From A Java Applet To Javascript?

Invocationtargetexception When Using Accesscontroler.doprivileged In A Signed Applet

I'm having the following method in an applet which is called via JavaScript public String getAS… Read more Invocationtargetexception When Using Accesscontroler.doprivileged In A Signed Applet

Binding Applet Parameters With Angularjs

I need to pass a dynamic param to an applet. This is my controller: 'use strict'; angu… Read more Binding Applet Parameters With Angularjs

InvocationTargetException When Using AccessControler.doPrivileged In A Signed Applet

I'm having the following method in an applet which is called via JavaScript public String getAS… Read more InvocationTargetException When Using AccessControler.doPrivileged In A Signed Applet