寻找第三方CMS与MVC网站集成

时间:2021-06-18 03:09:53

I am looking at the posibility of integrating a third party component into our MVC-based site. We have an MVC-based portal that is hosted in the cloud and need document handling and search features without taking the full job of implementing it from scratch.

我正在考虑将第三方组件集成到基于MVC的站点中的可能性。我们有一个基于MVC的门户,托管在云中,需要文档处理和搜索功能,而无需从头开始实施全部工作。

Is there any other third party systems that are cloud compatible and provide an API for handling documents, security and full text search?

是否有任何其他与云兼容的第三方系统并提供用于处理文档,安全性和全文搜索的API?

2 个解决方案

#1


6  

Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform.

Orchard是一个免费的,开源的,以社区为中心的项目,旨在在ASP.NET平台上提供应用程序和可重用组件。

In the near term, the Orchard project is focused on delivering a .NET-based CMS application that will allow users to rapidly create content-driven Websites, and an extensibility framework that will allow developers and customizers to provide additional functionality through module extensions and themes.

在短期内,Orchard项目专注于提供基于.NET的CMS应用程序,该应用程序将允许用户快速创建内容驱动的网站,以及可扩展性框架,允许开发人员和定制程序通过模块扩展和主题提供其他功能。

It is built using of ASP.NET MVC as a foundation

它是使用ASP.NET MVC构建的

It can run in the cloud: http://docs.orchardproject.net/Documentation/Deploying-Orchard-to-Windows-Azure

它可以在云中运行:http://docs.orchardproject.net/Documentation/Deploying-Orchard-to-Windows-Azure

It can do text search.

它可以进行文本搜索。

#2


2  

Check out Apache Solr. Solr adds some incredible support on top of Lucene (java). I know it seems as though you want a .net solution, however I will say that solr has a fantastic HTTP interface, so you can easily connect it via services.

查看Apache Solr。 Solr在Lucene(java)之上添加了一些令人难以置信的支持。我知道你似乎想要一个.net解决方案,但是我会说solr有一个很棒的HTTP接口,所以你可以通过服务轻松连接它。

#1


6  

Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform.

Orchard是一个免费的,开源的,以社区为中心的项目,旨在在ASP.NET平台上提供应用程序和可重用组件。

In the near term, the Orchard project is focused on delivering a .NET-based CMS application that will allow users to rapidly create content-driven Websites, and an extensibility framework that will allow developers and customizers to provide additional functionality through module extensions and themes.

在短期内,Orchard项目专注于提供基于.NET的CMS应用程序,该应用程序将允许用户快速创建内容驱动的网站,以及可扩展性框架,允许开发人员和定制程序通过模块扩展和主题提供其他功能。

It is built using of ASP.NET MVC as a foundation

它是使用ASP.NET MVC构建的

It can run in the cloud: http://docs.orchardproject.net/Documentation/Deploying-Orchard-to-Windows-Azure

它可以在云中运行:http://docs.orchardproject.net/Documentation/Deploying-Orchard-to-Windows-Azure

It can do text search.

它可以进行文本搜索。

#2


2  

Check out Apache Solr. Solr adds some incredible support on top of Lucene (java). I know it seems as though you want a .net solution, however I will say that solr has a fantastic HTTP interface, so you can easily connect it via services.

查看Apache Solr。 Solr在Lucene(java)之上添加了一些令人难以置信的支持。我知道你似乎想要一个.net解决方案,但是我会说solr有一个很棒的HTTP接口,所以你可以通过服务轻松连接它。