On Tue, 1 Jul 2003 23:18:24 -0400, "Dave Best"
<> wrote or quoted :
>I know i'm vague but does anyone have any tips for writing applets that work
>x-platform and a stable version of Java to use?
You save most of those headaches if you insist your clients use the
Java plug-in. The big problems come from old IE and Netscape Java
implementations where the vendors were trying hard lock developers
into their platform with quirks.
Java Web Start gets rid of even more of those headaches.
See
http://mindprod.com/jgloss/javawebstart.html
I talked my boss/client into it for a project we are working on, a
multifeed security camera viewer. He was very reluctant to use a
technology he did not understand. I sent him a bat file and some
links in the Java glossary. He phoned me triumphant that he too was
able to jar and sign the application and that it was far simpler than
he ever imagined.
Now he is jittering at me to use some of the more sophisticated JWS
features.
I think he was worried about how it would look to use a phony
certificate, and how clumsy that would be for the user. He was happy
to discover that JWS does not pester the user about the certificate
over and over. It just imports it (not quite sure just where yet), on
the first try.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.