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/FAQ"

Line 1: Line 1:
 
- Can Glimmer be used with a Java project despite the fact that it's written with JRuby?
 
- Can Glimmer be used with a Java project despite the fact that it's written with JRuby?
  
Absolutely. Glimmer, can be used as to author user-interfaces declaratively, with the backing domain model code written fully in Java.  
+
Absolutely. In a desktop application where the domain model is fully written in Java, Glimmer can be used to author the desktop user-interfaces declaratively. This is similar to how XHTML is used to author web user-interfaces declaratively for web applications.
  
 
- Can Glimmer be used with Eclipse RCP?
 
- Can Glimmer be used with Eclipse RCP?
  
 
Yes. Views, Editors, Wizards, and other RCP components can have the UI written declaratively in Glimmer's syntax and consumed from the Java side via JRuby.
 
Yes. Views, Editors, Wizards, and other RCP components can have the UI written declaratively in Glimmer's syntax and consumed from the Java side via JRuby.

Revision as of 12:40, 2 December 2008

- Can Glimmer be used with a Java project despite the fact that it's written with JRuby?

Absolutely. In a desktop application where the domain model is fully written in Java, Glimmer can be used to author the desktop user-interfaces declaratively. This is similar to how XHTML is used to author web user-interfaces declaratively for web applications.

- Can Glimmer be used with Eclipse RCP?

Yes. Views, Editors, Wizards, and other RCP components can have the UI written declaratively in Glimmer's syntax and consumed from the Java side via JRuby.

Back to the top