Foros de discusión

convert an JSF project into JSF liferay project

wely cery, modificado hace 6 años.

convert an JSF project into JSF liferay project

Junior Member Mensajes: 38 Fecha de incorporación: 6/03/17 Mensajes recientes
hi

i have an completed JSF project.
i wana but that in my liferay server bu i have to convert it to an liferay project first.
so how can i do that.is it enough if i just add the portlet.xml,liferay-display.xml ...

i would be happy if someone would help me
thumbnail
Gregory Amerson, modificado hace 6 años.

Moving to Faces project forums.

Liferay Legend Mensajes: 1123 Fecha de incorporación: 16/02/10 Mensajes recientes
Moving to Faces project forums.
thumbnail
Cody Hoag, modificado hace 6 años.

RE: convert an JSF project into JSF liferay project

Junior Member Mensajes: 70 Fecha de incorporación: 26/04/12 Mensajes recientes
Hi Wely,

I gather you're trying to convert a generic JSF portlet to be deployable to Liferay Portal?

Liferay provides Liferay Faces, which is an umbrella project that provides support for the JSF standard within Liferay Portal. You can visit the Liferay Faces reference docs for more info on what it provides. From what I can tell, you'll want to add the Liferay Faces Bridge JAR as a dependency, which is necessary to deploy a JSF portlet to Liferay Portal.

There are also several helpful tutorials for creating a JSF portlet for Liferay Portal: Generating a JSF Application and Creating a JSF Project Manually.

Lastly, the Faces team has many demo portlets you can compare your portlet with: https://github.com/liferay/liferay-faces-bridge-impl/tree/master/demo