Java Web Start technology - JFace

Explain the Java Web Start technology.

Java Web Start (JavaWS) technology is a framework which is used to allow the user to run Java platform specific application software directly from the internet. The Java Web Start applications do not run in a browser. Web start application provides a series of classes which provides various services to the applications. These classes are available in the package called javax.jnlp

Web start comes as a part of Java Runtime Environment without having separately installed. It comprises the portability of applets and maintainability of servlets and JSP technologies. Java Web Start allows the Java client applications to be launched, updated, and deployed from a standard web server.

The Java Application Manager feature allows the end-users to organize the Java applications and also provides different options such as specifying the use of multiple Java Runtime Environments, setting proxy servers for HTTP.
Steps used to deploy SWT/JFace-based application with Java Web Start
Steps used to deploy SWT/JFace-based application with Java Web Start - Some of the operating system specific libraries are to be loaded for SWT applications before they can execute..
MVC - Explain the model-view-controller pattern
Model-view-controller pattern - A pattern is defined as the structure / significant process for application development..
Components of MVC architecture, i.e. Model, view and controller
Components of MVC architecture - Model: In the MVC pattern, the component,” model” comprises the code that is to deal with the database (can be a simple java bean)...
Post your comment