Liferay和Spring一样吗?

时间:2013-08-19 20:22:49

标签: spring liferay

Liferay和Spring一样吗?它们是两种不同类型的产品吗?我不知道Liferay是CMS,框架还是以上所有内容。我需要像JBoss这样的东西来运行Liferay吗?

1 个答案:

答案 0 :(得分:5)

Is Liferay the same as Spring?

没有。 Liferay是Portal。 Spring是应用程序开发的框架。

Spring主要用于解决Inverion of ControlDependency Injection

门户网站可以看作是小型/迷你网络应用程序的集合 (提供有限的功能和信息)通常称为portlet。

请查看有关PortalSpring的SO信息,了解详情。

Are they two different types of products?

使用它们的目的不同,但可以integrate Liferay with Spring 使应用程序开发更快更有效。

I can't tell if Liferay is a CMS, framework, or all of the above. 

Liferay是一个门户网站,其中包括其他功能支持CMS。

Do I need something like JBoss to run it Liferay?

Liferay是一个带有Servlet容器的捆绑包,如Tomcat或 一个完全成熟的Java EE容器,如Jboss,Glass fish等。 你可以在这里download community edition