具有基于 REST 的 API 支持的开源 CMS
java/xml 平台中是否有支持基于 REST 的 api 的开源 CMS? 基本上我喜欢部署一个 CMS 以及一个类似小部件的应用程序,它们可以通过 REST 相互通信?也尝试过 openCms 和其他几个,但无法通过 http 或休息找出正确的接口?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Drupal 允许您使用位于 http://drupal.org/project/services 的服务项目来做到这
一点提供基于 REST 的接口,用于对其内容和其他一些服务进行 CRUD 访问。
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.
看看Hippo CMS;它是开源的,基于 Java,并提供基于 JCR 的内容存储库,其 REST 功能。
Take a look at Hippo CMS; it's open source, Java based and offers a JCR based content repository with REST capabilities.
我从未使用过它,但是 https://getdirectus.com/ 看起来很有希望。我喜欢它是无头的,这意味着它的核心功能是成为具有 RESTful API 的 CMS,而不是 API 作为次要功能。
I've never used it, however, https://getdirectus.com/ looks promising. I like the fact that it's built to be headless, meaning it's core function is to be a CMS with RESTful API, as opposed to the API being a secondary feature.