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

m
(added development section)
Line 6: Line 6:
 
''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.
 
''
 
''
 +
  
 
== Platform Principals ==
 
== Platform Principals ==
Line 13: Line 14:
 
* Views are skinnable in Internet applications
 
* Views are skinnable in Internet applications
 
* Developers don't have to care about communication between RCP and the server
 
* Developers don't have to care about communication between RCP and the server
 +
 +
 +
== Development ==
 +
* [[RIC_Ideas|Thoughts and Ideas]]
 +
* [[RIC_Architecture|Architecture and Design]]

Revision as of 14:58, 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


Development

Back to the top