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 Milestone 1.2.0.0)
(cleaned up releases)
Line 8: Line 8:
 
}}
 
}}
  
==Riena Main Wiki Page==
 
  
==Riena Release 1.2.0.0==
+
== Releases ==
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.2.0.0|New and Noteworthy for 1.2.0.0]]
+
  
==Riena Milestone 1.2.0.RC1==
 
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.2.0.RC1|New and Noteworthy for 1.2.0.RC1]]
 
  
==Riena Milestone 1.2.0.M3==
+
{| border="1" cellspacing="0" cellpadding="7"
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.2.0.M3|New and Noteworthy for 1.2.0.M3]]
+
|colspan="3" style="border-left:0; border-right:0; border-top:0"| |
 
+
=== Current Release: 1.2.0.0 ===
==Riena Milestone 1.2.0.M2==
+
|-
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.2.0.M2|New and Noteworthy for 1.2.0.M2]]
+
! Version
 
+
! Getting Started
==Riena Milestone 1.2.0.M1==
+
! New and Noteworthy
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.2.0.M1|New and Noteworthy for 1.2.0.M1]]
+
|-
 
+
| Release 1.2.0.0
==Riena Release 1.1.0.0==
+
| [[Riena_Getting_started|Getting started]]
[[Riena_Getting_started#Links_for_release_.281.1.0.0.29|Getting started]], link to [[Riena_New_And_Noteworthy#1.1.0.0|New and Noteworthy for 1.1.0.0]]
+
| [[Riena_New_And_Noteworthy#1.2.0.0|New and Noteworthy for 1.2.0.0]]
 
+
|-
==Previous Release==
+
|colspan="3" style="padding-top:2em; border-left:0; border-right:0;"|
Build 1.0.0 [[Riena_Getting_started_1_0|released]], link to [[Riena_New_And_Noteworthy#1.0.0|New and Noteworthy for 1.0.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==
 
==Getting Started with Riena==

Revision as of 06:43, 15 January 2010

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


Releases

|

Current Release: 1.2.0.0

Version Getting Started New and Noteworthy
Release 1.2.0.0 Getting started New and Noteworthy for 1.2.0.0

Older Releases and Milestones

1.2.0.RC1 Getting started New and Noteworthy for 1.2.0.RC1
1.2.0.M3 Getting started New and Noteworthy for 1.2.0.M3
1.2.0.M2 Getting started New and Noteworthy for 1.2.0.M2
1.2.0.M1 Getting started New and Noteworthy for 1.2.0.M1
1.1.0.0 Getting started New and Noteworthy for 1.1.0.0
Build 1.0.0 Getting Started (Riena 1.0) New and Noteworthy for 1.0.0

Getting Started with Riena

Install & Getting Started: Install Riena and get started

Concepts and Features

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.

Getting Started with Injecting Services and Extensions

And here Episode II: Getting Started with Wiring

Remote Services

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.

Getting Started with Remote Service

Riena Remote Services (Goals and Motivation)

Security

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.

Getting Started using Security (JAAS) based in Riena

ObjectTransaction

Object Transaction are a base technology to track changes in large object nets and minimize only changed properties between client and server after the initial load of the object net.

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.

Getting Started with Stages

Client Monitoring

Delivering up-to-date information of the health and usage of a client application to the operators/developers.

Getting Started with Client Monitoring

Navigation

Navigation: details on how to configure and use Riena navigation

Look and Feel

Look&Feel

Riena Snippets

Code Snippets: small examples that teach you how to use Ridgets (=Riena Widgets)

UI Filters

UI Filters

Login support

Login support: The possibility to provide an application with an login dialog/view.

Use Custom Ridgets

Use Custom Ridgets: The possibility to use custom ridget in an application.

Detached Views

Riena Detached Views: Explains how to easily open 'auxilary' views when a certain navigation node is selected.

Key Bindings

Riena Key Bindings: Explains how to best add your own keybindings to Riena, using standard extension points and lists the default keybindings.

System Properties in Riena

Overview of Riena System Properties

Provisional API in Riena 1.1.0

Provisional API in Riena 1.1.0

Project Plan for Riena 1.1.0

Riena Plan 1.1.

Interesting Ideas for Riena

Interesting Ideas for Riena

Other Resources

IP Log

Checkout our IP Log for details.

Past Events

EclipseCon 2009

EclipseCon 2008

Back to the top