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)
(Redirected page to Riena)
 
(63 intermediate revisions by 3 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
+
}}
+
 
+
{| align="right"
+
| __TOC__
+
|}
+
 
+
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.
+
 
+
== 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 ===
+
; [[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
+
: 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 ]]
+
: 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 ]]
+
: 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 ]]
+
: Testing the logic of a SubModuleController.
+
 
+
; [[Riena/Core | Riena Core]]
+
: 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]]
+
: Tooling support to ease Riena application development.
+
 
+
; [[Riena/Sonar | Riena Sonar]]
+
: Tool to check if all Remote Services are available.
+
 
+
=== User Interface (UI) concepts ===
+
 
+
; [[Riena/Navigation | Navigation]] : How to configure and use Riena's navigation model.
+
; [[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 ==
+
* [[Riena_System_Properties|Overview of Riena System Properties]]
+
* [[Riena_1_1_0_Provisional_API|Provisional API in Riena 1.1.0]]
+
* [[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]
+
* [http://www.compeople.eu/blog/?cat=3 compeople developer blog]
+
 
+
== 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:EclipseRT]]
+

Latest revision as of 06:23, 28 November 2014

Redirect to:

Back to the top