]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/ria/__init__.js
Refactoring
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / source / class / org / argeo / ria / __init__.js
1 /**
2 * Generic package for the Argeo Rich Internet Application based on qooxdoo (www.qooxdoo.org).
3 * This is an empty application in itself, since it requires at least a basic implementation to be useful.
4 *
5 *
6 * The skeleton of an ArgeoRIA is the following :
7 *
8 * + GUI Application containing a menubar, a toolbar, and an empty space for custom Perspective.
9 *
10 * + Various managers : org.argeo.ria.components.ViewsManager for manipulating IView (VIEW), org.argeo.ria.event.CommandsManager
11 * for automatically wiring commands inside the application (CONTROLLER), and org.argeo.ria.remote.RequestManager for accessing the data (MODEL).
12 *
13 * + A simple configuration will allow to start your own Perspective inside the application.
14 *
15 */