java - 有谁知道一个好的开源评论模块?

标签 java comments

我想添加在一组现有网站上提交、审核和显示评论的功能。当然,已经有很多开源组件可以处理以下内容:

  1. 评论提交
  2. 标记验证
  3. 私有(private)评论审核
  4. 线程评论显示
  5. 本地安装(因此可以与我现有的注册用户无缝协作)

我看过几个系统,例如disqus它们之所以失败,是因为它们要么是远程托管的,要么没有连接到我现有的注册用户组。

我们现有的系统是用 Java 实现的,所以如果评论系统也是 Java,那将是一个额外的好处。


有趣的是,Google 在查找评论模块方面几乎毫无用处,因为网络上包含“评论”一词的页面数量庞大。

最佳答案

查看 Demi Sauce .

来自谷歌代码描述:

Demi Sauce is an application that offers web services to other applications. It operates as a server in your environment that other applications use like a software component using either Javascript embeds, or xml web services. Rather than building on top of a framework to get additional capability above your native app, Demi Sauce is all web service based to keep it separated but easily integrated with your software application. You would use it within your existing application by calling simple web services or embedding javascript into your app (like google analytics, but for comments, feedback/help etc. This allows the same content and services provided by DemiSauce server to be consumed within multiple applications within your environment.

关于java - 有谁知道一个好的开源评论模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/225736/

相关文章:

java - 无效距离太远

java - Maven - java.net.BindException : Address already in use

performance - 注释会影响Perl的性能吗?

java - 从 Yang 模型生成 xml/json

java - 如何在 Spring-Boot 中配置日志记录框架?

sql - 如何让 Emacs sql-mode 识别 MySQL #-style 注释?

comments - 在 fish shell 函数文件中添加注释

c - 解释一下为什么代码编译成功

java - 从日期中减去一天,格式为 mm/dd/yyyy

regex - 如何在 Visual Studio 中替换部分匹配的正则表达式字符串