JDBC « Applet « Java Swing Q&A





1. Swing based applets don't run in browser !!!    coderanch.com

Your problems are only beginning. I think the "converter" you're referring to the one that converts HTML pages to add tags to cause the Java Plugin to download (about 5 Megabytes) and install. It doesn't do any sort of conversion that lets Swing run under older Javas of the type provided by web browsers. After you get THAT straightened out, you'll ...

2. JDBC - Applet - Swing    coderanch.com

Hi niyaz, basically what u want to do is connect to a DB from the applet right? an Applet will restrict certain operations to be done on the local file system, since the applet will be executed in a sand box. However, there is no restriction for an applet to connect to a DB which is located in the local machine ...