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"

(Base concepts)
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{#eclipseproject:rt.riena}}
 
{{Infobox
 
{{Infobox
 
| name = Riena
 
| name = Riena
Line 8: Line 9:
 
}}
 
}}
  
{| align="right"
 
| __TOC__
 
|}
 
  
 
The '''Riena platform''' is a framework for building multi-tier enterprise client/server applications.
 
The '''Riena platform''' is a framework for building multi-tier enterprise client/server applications.
Line 18: Line 16:
 
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.
 
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 ==
 
  
# [[Riena Downloads – Installation – Setup|Download, install, and set up Riena]]
 
# [[Riena Example Applications and Code Templates|Take a look at the Example applications]]
 
  
== Key Concepts and Features ==
 
  
=== Base concepts ===
+
'''Getting Started with Riena 5.0 Look here [[Riena/GettingStarted| Getting Started]]'''
; [[Riena/Getting_Started_with_injecting_services_and_extensions | Injecting Services and Extensions ]]
+
: Services and Extensions are the building blocks of Eclipse RCP applications. Riena's lightweight and programmatic approach of injecting services and extensions eases component development and testing. (Episode II: [[Riena_Getting_Started_with_Wiring | Getting Started with Wiring ]])
+
  
; Remote Services - [[Riena/Getting started with Remote Services | Getting Started ]] - [[Riena/RemoteServices | Goals and Motivation]]
 
: How standard OSGi Services can be published as webservice endpoints and how they can then be consumed by a client.
 
  
; [[Riena/Getting_started_security | Security]]
 
: Introduces the distributed/remote concept to JAAS and allows processing client login on the server. Also facilitates making the current Subject (a container for Principals) available on the client and on the server thread where remote service calls are processed.
 
  
; Object Transactions
+
***** DEPRECATED ******
: Object Transactions are a base technology to track changes in large object nets. They can be used to reduce bandwidth usage between client and server by transmitting only properties that have changed since the initial loading of the object net.
+
  
; [[Riena/Getting_Started_with_stages | Stages ]]
+
'''Looking for that latest version of Riena ?''' --> [[Riena/Downloads| Downloads]]
: Developing, testing, running and maintaining client/server applications require more than a monolithic environment setup. Stages are Riena's approach to deal with that.
+
  
; [[Riena/Getting_Started_with_Client_Monitoring | Client Monitoring ]]
+
'''Riena is moving to GIT'''
: Delivering up-to-date information of the health and usage of a client application to the operators/developers.
+
  
; [[Riena/Getting_Started_with_Controller_Tests | Controller Tests ]]
+
Here is a description on how setup your workspace with Git
: Testing the logic of a SubModuleController.
+
  
; [[Riena/Core | Riena Core]]
+
[[Riena/Git| Riena on Git]]
: Learn about Riena's support for core functionality like writing files to disk (RienaLocations), using Log4j with Riena, useful utility classes etc.
+
  
; [[Riena/Toolbox | Riena Toolbox]]
+
'''Riena on E4'''
: Tooling support to ease Riena application development.
+
  
; [[Riena/Sonar | Riena Sonar]]
+
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
: Tool to check if all Remote Services are available.
+
  
=== User Interface (UI) concepts ===
+
[[Riena/E4| Riena on E4]]
  
; [[Riena/Navigation | Navigation]] : How to configure and use Riena's navigation model.
+
'''Riena on RAP'''
; [[Riena/Look_and_Feel| Look&Feel]] : Central location to configure the fonts, colors and other Riena specific settings.
+
; [[Riena/Snippets | Ridget code snippets]] : Small examples that teach you how to use Ridgets (=Riena Widgets)
+
; [[Riena/UI_filters| UI Filters]] : Hide parts of your application declaratively.
+
; [[Riena/Login_support| Login support]] : Providing an application with a login dialog/view.
+
; [[Riena/Custom_Ridgets| Use Custom Ridgets]] : Making and using custom ridgets for your application.
+
; [[Riena/Detached_Views| Riena Detached Views]] : How to easily open 'auxilary' views when a certain navigation node is selected.
+
; [[Riena/Key_Bindings| Riena Key Bindings]] : How to add your own key bindings to Riena using standard extension points, and lists the default key bindings.
+
; [[Riena/RAP_Support | Riena on RAP]] : How to run Riena on the Rich Ajax Platform (RAP).
+
  
== Riena resources ==
+
Informations and Getting Started with Riena on RAP (RoR)
* [[Riena_System_Properties|Overview of Riena System Properties]]
+
 
* [[Riena_1_1_0_Provisional_API|Provisional API in Riena 1.1.0]]
+
[[Riena/RAP_Support| Riena on RAP]]
* [[Riena_Project/Plan/1.1| Project Plan for Riena 1.1.0]]
+
* [[Riena_Interesting_Ideas| Interesting Ideas for Riena]]
+
* [http://www.eclipse.org/riena/ip_log.html Riena IP Log]
+
* [[Riena_Migrating_to_3.0_from_2.0| Migrating to 3.0 from 2.0]]
+
* [[Riena_New_And_Noteworthy| Riena New And Noteworthy]]
+
=== External resources ===
+
* [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===
 
* [http://www.eclipsecon.org/2008/?page=sub/&id=150  Presentation: Eclipse Riena Project]
 
  
 
[[Category:Riena]]
 
[[Category:Riena]]
 
[[Category:EclipseRT]]
 
[[Category:EclipseRT]]

Revision as of 03:36, 28 June 2013

{{#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.



Getting Started with Riena 5.0 Look here Getting Started


          • DEPRECATED ******

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