[jboss-svn-commits] JBL Code SVN: r5888 - labs/jbossrules/trunk/drools-brms

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 15 05:38:07 EDT 2006


Author: michael.neale at jboss.com
Date: 2006-08-15 05:38:05 -0400 (Tue, 15 Aug 2006)
New Revision: 5888

Modified:
   labs/jbossrules/trunk/drools-brms/README.txt
Log:
some doco updated

Modified: labs/jbossrules/trunk/drools-brms/README.txt
===================================================================
--- labs/jbossrules/trunk/drools-brms/README.txt	2006-08-15 09:04:09 UTC (rev 5887)
+++ labs/jbossrules/trunk/drools-brms/README.txt	2006-08-15 09:38:05 UTC (rev 5888)
@@ -1,5 +1,16 @@
-Using GWT.
+This front end is using google GWT.
 
-How to run in in "hosted" mode, download GWT, 
+That means you can run in "hosted" mode (if your OS supports it). To run in hosted mode, there is a JBRMS.launch file,
+as well as a JBRMS-shell script (depending if you want to launch from within eclipse or command line).
+Otherwise, the JBRMS-compile will generate static HTML and javascript for the front end.
+
+At present, the scripts are linux specific, but if you look at them, they should work on windows too (quite trivial really).
+You just need to have GWT downloaded as appropriate.
+
+* How to run in in "hosted" mode, download GWT:
 and add a variable pointing to the home of GWT called GWT_HOME (and eclipse variable).
-That should be it.
\ No newline at end of file
+That should be it.
+
+
+* For a good article introducing the concepts of server/client side with GWT, have a read through:
+http://roberthanson.blogspot.com/2006/06/trivial-gwt-example.html
\ No newline at end of file




More information about the jboss-svn-commits mailing list