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
(Redirected page to Riena)
 
(113 intermediate revisions by 9 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
+
}}
+
 
+
==Riena Main Wiki Page==
+
 
+
==Riena Release 1.1.0.0==
+
[[Riena_Getting_started|Getting started]], link to [[Riena_New_And_Noteworthy#1.1.0.0|New and Noteworthy for 1.1.0.0]]
+
 
+
==Previous Release==
+
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]]
+
 
+
==Getting Started with Riena==
+
[[Riena_Getting_started| 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.
+
 
+
[[Riena_Getting_Started_with_injecting_services_and_extensions | Getting Started with Injecting Services and Extensions ]]
+
 
+
And here Episode II: [[Riena_Getting_Started_with_Wiring | 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.
+
 
+
[[Riena_Getting_started_remoteservices | Getting Started with Remote Service ]]
+
 
+
[[Riena_RemoteServices | 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.
+
 
+
[[Riena_Getting_started_security | 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.
+
 
+
[[Riena_Getting_Started_with_stages | Getting Started with Stages ]]
+
 
+
===Client Monitoring===
+
Delivering up-to-date information of the health and usage of a client application to the operators/developers.
+
 
+
[[Riena_Getting_Started_with_Client_Monitoring | Getting Started with Client Monitoring ]]
+
 
+
===Navigation===
+
 
+
[[Riena_Navigation | Navigation]]: details on how to configure and use Riena navigation
+
 
+
===Look and Feel===
+
[[Riena_Look_and_Feel| Look&Feel]]
+
 
+
===Riena Snippets===
+
[[Riena_Snippets | Code Snippets]]: small examples that teach you how to use Ridgets (=Riena Widgets)
+
 
+
===UI Filters===
+
[[Riena_UI_filters| UI Filters]]
+
 
+
===Login support===
+
[[Riena_Login_support| Login support]]: The possibility to provide an application with an login dialog/view.
+
 
+
===Use Custom Ridgets===
+
[[Riena_Custom_Ridgets| Use Custom Ridgets]]: The possibility to use custom ridget in an application.
+
 
+
===Detached Views===
+
[[Riena_Detached_Views| Riena Detached Views]]: Explains how to easily open 'auxilary' views when a certain navigation node is selected.
+
 
+
== System Properties in Riena ==
+
[[Riena_System_Properties|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]]
+
 
+
==IP Log==
+
Checkout our [http://www.eclipse.org/riena/ip_log.html IP Log] for details.
+
 
+
== Past Events ==
+
===EclipseCon 2008===
+
* [http://www.eclipsecon.org/2008/?page=sub/&id=150  Presentation: Eclipse Riena Project]
+
 
+
===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]
+
 
+
[[Category:Riena]]
+
[[Category:EclipseRT]]
+

Latest revision as of 06:23, 28 November 2014

Redirect to:

Back to the top