Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/NewAndNoteworthy/6.0"

(The new HTML5 Rendering Component)
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Release 6.0}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
== Eclipse Scout becomes a Java Web Framework ==
+
 
+
With Release 6.0 the frontend part of the Scout framework becomes a powerful Java web framework.
+
 
+
=== A new HTML5 Rendering Component ===
+
 
+
Scout comes with a completley new HTML5 rendering component.
+
 
+
[[image:scout_neon_html5_ui.png|600px]]
+
 
+
The new HTML5 renderer fully support todays web standards HTML5/CSS3/JavaScript.  
+
* Full styling/theming with CSS3/Less
+
* Add project specific custom widgets
+
 
+
The HTML5 renderer is highly optimized for Scout
+
* Minimize number of server rountrips
+
 
+
=== Frontend development in Java ===
+
 
+
productivity
+
full featured business apps
+
maturity of model based approach
+
only moderate efforts required to upgrade to new release
+
 
+
=== Plain Maven Projects ===
+
 
+
simplified build setups for projects
+
 
+
[[image:scout_neon_maven.png|600px]]
+
 
+
simpler integration of java libraries and frameworks
+
 
+
=== Upgrade of existing Projects ===
+
 
+
great care to reduce api breakage to minimum
+
moderate efforts required to upgrade
+

Latest revision as of 10:31, 18 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top