Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Eclipse Scout becomes a Java Web Framework)
Line 4: Line 4:
  
 
With Release 6.0 the Scout framework becomes a powerful Java web framework.  
 
With Release 6.0 the Scout framework becomes a powerful Java web framework.  
 +
 +
=== HTML5/CSS3/JavaScript for Rendering ===
 +
 +
new rendering component based on todays web standards
 +
 +
[[image:scout_neon_html5_ui.png|500px]]
 +
 +
flexibility to add your own custom widgets
 +
full styling/theming with CSS3/Less
  
 
=== Frontend development in Java ===
 
=== Frontend development in Java ===
Line 11: Line 20:
 
maturity of model based approach
 
maturity of model based approach
 
only moderate efforts required to upgrade to new release
 
only moderate efforts required to upgrade to new release
 
=== HTML5/CSS3/JavaScript for Rendering ===
 
 
new rendering component based on todays web standards
 
flexibility to add your own custom widgets
 
full styling/theming with CSS3/Less
 
  
 
=== Plain Maven Projects ===
 
=== Plain Maven Projects ===
  
 
simplified build setups for projects
 
simplified build setups for projects
 +
 +
[[image:scout_neon_maven.png|500px]]
 +
 
simpler integration of java libraries and frameworks
 
simpler integration of java libraries and frameworks
  

Revision as of 13:47, 18 May 2016

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

Eclipse Scout becomes a Java Web Framework

With Release 6.0 the Scout framework becomes a powerful Java web framework.

HTML5/CSS3/JavaScript for Rendering

new rendering component based on todays web standards

Scout neon html5 ui.png

flexibility to add your own custom widgets full styling/theming with CSS3/Less

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

Scout neon maven.png

simpler integration of java libraries and frameworks

Upgrade of existing Projects

great care to reduce api breakage to minimum moderate efforts required to upgrade

Back to the top