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"

m (Concepts and Features: cleanup)
(Redirected page to Riena)
 
(95 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Infobox
+
#REDIRECT[[Riena]]
| name = Riena
+
| download =
+
| website = http://www.eclipse.org/riena
+
| list = riena-dev
+
| newsgroup = eclipse.rt.riena
+
| product = RIENA
+
}}
+
 
+
 
+
The '''Riena platform''' is the foundation for building multi-tier enterprise client/server applications.
+
 
+
As such Riena is broadening the usage of the service-oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena 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.
+
 
+
As an example, the Riena user interface components will support a business-process oriented user interface visualization and navigation metaphor which can be used as alternative to the default workbench layout.
+
 
+
== Releases ==
+
 
+
{| border="1" cellspacing="0" cellpadding="7"
+
|colspan="3" style="border-left:0; border-right:0; border-top:0"|
+
=== Current Release: 1.2.0.0 ===
+
|-
+
! Version
+
! Getting Started
+
! New and Noteworthy
+
|-
+
| Release 1.2.0.0
+
| [[Riena_Getting_started|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.2.0.0|New and Noteworthy for 1.2.0.0]]
+
|-
+
|colspan="3" style="padding-top:2em; border-left:0; border-right:0;"|
+
=== Older Releases and Milestones ===
+
|-
+
| 1.2.0.RC1
+
| [[Riena_Getting_started|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.2.0.RC1|New and Noteworthy for 1.2.0.RC1]]
+
|-
+
| 1.2.0.M3
+
| [[Riena_Getting_started|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.2.0.M3|New and Noteworthy for 1.2.0.M3]]
+
|-
+
| 1.2.0.M2
+
| [[Riena_Getting_started|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.2.0.M2|New and Noteworthy for 1.2.0.M2]]
+
|-
+
| 1.2.0.M1
+
| [[Riena_Getting_started|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.2.0.M1|New and Noteworthy for 1.2.0.M1]]
+
|-
+
| 1.1.0.0
+
| [[Riena_Getting_started#Links_for_release_.281.1.0.0.29|Getting started]]
+
| [[Riena_New_And_Noteworthy#1.1.0.0|New and Noteworthy for 1.1.0.0]]
+
|-
+
| Build 1.0.0
+
| [[Riena_Getting_started_1_0|Getting Started (Riena 1.0)]]
+
| [[Riena_New_And_Noteworthy#1.0.0|New and Noteworthy for 1.0.0]]
+
|}
+
 
+
==Getting Started with Riena==
+
[[Riena_Getting_started| Install & Getting Started]]: Install Riena and get started
+
 
+
== Concepts and Features ==
+
 
+
=== Base concepts ===
+
; [[Riena_Getting_Started_with_injecting_services_and_extensions | Getting Started with 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 ]])
+
 
+
; [[Riena_Getting_started_remoteservices | Getting Started with Remote Service ]]
+
: Remote Services in Riena are based on OSGi Services. So this Getting Started shows how standard OSGi Services can be first published as webservice endpoints and then second how they can be consumed by a client. (Also: [[Riena_RemoteServices | Riena Remote Services (Goals and Motivation)]].)
+
 
+
; [[Riena_Getting_started_security | Getting Started using Security in Riena]]
+
: Security in Riena is JAAS based. That means you have Subject, Principal(s), LoginModule and Permissions. Just the standard Java objects from the JAAS packages. Riena adds the distribution aspect to it, so that a login on the client gets processed on the server. It also deals with make the current Subject (a container for Principals) available on client and in 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 | Getting Started with 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 | Getting Started with Client Monitoring ]]
+
: Delivering up-to-date information of the health and usage of a client application to the operators/developers.
+
 
+
=== User Interface (UI) concepts ===
+
 
+
; [[Riena_Navigation | Navigation]] : How to configure and use Riena's navigation model.
+
; [[Riena_Look_and_Feel| Look&Feel]] :
+
; [[Riena_Snippets | Ridget code snippets]] : Small examples that teach you how to use Ridgets (=Riena Widgets)
+
; [[Riena_UI_filters| UI Filters]] :
+
; [[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.
+
 
+
== System Properties in Riena ==
+
[[Riena_System_Properties|Overview of Riena System Properties]]
+
 
+
== Provisional API in Riena 1.1.0 ==
+
[[Riena_1_1_0_Provisional_API|Provisional API in Riena 1.1.0]]
+
 
+
== Project Plan for Riena 1.1.0 ==
+
[[Riena_Project/Plan/1.1| Riena Plan 1.1.]]
+
 
+
==Interesting Ideas for Riena==
+
[[Riena_Interesting_Ideas| Interesting Ideas for Riena]]
+
 
+
== Other Resources ==
+
 
+
* [http://www.ralfebert.de/blog/eclipsercp/riena_tutorial/ Eclipse Riena Tutorial]
+
* [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]
+
 
+
==IP Log==
+
Checkout our [http://www.eclipse.org/riena/ip_log.html IP Log] for details.
+
 
+
== Past Events ==
+
===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