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"

(Concepts and Features)
(Redirected page to Riena)
 
(146 intermediate revisions by 12 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==
+
 
+
==Current Version==
+
Build RC1 Released, here a link to the [[Riena_New_And_Noteworthy#RC1|New and Noteworthy for RC1]]
+
 
+
==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 ]]
+
 
+
=== 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) avaiblable 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 Snippits===
+
[[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]]
+
 
+
==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  We were there.]
+
 
+
[[Category:Riena]]
+

Latest revision as of 06:23, 28 November 2014

Redirect to:

Back to the top