Is there any open source CMS in a java/xml platform which supports REST based apis ?
Basically i like to deploy a CMS as well a widget like application who can communicate each other via REST? Have tried openCms and couple of others too, but couldn’t figure out a proper interface either via http or rest?
Is there any open source CMS in a java/xml platform which supports REST based
Share
Drupal allows you to do that using the Services project at http://drupal.org/project/services
It provides a REST based interface for CRUD access to its content and some other services.