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 Getting started"

Line 2: Line 2:
  
 
== Getting Started ==
 
== Getting Started ==
Work in progress
+
Getting started contains documentation about how to use the various aspects of Riena.
  
 
=== Remote Services ===
 
=== 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.
+
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_Getting_started_remoteservices | Getting Started with Remote Service ]]
Line 14: Line 14:
  
 
[[Riena_Getting_started_security | Getting Started using Security (JAAS) based in Riena]]
 
[[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.

Revision as of 12:15, 19 February 2008

Riena Project > Getting Started

Getting Started

Getting started contains documentation about how to use the various aspects of Riena.

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


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.

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.

Back to the top