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

(New page: TODO FILL IN FOR ANDY)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
TODO FILL IN FOR ANDY
+
'''Can Glimmer be used with a Java project despite the fact that its syntax is in Ruby?'''
 +
 
 +
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, invoked through JRuby from Java's side.

Latest revision as of 20:11, 2 December 2008

Can Glimmer be used with a Java project despite the fact that its syntax is in Ruby?

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, invoked through JRuby from Java's side.

Back to the top