Hello,
I just post an article on my web site here:
http://www.odelia-technologies.com/node/167
; this article descibes an example that uses mesh4j with a Grails
application.
You can have a look with this link on my GrailsWorks web site:
http://www.grailsworks.com/grailsbox/feedSync.
To resume I explain that with FeedSync, the mesh4x project and Grails
(and with the help of the Ext JS framework), you can do bidirectional
synchronizations. In the case of this POC I just use two RSS feeds,
but the main idea is that you can synchronize a local feed (stored in
an XML file), using the FeedAdapter class, with a distant one using
the HttpSyncAdapter class and a specific URL (thank to the Grails URL
Mappings).
I would apreciate any feedback!
Bertrand Goetzmann
http://www.odelia-technologies.com/
PS: also, thanks to the mesh4x authors.