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 "Glimmer"

(Glimmer)
 
Line 7: Line 7:
  
 
'''Principles'''
 
'''Principles'''
 
 
  -  Concise and DRY (Don't Repeat Yourself)
 
  -  Concise and DRY (Don't Repeat Yourself)
 
  -  Asks for minimum info needed to accomplish task
 
  -  Asks for minimum info needed to accomplish task
 
  -  Convention over configuration
 
  -  Convention over configuration
 
  -  As predictable as possible for existing SWT developers
 
  -  As predictable as possible for existing SWT developers

Latest revision as of 20:34, 2 December 2008

Goals

-  Platform-independence
-  Native widget support
-  Industry-strength
-  Strong community support
-  Ease of use

Principles

-  Concise and DRY (Don't Repeat Yourself)
-  Asks for minimum info needed to accomplish task
-  Convention over configuration
-  As predictable as possible for existing SWT developers

Back to the top