Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Tentative restructuring of Riena wiki for smoothing adoption path)
m (teaser texts)
Line 12: Line 12:
 
|}
 
|}
  
The '''Riena platform''' is the foundation for building multi-tier enterprise client/server applications.
+
The '''Riena platform''' is a framework for building multi-tier enterprise client/server applications.
  
 
As such Riena is broadening the usage of the service-oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.
 
As such Riena is broadening the usage of the service-oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.
Line 22: Line 22:
 
# [[Riena Downloads – Installation – Setup|Download, install, and set up Riena]]
 
# [[Riena Downloads – Installation – Setup|Download, install, and set up Riena]]
 
# [[Riena Example Applications and Code Templates|Take a look at Code templates and Example applications]]
 
# [[Riena Example Applications and Code Templates|Take a look at Code templates and Example applications]]
 
  
 
== Key Concepts and Features ==
 
== Key Concepts and Features ==
Line 31: Line 30:
  
 
; [[Riena_Getting_started_remoteservices | Remote Services ]]
 
; [[Riena_Getting_started_remoteservices | 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. (Also: [[Riena_RemoteServices | Riena Remote Services (Goals and Motivation)]].)
+
: How standard OSGi Services can be published as webservice endpoints and how they can then be consumed by a client. (Also: [[Riena_RemoteServices | Riena Remote Services (Goals and Motivation)]].)
  
 
; [[Riena_Getting_started_security | Security]]
 
; [[Riena_Getting_started_security | 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.
+
: Introduces the distributed/remote concept to JAAS and allows processing client login on the server. Also facilitates making the current Subject (a container for Principals) available on the client and on the server thread where remote service calls are processed.
  
 
; Object Transactions
 
; Object Transactions

Revision as of 11:02, 5 February 2010

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

The Riena platform is a framework for building multi-tier enterprise client/server applications.

As such Riena is broadening the usage of the service-oriented architecture of OSGi/Equinox by providing access to local and remote services in a transparent way. Using this uniform programming model, the components of Riena and the business components of the enterprise application can be developed regardless of their target location. Components are later easily placed on client or server depending on the business requirements.

As an example, the Riena user interface components will support a business-process oriented user interface visualization and navigation metaphor which can be used as alternative to the default workbench layout.

Get started with developing Riena applications

  1. Download, install, and set up Riena
  2. Take a look at Code templates and Example applications

Key Concepts and Features

Base concepts

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. (Episode II: Getting Started with Wiring )
Remote Services
How standard OSGi Services can be published as webservice endpoints and how they can then be consumed by a client. (Also: Riena Remote Services (Goals and Motivation).)
Security
Introduces the distributed/remote concept to JAAS and allows processing client login on the server. Also facilitates making the current Subject (a container for Principals) available on the client and on the server thread where remote service calls are processed.
Object Transactions
Object Transactions are a base technology to track changes in large object nets. They can be used to reduce bandwidth usage between client and server by transmitting only properties that have changed since the initial loading 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.
Client Monitoring
Delivering up-to-date information of the health and usage of a client application to the operators/developers.
Controller Tests
Testing the logic of a SubModuleController.

User Interface (UI) concepts

Navigation 
How to configure and use Riena's navigation model.
Look&Feel 
Ridget code snippets 
Small examples that teach you how to use Ridgets (=Riena Widgets)
UI Filters 
Hide parts of your application declaratively.
Login support 
Providing an application with a login dialog/view.
Use Custom Ridgets 
Making and using custom ridgets for your application.
Riena Detached Views 
How to easily open 'auxilary' views when a certain navigation node is selected.
Riena Key Bindings 
How to add your own key bindings to Riena using standard extension points, and lists the default key bindings.

Riena resources

External resources

Meet us

EclipseCon 2010

EclipseCon 2009

EclipseCon 2008

Back to the top