X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-src%2Fclass%2Forg%2Fargeo%2Fria%2F__init__.js;fp=org.argeo.slc.webapp%2Fsrc%2Fmain%2Fwebapp%2Fargeo-ria-src%2Fclass%2Forg%2Fargeo%2Fria%2F__init__.js;h=5ff6b21276fc2c2e7c269bcdf1f4a8b488f1c487;hb=a10c083ba5bde2d7ebb466153c99858247ddb0aa;hp=0000000000000000000000000000000000000000;hpb=eea4bceab5bed0001c049b46cd6842ebdf41c95f;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js new file mode 100644 index 000000000..5ff6b2127 --- /dev/null +++ b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/__init__.js @@ -0,0 +1,15 @@ +/** + * Generic package for the Argeo Rich Internet Application based on qooxdoo (www.qooxdoo.org). + * This is an empty application in itself, since it requires at least a basic implementation to be useful. + * + * + * The skeleton of an ArgeoRIA is the following : + * + * + GUI Application containing a menubar, a toolbar, and an empty space for custom Perspective. + * + * + Various managers : org.argeo.ria.components.ViewsManager for manipulating IView (VIEW), org.argeo.ria.event.CommandsManager + * for automatically wiring commands inside the application (CONTROLLER), and org.argeo.ria.remote.RequestManager for accessing the data (MODEL). + * + * + A simple configuration will allow to start your own Perspective inside the application. + * + */ \ No newline at end of file