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]

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