We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
不幸的是,我一直无法找到任何语言的轻量级 CMS。
Java 具有 JSR 170 Java 内容存储库规范,其中 Jackrabbit 是参考实现。不幸的是,我的经验是它既不轻量,也不容易学习。
不过,您可以尝试查看一些版本控制系统和文件系统:它们的功能是重叠的,并且可能与您的类似。
Unfortunately, I've been unable to find a lightweight CMS in any language.
Java has the JSR 170 Java Content Repository specification, with Jackrabbit being the reference impelementation. Unfortunately, my experience has been that it is neither lightweight nor easy to learn from.
You might try looking at some of the version control systems and filesystems though: their functionality is overlapping and may resemble yours.
看看 http://wiki.opensymphony.com/display/ABLE/Home,它使用Stripes和其他工具。
不是一个纯粹的CMS,而是一个用于构建CRUD应用程序和自动生成控制器和脚手架的框架。
Have a look to http://wiki.opensymphony.com/display/ABLE/Home, it use Stripes and other tools.
Is not a pure CMS but a framework for building CRUD applications and auto-generating controllers and scaffolding.
除非你真的必须学习一些更现代的东西。 Stripes 只是一个更好的 Struts,但并没有多大。两者都过时了,并且在构建时髦的东西方面几乎没有任何作用。
Unless you really have to learn something a little more modern. Stripes is just a better Struts which isnt much. Both are dated and do next to nothing in terms of building something snazzy.