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 "Eclipse Rich Internet Client Platform"

m
m
Line 2: Line 2:
 
Please not that this project is not an official Eclipse.org project at this time. It is developed as part of the [[Google Summer of Code 2006]] program using the project hosting service provided by SourceForge and release und the Eclipse Public License.
 
Please not that this project is not an official Eclipse.org project at this time. It is developed as part of the [[Google Summer of Code 2006]] program using the project hosting service provided by SourceForge and release und the Eclipse Public License.
 
</div>
 
</div>
 +
  
 
''The Eclipse Rich Internet Client Platform is a framework that allows developers to create Rich Internet Applications for different client technologies. It comes with an Eclipse RCP and an AJAX renderer.
 
''The Eclipse Rich Internet Client Platform is a framework that allows developers to create Rich Internet Applications for different client technologies. It comes with an Eclipse RCP and an AJAX renderer.

Revision as of 13:18, 12 June 2006


The Eclipse Rich Internet Client Platform is a framework that allows developers to create Rich Internet Applications for different client technologies. It comes with an Eclipse RCP and an AJAX renderer.

Platform Principals

  • Developers describe views in XML and/or Java
  • Developers bind data to views using Java
  • Views can be rendered in Eclipse RCP and Internet applications
  • Views are skinnable in Internet applications
  • Developers don't have to care about communication between RCP and the server

Back to the top