beginner questions

hi all,

i am about to read all (...) the jws docs, but i have to know some basics immediatelly...sorry.

1. when i have a "normal" application ==> do i have to make LOTS OF changes to use this code for an jws application ?

2. where can i download sample code ?

thank you all,

andi

[347 byte] By [BCBCBC] at [2007-9-26 2:29:11]
# 1

Hi,

> 1. when i have a "normal" application ==> do i have to

> make LOTS OF changes to use this code for an jws

> application ?

Depends on your application.

You have to make (relative small) changes for local file access, printing, clipboard access and some other things.

See http://java.sun.com/products/javawebstart/docs/developersguide.html#dev

Alternatively you can sign the jar of your WebStart app with a digital signature and request full access to the client machine. When the user acceppts this, you can work quite normal.

Regards

Martin Schloeter

martin.schloeter at 2007-6-29 9:46:00 > top of Java-index,Desktop,Deploying...
# 2
Hi, you can find a resource loading tutorial here: http://www.geocities.com/vamp201/tutorial.html and you can launch the examlpe app here: http://www.jenomics.de/vamp/tutorial.jnlp - Gerald
geraldb at 2007-6-29 9:46:00 > top of Java-index,Desktop,Deploying...