1. Question: Does Filthy Rich Clients also apply to Applets? coderanch.comDefinitely, and it has actually been proven at JavaOne 2007 with the IRIS demo (check it out at http://iris.dev.java.net or look for Jasper Pott's blog.) Applets can do wonderful things, just take a look at the ThinkFree Office suite for instance. Unfortunately, they still suffer from annoying loading times. This last issue is being tackled for the Consumer JRE and Java ... |
2. Calling Javascript function from Applet which is inside Swing Client coderanch.comHello Everyone what I am trying to do? I have an applet(JButtonApplet.java) which is embedded in a JFrame of a Swing application (SwingAppletIntegrator.java). When I click the button in the JButtonApplet.java , I am trying to invoke the javascript function using JSObject. I made some research about JSObject and try to implement the same but I got errors and error stack ... |
3. JApplet to access Database on server from client maschine coderanch.comI have made a code in JApplet and trying to run that from Tomcat server by embedding that applet code in JSP. Coderuns fine untill unless i dont use any database access in it but now i am trying to access Data base which is on server machine the applet code is not working i know that i need to sign ... |