基于REST的api支持的开源CMS

时间:2021-05-24 00:26:33

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?

在支持基于REST的apis的java / xml平台中是否有任何开源CMS?基本上我喜欢部署CMS以及可以通过REST相互通信的应用程序小部件?尝试过openCms和其他几个,但无法通过http或其他方式找出合适的界面?

3 个解决方案

#1


2  

Drupal allows you to do that using the Services project at http://drupal.org/project/services

Drupal允许您使用http://drupal.org/project/services上的Services项目执行此操作

It provides a REST based interface for CRUD access to its content and some other services.

它提供基于REST的接口,用于CRUD访问其内容和一些其他服务。

#2


2  

Take a look at Hippo CMS; it's open source, Java based and offers a JCR based content repository with REST capabilities.

看看Hippo CMS;它是开源的,基于Java的,并提供具有REST功能的基于JCR的内容存储库。

#3


1  

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.

我从来没有使用它,但https://getdirectus.com/看起来很有前途。我喜欢这样的事实,它是无头的,意味着它的核心功能是成为具有RESTful API的CMS,而不是API作为辅助功能。

#1


2  

Drupal allows you to do that using the Services project at http://drupal.org/project/services

Drupal允许您使用http://drupal.org/project/services上的Services项目执行此操作

It provides a REST based interface for CRUD access to its content and some other services.

它提供基于REST的接口,用于CRUD访问其内容和一些其他服务。

#2


2  

Take a look at Hippo CMS; it's open source, Java based and offers a JCR based content repository with REST capabilities.

看看Hippo CMS;它是开源的,基于Java的,并提供具有REST功能的基于JCR的内容存储库。

#3


1  

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.

我从来没有使用它,但https://getdirectus.com/看起来很有前途。我喜欢这样的事实,它是无头的,意味着它的核心功能是成为具有RESTful API的CMS,而不是API作为辅助功能。