Trace: • Using Styles • Saving Parameters/Settings
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
jvx:client:gui:correct_launcher [2018/02/01 11:05] admin |
jvx:client:gui:correct_launcher [2020/06/08 13:45] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~Title: Using the correct Launcher~~ | + | ~~Title: Using the Correct Launcher~~ |
- | A JVx application is always developed technology indepedent. This makes it possible to provide the application on various different platforms. | + | A JVx application is always developed technology-independent. This makes it possible to provide the application on various different platforms. |
The framework currently supports the following UI technologies: | The framework currently supports the following UI technologies: | ||
Line 9: | Line 9: | ||
* Headless | * Headless | ||
- | To launch an application using a certain platform, all we have to do is use the appropriate launcher. The launcher definition depends on the used technology. If you use Swing, all you have to do is to set a command-line argument. For Vaadin and headless you have to use the deployment descriptor (web.xml). | + | To launch an application using a certain platform, all we have to do is use the appropriate launcher. The launcher definition depends on the used technology. If you use Swing, all you have to do is to set a command-line argument. For Vaadin and Headless, you have to use the deployment descriptor (web.xml). |
The class com.sibvisions.rad.ui.swing.impl.SwingApplication is used as main class for Swing. | The class com.sibvisions.rad.ui.swing.impl.SwingApplication is used as main class for Swing. | ||
- | == Example using an Eclipse Runtime Configuration == | + | == Example Using an Eclipse Runtime Configuration == |
The configuration dialog: | The configuration dialog: | ||
Line 19: | Line 19: | ||
{{:jvx:client:gui:swing.png?nolink|}} | {{:jvx:client:gui:swing.png?nolink|}} | ||
- | == Example using Vaadin == | + | == Example Using Vaadin == |
- | The Deployment descriptor (web.xml): | + | The deployment descriptor (web.xml): |
<file xml> | <file xml> |