What is the JNLP (Java Network Launching Protocol)?
Created May 4, 2012
John Mitchell It's the underlying protocal and actual service part of Sun's Java Web Start
application-deployment system. You can get the
JNLP Sepcification and API Documentation from Sun's web site.
As its name implies, JNLP is a protocol for being able to launch Java programs over the network.