File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JNLP and Web Start and the fly likes how secure jnlp? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "how secure jnlp?" Watch "how secure jnlp?" New topic
Author

how secure jnlp?

Pawan preet
Ranch Hand

Joined: Jun 12, 2005
Posts: 263
Hi Everyone,

I have a query here. I need to build a server - client application which should be based on jnlp. I want to know if it is secure as SSH or less.


Thanks
Pawan
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

Depends on where you want your security.

You can create an app that uses SSL/TLS to talk to the server. That's just an ordinary network app using secure transport and JNLP doesn't factor into it. You can digitally sign the app to frustrate tampering. You can run JNLP over a secured, encrypted web page to limit who can download the app.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Pawan preet
Ranch Hand

Joined: Jun 12, 2005
Posts: 263
Thanks Tim.
 
 
subject: how secure jnlp?
 
Threads others viewed
No one using Java Webstart?
Increment the memory in JVM!!!
setting system property -D option in JNLP file
problem while launching application using browser
Passing secure properties
developer file tools