用什么框架来用 Java 构建我自己的 CMS?
我想用 Java 构建自己的 CMS。我应该使用什么框架/技术来做到这一点?
我正在考虑 Spring、Play 框架、GWT 或者 Spring Roo。
Ofc 我不会打造最好的&地球上最大的 CMS。
I want to build my own CMS in Java. What framework/technologies i should use to do this?
I was thinking on Spring, Play framework, GWT or maybe Spring Roo.
Ofc im not going to build the best & biggest CMS on the Earth.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于后端 - 我使用 JCR(Java 内容存储库)的 JackRabbit 实现开发了一个后端。
后端和缓存运行良好,不幸的是我们的前端不是很好,所以没有为您推荐。然而,如果您更愿意从其中一个开始而不是构建自己的模块,确实发现有各种各样的开源 CMS 模块 - 尽管我从您的问题中看到您可能会将其作为一种学习体验,并且想要开发你自己的。
史蒂夫
For the back end - I've worked on one using JackRabbit implementation of JCR (Java Content repository) behind it.
The backend and caching worked well, unfortunately our front end wasn't great so don't have a recommendation for you there. However did find there are a variety of open source CMS modules out there if you would prefer to start with one of them rather than build your own - though I see from your question you may be doing this as a learning experience, and want to develop your own.
Steve