blob: ab2e0fdf48c05263767ebaeccb17377940f054ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
</title>
</head>
<body>
<b>NetX</b> is a high-quality JNLP client that executes
network-based applications.
<br>NetX downloads code over the
network, caches it, and runs it in a secure sandbox
environment (unless signed).
<br><br><big><b>
Features of NetX:
</b></big>
<ul>
<li><b>Modular: </b>Easily add JNLP capabilities to an application.</li>
<li><b>Small Size: </b>Loads from a ~130K JAR file.</li>
<li><b>Saves Memory: </b>Launch programs in a shared JVM.</li>
<li><b>Fast startup:</b> Runs applications from a cache for fast starting. </li>
<li><b>Security:</b> Run any application in a sandbox or log its activities.</li>
<li><b>Auto-Update:</b> Applications can auto-update without special code.</li>
<li><b>Network Deployment:</b> Deploy to the internet, not with installers. </li>
<li><b>Open Source:</b> GNU Lesser General Public License.</li>
</ul>
</body>
</html>
|