[Yanel-commits] rev 31280 - public/yanel/contributions/ajax-components

michi at wyona.com michi at wyona.com
Tue Feb 5 21:00:28 CET 2008


Author: michi
Date: 2008-02-05 21:00:27 +0100 (Tue, 05 Feb 2008)
New Revision: 31280

Modified:
   public/yanel/contributions/ajax-components/README.txt
Log:
notes about how getting started added

Modified: public/yanel/contributions/ajax-components/README.txt
===================================================================
--- public/yanel/contributions/ajax-components/README.txt	2008-02-05 19:54:04 UTC (rev 31279)
+++ public/yanel/contributions/ajax-components/README.txt	2008-02-05 20:00:27 UTC (rev 31280)
@@ -1,5 +1,11 @@
-AJAX Components
----------------
-Here are all the AJAX components (VIEW in Yanel architecture).
-Initially the components are created using GWT, so to build them one will
-need GWT libraries.
+  
+
+  AJAX Components based on GWT (Google Web Toolkit)
+  --------------------------------------------------
+
+    1) Download GWT from http://code.google.com/webtoolkit/download.html
+    2) Configure the path of the downloaded gwt package within build.properties
+    3) Depending on the operating system one is using, the gwt dev lib needs to be configured within build.properties
+    4) Download and install Apache Ant
+    5) Start building components (e.g. change directory to upload and run ant. A build directory should be created.)
+    6) Test components (e.g. open a browser and open a file such as for instance ..../ajax-components/upload/build/org.wyona.yanel.gwt.Upload/Upload.html)



More information about the Yanel-commits mailing list