You need to sign in to do that
Don't have an account?

Signed Applets & SControls
Our client has a requirement to use SControls (with Applets embedded). Lets say that we create a Java Applet (and sign it), can we deploy a huge jar file (Containing the Java custom implementation with the axis libraries that it needs to run) ?
Any documentation on how to Sign applets would be appreciated.
Do we have any sample or tutorial to help us?
Thank You
Venk
Also, in our experience we couldn't get axis client to work within a signed applet without modifying the client side java runtime security permissions. Later we just dropped this idea & used wingfoot soap library instead of axis. It's a lot lightweight & doesn't use java features that make axis fail inside restricted java sandbox.
/Jaanek
I'm sure there is a way to do this. If anyone can help me with some sample code or examples, that would be very helpful. I will compile this info and create some shareware kinda source to help other people trying to accomplish this.
Remember, the process for signing applets for IE is completely different from non-IE broswers (or used to be). IE would only read .cab files, not .jar. Perphaps someone can post a reply if this has changed.
onthebeach