将 Alfresco 与 PHP Zend 应用程序集成

发布于 2024-12-20 07:34:44 字数 235 浏览 3 评论 0原文

我们有一个 PHP Zend 应用程序,它有自己的用户、组、权限等概念。现在我们希望将用户创建的文档、博客页面等存储到 Alfresco 中。有人做过 Zend 应用程序与 Alfresco 的集成吗?我知道 Alfresco 之上有 REST API,我可以在 PHP 应用程序中使用它。但想知道这样做有多容易,以及 Alfresco 的所有功能是否都通过它公开?

是否有一些插件可以使这种集成变得更容易?

谢谢, 高拉夫

We have a PHP Zend application that has its own concepts of Users, Groups, Permissions etc. We now want to store the documents, blog pages etc. created by users into Alfresco. Has someone done integration of Zend application with Alfresco? I know that there is REST API on top of Alfresco which I can use from the PHP application. But wanted to find out how easy it is do it and also if all the capabilities of Alfresco are exposed thru it or not?

Are there some plugins that can make this integration easier?

Thanks,
Gaurav

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故人爱我别走 2024-12-27 07:34:44

我有一些在 Zend Framework 应用程序中使用 Alfresco 的经验。我们的主要痛点之一是从 Alfresco 中检索物品的速度可能非常慢。我们不得不严重依赖多个缓存层来补偿它的速度。我们使用的是 3.4 企业版。 Alfresco 4.0 可能有一些改进,但我只是想告诉大家,这是一次相当艰难的体验。实际上,我们正在将 Alfresco 内容存储在 NoSQL 解决方案中,以便更快地检索。

我知道另一家大型公司走了这条路,他们最近刚刚从 Alfresco 集成中迁移出来。

这并不是说它不能做到,只是想将我的经验传递给它的价值。

I have some experience working with Alfresco in a Zend Framework application. One of our major pain points is that it can be dreadfully slow to retrieve items out of Alfresco. We've had to rely heavily on multiple caching layers in order to compensate for it's speed. We're on 3.4 enterprise. There may have been some improvements in Alfresco 4.0, but I just wanted to pass on that it has been a pretty rocky experience. We're actually in the process of storing the Alfresco content in a NoSQL solution in order to retrieve faster.

I know of another large scale company that went that route and they just recently migrated away from Alfresco integration.

This is not to say that it can't be done, just wanted to pass along my experience for what it's worth.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文