Rich Platform project for Java web applications.
This project is maintained by aktion-hip
Ripla is a platform for rich web applications. Using Ripla as basis, you can easily create or compose full featured web 2.0 applications. Thus, Ripla is in the web realm what Eclipse RCP is in the realm of installable rich client applications.
Ripla is based on OSGi for the the modularization aspect and Vaadin 7 for the user interface.
From a user perspective, an application is a set of use cases where different users at different moments interact with the system and with other users to achieve a certain goal. The Ripla platform builds on this understanding.
In the Ripla programming model, software developers implement use cases and plug them into the Ripla platform, thus composing the web application part by part. Each use case is implemented as an independent OSGi bundle, i.e. a software component containing both the business logic and the resources needed to render the visual aspects of the use case in the browser window.
The visible representation of a use case in the browser window is an entry in the menu bar with a possibly complex pull down menu attached. If the user clicks an entry in the use case’s pull down menu, the associated view is displayed in the browser’s main window. Each use case view can be accompanied by a context menu which is displayed in the context menu area. Therefore, a use case bundle for a Ripla application has to provide the menu set for the main menu, the views for the main window, the context menus and, of course, the controllers containing the logic to control the views.
By itself, Ripla can't do anything. The only thing Ripla can do is managing the use cases plugged in.
To create a Ripla application, you have to do the following steps:
That's all!