What do you consider the best CMS in Java [closed]

左心房为你撑大大i 提交于 2019-12-08 02:56:01

问题


Which CMS are you using in Java and what is your experience with it (in terms of extensibility, usage comfort, framework API, memory usage, performance etc.). I am looking for suggestions.

Specifically any one that supports a search engine(probably lucene or similar).


回答1:


We are using opencms. I haven't tried to extend it beyond changing page templates (writing JSPs) but where usage is concerned it gets the job done, albeit the feeling you get is that you fight the system all the way through.

Memory consumption on the JVM running opencms is right now 161 Mb, the JVM running since January 2008. This is on a low traffic site serving around 6000 hits per month with an average traffic of 1800 Mb per month.




回答2:


It very much depends on your requirements. For instance, Apache Lenya is very complete, but that also makes it large and more complicated. If you don't require most of their functionality, you may be better of with a smaller cms.




回答3:


the part "what do you use" is easy to answer, but as "Confusion" already said - the rest depends upon your needs:

We're starting to use liferay, which is basically a portal server coming with cms portlets. In terms of

extensibility: It uses the portlet api

usage comfort: Well... it didn't hinder us using it.

framework API: Having the portlet api as the api, this was more appealing than (e.g.) OpenCMS which has its own API.

memory usage: No hard knowledge yet, but for our needs we don't expect bad things from any cms available.

performance: Same as Memory.

If you want to know, what you should use, please ask more specific questions. If you are interested in a list of systems, please refer to http://en.wikipedia.org/wiki/List_of_Content_Management_Systems or http://en.wikipedia.org/wiki/Content_management_framework and filter out the java ones.




回答4:


I used Magnolia and found it very clean and customizable.




回答5:


take a look at alfresco and day.com




回答6:


Here is the comparison. Jahia is also worth checking.



来源:https://stackoverflow.com/questions/100089/what-do-you-consider-the-best-cms-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!