From: David H. Jr <dh...@hd...> - 2001-03-05 20:30:08
|
Hey Jythoneers, I am looking for ideas to deploy a distributed app in a secure fashion. We are using jython for the client gui and logic, and java for the server and communication framework. A few notes: 1) We are free to install JDK1.3 and Jython on all clients. 2) We must make sure a script can not be run if it has been modified. 3) We must be able to conveniently deliver new versions over the web, but we are flexible as to how. Obviously, a signed Jar is designed to solve these issues. Is there a way to deploy jython programs without compiling them and using a signed Jar? Thanks, Dave |