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 Concepts Features"

(Removing all content from page)
 
Line 1: Line 1:
[[Riena_Project | Riena Project]] > Concepts & Features
 
  
== Features and Concepts ==
 
 
=== 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 ]]
 
 
=== 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.
 
 
=== 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 ]]
 
 
=== 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 ]]
 
 
[[Category:Riena]]
 

Latest revision as of 08:27, 10 December 2008

Back to the top