Content deleted Content added
mNo edit summary |
the screenshot doesn't represent the concept very well. if you use web start nowadays (launch an app) you will see nothing like this. moving it down/changing caption |
||
Line 1:
In [[computing]], '''Java Web Start''' (also known as '''JavaWS''' or '''javaws''') is a [[Software framework|framework]] developed by [[Sun Microsystems]] that allows users to start [[application software]] for the [[Java Platform]] directly from the [[Internet]] using a [[web browser]].
Line 9 ⟶ 6:
== Implementation ==
[[Image:Java WebStartApplicationMan.png|thumb|250px| Early version of Java Web Start came with an application manager where e.g. Sun's demo applications could be launched]]
Java Web Start provides a series of [[Class (computer science)|class]]es in the <code>[http://java.sun.com/products/javawebstart/docs/javadoc/index.html javax.jnlp]</code> [[Java package|package]] which provide various services to the application. Sun designed most of these services with the aim of allowing carefully controlled access to resources (such as files and the system clipboard) while restricting the application to authorized operations.
|