Advantages offered by SWT/JFace

What are the advantages offered by SWT/JFace?

Advantages of SWT:

1. Provides backend by providing native look with backend widgets by supporting Swing programming model.
2. SWT could run Swing native objects which enables SWT to run on any Swing support platform.
3. SWT based application loads faster compared to Swing applications
4. The memory usage is smaller in SWT as it uses the shared libraries. The shared library loads only once for all SWT applications.
5. Provides the exact platform look and feel. Even with the skinned desktop, it looks and feel is also skinned.
6. Provides different styles for different types of menus

Java Web Start technology - JFace
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..
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..
Post your comment