Java Web Start application question for a beginner

Hi,

I am developing an application which will launch in java web start. I want to be able to click on a link on a web page and have my client application be downloaded to a machine and ran via Java Web Start. My problem is that i want some data from 1 table in a MYSQL database to be downloaded to the machine as well while the application is being downloaded.

Is this possible and how can it be done. Some links and/or general information to get me started would be very much appreciated.

Thanks,

Ocelot

[536 byte] By [Ocelota] at [2007-10-2 4:36:39]
# 1
You can accomplish what you want, but your application will have to handle the DB access after it's been downloaded and installed in the client machine.See Sun's Web Start documentation and the Web Start forum
ChuckBinga at 2007-7-16 0:09:16 > top of Java-index,Java Essentials,New To Java...