SymmetricDS
Dependency :
compile ":symmetricds:2.4.0"
Summary
Description
This plug-in embeds the SymmetricDS synchronization engine into a Grails application. It adds the SymmetricServlet and SymmetricFilter to the web.xml and provides configuration by contributing a SymmetricConfig.groovy to the grails-app/conf directory.
The following settings can be applied to the Config.groovy log4j section to configure SymmetricDS logging.
info 'org.jumpmind' warn 'org.apache.ddlutils', 'org.jumpmind.symmetric.service.impl.PurgeService' error 'org.jumpmind.symmetric.config.PropertiesFactoryBean'
- provide SymmetricDS utilities through Grails scripts
- provide the functionality to build SymmetricDS extension points in Groovy