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 "Riena Project"

(Riena resources)
Line 28: Line 28:
  
  
=== External resources ===
 
* [http://www.compeople.eu/blog/?cat=3 compeople developer blog]
 
* [http://www.ralfebert.de/blog/eclipsercp/riena_tutorial/ Eclipse Riena Tutorial: How to build a Riena app from scratch]
 
* [http://eclipse.dzone.com/articles/riena-new-adventure-eclipse Eclipse Zone: Riena - A New Adventure In Eclipse]
 
* [http://eclipsesource.com/blogs/2009/08/22/the-5-minute-intro-to-riena-ui-and-navigation/ Introduction to Riena UI and Navigation]
 
  
== Meet us ==
 
 
===EclipseCon 2010===
 
* Presentation: [http://www.eclipsecon.org/2010/sessions/sessions?id=1142 SWT on Qt]
 
* Presentation: [http://www.eclipsecon.org/2010/sessions/sessions?id=1182 Riena 2.0 - New and Noteworthy]
 
 
===EclipseCon 2009===
 
* Presentation: [http://www.eclipsecon.org/2009/sessions?id=445 Write a Client/Server application based on Riena in 25 minutes]
 
* Presentation: [http://www.eclipsecon.org/2009/sessions?id=391 Dynamic Views for Business Applications (Riena + EMF + oAW)]
 
* Discussion: [http://www.eclipsecon.org/2009/sessions?id=773 Riena Birds of a Feather Meeting]
 
 
===EclipseCon 2008===
 
* Presentation: [http://www.eclipsecon.org/2008/?page=sub/&id=150  Eclipse Riena Project]
 
  
 
[[Category:Riena]]
 
[[Category:Riena]]
 
[[Category:EclipseRT]]
 
[[Category:EclipseRT]]

Revision as of 08:19, 20 June 2011

{{#eclipseproject:rt.riena}}

Riena
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

The Riena platform is a framework for building multi-tier enterprise client/server applications.

Riena broadens the usage of OSGi/Equinox's service-oriented architecture by providing access to local and remote services in a transparent way. Using this uniform programming model, the Riena components and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.

Moreover, the Riena user interface components support a business-process oriented user interface and navigation metaphor which can be used as alternative to the default workbench layout.

Get started with developing Riena applications

  1. Download, install, and set up Riena
  2. Take a look at the Example applications

Back to the top