资 源 简 介
Overview
Grails Chiba Web Plugin is created to integrate Chiba (http://chiba.sourceforge.net/) server-side XForms 1.1 implementation to Grails Framework. Localisation, XPath and Dojo Toolkit 1.2.3 are supported.
Note : The project owner no longer support this project since 30 Dec 2010, if you would like to take over, please contact the project owner.
Installation
Install the plugin into your project with the following command:
grails install-plugin chiba-web
Configuration
After the plugin installed into your project, the following configurations will be appended to your project"s Config.groovy file:
chiba.web.useragent="dojo" // "dojo" or "html"chiba.web.xforms.filter.urlpatterns=["*.xhtml"]
chiba.web.useragent - support dojo and html only. May extend to support more Javascript library such as JQuery UI, YUI, etc. i
文 件 列 表
ChibaWebGrailsPlugin.groovy
LICENSE.txt
application.properties
grails-app
conf
conf
chiba-config.xml
dwr.xml
dwr20.dtd
ehcache.xml
log4j.dtd
log4j.xml
lib
chiba-web-3.0.0.b2.jar
commons-httpclient-3.0.1.jar
dwr-2.0.5.jar
javax-activation-1.0.2.jar
javax-mail-1.3.jar
saxon-9.0.jar
saxon-dom-9.0.jar
xercesImpl-2.8.0.jar
xmlrpc-client-3.0.jar
xmlrpc-common-3.0.jar
xmlrpc-server-3.0.jar
plugin.xml
scripts
_Install.groovy
_Uninstall.groovy
_Upgrade.groovy
src
java
org
chiba
agent
web
filter
GrailsXFormsFilter.java
web-app
CSSReference.pdf
ChibaUserGuide.pdf
XFormsEmbed.html
demo.html
dojoBaseHTML.html
forms
SemanticWeb.xhtml
index.html
index.jsp
jsp
debug-instance.jsp
login.jsp
login_error.jsp
resources.zip
results.html
dependencies.groovy