Fórum

What sorts of webapps Liferay introduces?

thumbnail
Kravchenko Dmitry, modificado 13 Anos atrás.

What sorts of webapps Liferay introduces?

Regular Member Postagens: 139 Data de Entrada: 04/10/10 Postagens Recentes
Do any portlet IS a web-app?

I can create portlets, hooks, exts, layouts and themes in Liferay SDK. Do all of these become new webapps?

Looking into default Liferay installation, I see directories which are end with "hook", "portlet", "web", "theme". What does "web" stand for? Why don't I see "ext" and "layout" here?

Thanks
thumbnail
Manish Kumar Gupta, modificado 13 Anos atrás.

RE: What sorts of webapps Liferay introduces?

Liferay Master Postagens: 535 Data de Entrada: 16/05/08 Postagens Recentes
Kravchenko Dmitry:
Do any portlet IS a web-app?


In JEE terma, "Yes", a portlet is a webapp.

Kravchenko Dmitry:
I can create portlets, hooks, exts, layouts and themes in Liferay SDK. Do all of these become new webapps?


Yes

Kravchenko Dmitry:

Looking into default Liferay installation, I see directories which are end with "hook", "portlet", "web", "theme". What does "web" stand for?


See this post.

Kravchenko Dmitry:

Why don't I see "ext" and "layout" here?

Thanks


Default installation doesn't provide examples for "ext" and "layout" plugins. You can create your own "ext" and "layout" plugins and deploy to Liferay installation.
thumbnail
Kravchenko Dmitry, modificado 13 Anos atrás.

RE: What sorts of webapps Liferay introduces?

Regular Member Postagens: 139 Data de Entrada: 04/10/10 Postagens Recentes
Manish Kumar Gupta:

See this post.

So, to create "web" webapps, I need to use manual copying approach?