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"

(Redirecting to Riena Project)
 
Line 1: Line 1:
#REDIRECT[[Riena Project]]
+
{{Infobox
 +
| name = Riena
 +
| download = http://wiki.eclipse.org/Riena_Downloads_–_Installation_–_Setup
 +
| website = http://www.eclipse.org/riena
 +
| list = riena-dev
 +
| newsgroup = eclipse.rt.riena
 +
| product = RIENA
 +
}}
 +
 
 +
== Resource for Developers working with Riena ==
 +
 
 +
=== Getting Started ===
 +
:[[Riena/Getting Started|Setting up the IDE]]
 +
:[[Riena/Target Platform|Installing the Target Platform based on Eclipse 4.x (standard)]]
 +
:[[Riena/Target Platform 3x|Installing the Target Platform based on Eclipse 3.x]]
 +
:[[Riena/Target Platform RAP|Installing the Target Platform based on RAP (web)]]
 +
:[[Riena/Examples|Running the Examples, Snippets, Unittests, Wizard]]
 +
:[[Riena/Toolbox|Installing and Using the Riena Toolbox]]
 +
:Bootstrapping your own application with Riena
 +
 
 +
=== -Other Platforms ===
 +
:JavaFX (experimental & unfinished)
 +
 
 +
=== Downloads ===
 +
:[[Riena/Download/6.0|Riena 6.0 Luna Release]]
 +
:[[Riena/Download/6.1|Riena 6.1 (Milestones) Mars Release]]
 +
:Riena Example Client
 +
 
 +
=== UI Concepts ===
 +
:[[Riena/Navigation|Navigation]]
 +
:Renderers
 +
:Ridgets
 +
:[[Riena/Custom Ridgets|Custom Ridgets]]
 +
:MVC
 +
:[[Riena/Look and Feel|Look and Feel]]
 +
:[[Riena/UI filters|UIFilters]]
 +
:[[Riena/Login support|Login support]]
 +
:[[Riena/Detached Views|Detached Views]]
 +
:Blocking
 +
:[[Riena/Key Bindings|Key Bindings]]
 +
:[[Riena/Getting Started with Controller Tests|Controller Tests]]
 +
:MasterDetails
 +
:[[Riena/Preparation|Preparation of Submodules]]
 +
:Riena Custom Widgets
 +
:Embedding Webapplications (NEW)
 +
:Scaling SWT (Icons, Layout) and usage of SVG for Icons (NEW)
 +
 
 +
=== Other Concepts ===
 +
:[[Riena/Getting Started with stages|Stages]]
 +
:[[Riena Getting Started with Wiring|Wiring]]
 +
:[[Riena/Getting Started with injecting services and extensions|Injection services and extensions]]
 +
:[[Riena/Getting started with Remote Services|Remote Services]]
 +
:[[Riena/RemoteServices|Remote Services ???]]
 +
:[[Riena/Getting Started with Client Monitoring|Client Monitoring]]
 +
:[[Riena/Getting started with Security|Security]]
 +
:[[Riena/Sonar|Sonar]]
 +
 
 +
=== Examples / Testing ===
 +
:[[Riena/Example Applications and Code Templates|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 [http://www.osgi.org/ OSGi]/[http://eclipse.org/equinox/ 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 [[Riena/GettingStarted| Getting Started]]'''
 +
 
 +
 
 +
 
 +
 
 +
 
 +
'''Looking for that latest version of Riena ?''' --> [[Riena/Downloads| Downloads]]
 +
 
 +
'''Riena is moving to GIT'''
 +
 
 +
Here is a description on how setup your workspace with Git
 +
 
 +
[[Riena/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/E4| Riena on E4]]
 +
 
 +
'''Riena on RAP'''
 +
 
 +
Informations and Getting Started with Riena on RAP (RoR)
 +
 
 +
[[Riena/RAP_Support| Riena on RAP]]
 +
 
 +
 
 +
 
 +
 
 +
 
 +
[[Category:Riena]]
 +
[[Category:EclipseRT]]

Revision as of 06:22, 28 November 2014

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

Resource for Developers working with Riena

Getting Started

Setting up the IDE
Installing the Target Platform based on Eclipse 4.x (standard)
Installing the Target Platform based on Eclipse 3.x
Installing the Target Platform based on RAP (web)
Running the Examples, Snippets, Unittests, Wizard
Installing and Using the Riena Toolbox
Bootstrapping your own application with Riena

-Other Platforms

JavaFX (experimental & unfinished)

Downloads

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

UI Concepts

Navigation
Renderers
Ridgets
Custom Ridgets
MVC
Look and Feel
UIFilters
Login support
Detached Views
Blocking
Key Bindings
Controller Tests
MasterDetails
Preparation of Submodules
Riena Custom Widgets
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