Difference between revisions of "Eclipse 4 Application Model"
From OS.bee documentation
(Created page with "==Purpose== Like every Eclipse 4 application, the foundation is the application model. ''Figure 1: E4 application model.'' OS.bee...") |
|||
Line 1: | Line 1: | ||
==Purpose== | ==Purpose== | ||
Like every Eclipse 4 application, the foundation is the application model. | Like every Eclipse 4 application, the foundation is the application model. | ||
− | [[File:E4ApplicationModel. | + | [[File:E4ApplicationModel.png|center|frame|''Figure 1: E4 application model.'']] |
OS.bee is not a RCP application but renders on browsers as a web application using the Vaadin framework. To achieve this a bridging framework works between the E4 application model and Vaadin. The framework is called Vaaclipse. | OS.bee is not a RCP application but renders on browsers as a web application using the Vaadin framework. To achieve this a bridging framework works between the E4 application model and Vaadin. The framework is called Vaaclipse. |
Revision as of 07:41, 19 October 2017
Purpose
Like every Eclipse 4 application, the foundation is the application model.
OS.bee is not a RCP application but renders on browsers as a web application using the Vaadin framework. To achieve this a bridging framework works between the E4 application model and Vaadin. The framework is called Vaaclipse.