Foren

convert an JSF project into JSF liferay project

wely cery, geändert vor 6 Jahren.

convert an JSF project into JSF liferay project

Junior Member Beiträge: 38 Beitrittsdatum: 06.03.17 Neueste Beiträge
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, geändert vor 6 Jahren.

Moving to Faces project forums.

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
Moving to Faces project forums.
thumbnail
Cody Hoag, geändert vor 6 Jahren.

RE: convert an JSF project into JSF liferay project

Junior Member Beiträge: 70 Beitrittsdatum: 26.04.12 Neueste Beiträge
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