基于 Java 的开源博客软件

基于 Java 的开源博客软件

我正在寻找一种易于使用和定制的开源 Java 博客软件。

我正在寻找一个博客应用程序(最好)具有以下功能:

  1. 允许我使用多个标签来标记我的帖子。
  2. 可以在apache tomcat 6.0下运行
  3. 基于Spring MVC
  4. 过滤垃圾评论

有人有建议吗?

答案1

卵石似乎是你所需要的:

Pebble 是一款轻量级、开源、Java EE 博客工具。它体积小、速度快、功能丰富,安装和使用极其简单。博客内容以 XML 文件形式存储在磁盘上并动态提供,因此无需安装数据库。

内容

* Posting and management of content through your web browser, including rich text editor support.
* Blogger and MetaWeblog API interface included for posting content via compatible tools.
* Categorisation of content into multiple hierarchical categories.
* Tagging of content and a generation of a tagcloud.
* RSS enclosures for distributing files or podcasting.
* Pinging websites via XML-RPC when new blog entries are added.
* Link to your favorite social bookmarking site

读者反响

* Reader responses, in the form of threaded comments and MovableType TrackBacks.
* E-mail notifications when new responses are received.
* Pluggable moderation, spam detection and CAPTCHA support.
* Bulk response management features to approve/reject/remove comments and TrackBacks.

Pebble 使用以下技术

  • Java
  • Java服务器页面
  • JSP 标准标签库
  • Java Servlet
  • Spring 的 Acegi 安全系统
  • 春天
  • Apache Lucene
  • 雅加达公共区
  • Apache XML-RPC
  • 拉德奥克斯

相关内容