[jboss-svn-commits] JBL Code SVN: r21653 - labs/jbossrules/trunk/drools-server/src/main/webapp.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 21 01:55:01 EDT 2008


Author: michael.neale at jboss.com
Date: 2008-08-21 01:55:01 -0400 (Thu, 21 Aug 2008)
New Revision: 21653

Modified:
   labs/jbossrules/trunk/drools-server/src/main/webapp/index.jsp
Log:
some doco updates

Modified: labs/jbossrules/trunk/drools-server/src/main/webapp/index.jsp
===================================================================
--- labs/jbossrules/trunk/drools-server/src/main/webapp/index.jsp	2008-08-21 05:39:27 UTC (rev 21652)
+++ labs/jbossrules/trunk/drools-server/src/main/webapp/index.jsp	2008-08-21 05:55:01 UTC (rev 21653)
@@ -24,6 +24,7 @@
 		By default XML will be used, if you pass in a Content-Type header of application/json, then it will use JSON instead.
 		JSON is both a more compact and more performant format.
 		HTTP POST is used to access this service.
+		Any libraries the rules use (such as fact pojos) will need to be in the WEB-INF/lib directory.
 		<p/>
 		<h3>Sample JSON request:</h3>
 		<textarea rows=10 cols=80><%=KnowledgeStatelessServlet.getRequestExample(true) %></textarea>




More information about the jboss-svn-commits mailing list