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"

(Redirected page to Riena)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox
+
#REDIRECT[[Riena]]
| 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/GettingStarted_3x|Riena with Eclipse 3.x]]
+
:[[Riena/GettingStarted|Riena with Eclipse 4.x]]
+
:[[Riena/GettingStarted_RAP|Riena with RAP]]
+
:[[Riena/Toolbox|Installing and Using the Riena Toolbox]]
+
:Bootstrapping your own application with Riena
+
 
+
=== Platforms ===
+
:JavaFX
+
:[[Riena/RAP Support|RAP]]
+
 
+
=== Downloads ===
+
:Riena 6.0 Luna Release
+
:Riena 6.1 (Milestones) Mars Release
+
:Riena Example Client
+
 
+
=== UI Concepts ===
+
:[[Riena/Navigation|Navigation]]
+
: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]]
+
: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]]
+

Latest revision as of 06:23, 28 November 2014

Redirect to:

Back to the top