What technology to use?

Hi,

Here is the scenario:

After user cliks on a link, an application and its related files should be downloaded onto client's computer and then it should be able to execute it.

After successful completion of the execution it should send back the files generated in the process of execution.

What JAVA technology do I use?

Is there any site where I'll get step by step procedure to achieve this?

I have discovered its not possible to write with applets..

Plz guide.

[515 byte] By [kaprasannaa] at [2007-11-27 2:41:15]
# 1

I think an applet might do the trick, but you will need to sign it. The user will also have to approve that the applet is run. Applets can't access files or the network otherwise for security reasons.

For more information, go to one of the sites at http://mindview.net/Books/TIJ/DownloadSites

download the book "Thinking in Java, 3rd Edition Revision 4.0" and look at chapter 14.

toon_macharisa at 2007-7-12 3:04:51 > top of Java-index,Core,Core APIs...
# 2
maybe Java Web Start
developer_jbsa at 2007-7-12 3:04:51 > top of Java-index,Core,Core APIs...