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"

Line 29: Line 29:
 
:[[Riena/Navigation|Navigation]]
 
:[[Riena/Navigation|Navigation]]
 
:Ridgets
 
:Ridgets
 +
:[[Riena/Custom Ridgets|Custom Ridgets]]
 
:MVC
 
:MVC
 
:[[Riena/Look and Feel|Look and Feel]]
 
:[[Riena/Look and Feel|Look and Feel]]

Revision as of 06:28, 17 November 2014

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

Resource for Developers working with Riena

Getting Started

Riena with Eclipse 3.x
Riena with Eclipse 4.x
Riena with RAP
Installing and Using the Riena Toolbox
Bootstrapping your own application with Riena

Platforms

JavaFX
RAP

Downloads

Riena 6.0 Luna Release
Riena 6.1 (Milestones) Mars Release
Riena Example Client

UI Concepts

Navigation
Ridgets
Custom Ridgets
MVC
Look and Feel
UIFilters
Login support
Detached Views
Blocking
Key Bindings
Controller Tests
MasterDetails
Embedding Webapplications (NEW)
Scaling SWT (Icons, Layout) and usage of SVG for Icons (NEW)

Other Concepts

Stages
Wiring
Injection services and extensions
Remote Services
Remote Services ???
Client Monitoring
Security
Sonar

Examples / Testing

Example Application and Code templates
Demo Application
Snippets
Test Collector
Test with simulated UI inputs


Resources for Committers and Contributors

Git Repositories
Setting up your development workspace
Build Riena yourself


          • DEPRECATED ******


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.


Getting Started with Riena 5.0 Look here Getting Started



Looking for that latest version of Riena ? --> Downloads

Riena is moving to GIT

Here is a description on how setup your workspace with Git

Riena on Git

Riena on E4

Riena is currently based on 3.7/3.8. The workbench model in 4.x.(E4) has changed which create a number of problems. They are described in this wiki page

Riena on E4

Riena on RAP

Informations and Getting Started with Riena on RAP (RoR)

Riena on RAP

Back to the top