推荐:门户portal系统的两个开发源代码

有两个产品: basicPortal和Liferay

http://basicportal.com/

http://www.liferay.com/

网上讨论:
http://www.theserverside.com/home/thread.jsp?thread_id=17982&article_count=26#74617

BasicPortal uses custom DAOs, Liferay uses EJBs.

Liferay also has a demo at my.liferay.com and has a ton of features (web mail, doc library, calendar, wiki, msg boards, polls, shopping, etc). Both are based on Struts.

Pros of DAOs: Light weight, very fast, simple.

Cons of DAOs: Clustering...

Pros of EJBs: Transactions, simple. You can cluster in 3 tiers, a cluster of web servers can hit a cluster of ejb servers that hit a cluster of dbs.

Cons of EJBs: Slow... like using a tank to swat a fly.

banq,我已经把liferay的portal安装成功了,深感它的功能强大。
但是对里面的构造不清楚,看源码毫无头绪。
请你可以指点一下吗?

还有jahia, 非常不错的portal, 容易安装, 文档详细, 比较容易上手.
http://www.jahia.org

jahia中出现中文问题呀,怎么办呀??????
各路高手请指教呀!!!

还有apache的lenya
Jboss的nukes(根据PostNuke从新设计后的Java版实现,alpha1)
我觉得最好用的CMS是xoops,它的权限设计,模块即插即用,及themes功能,不知道有没有人对用Java实现xoops感兴趣,顺便把jive集成为joops的一个module。呵呵...