Forums de discussion

convert an JSF project into JSF liferay project

wely cery, modifié il y a 6 années.

convert an JSF project into JSF liferay project

Junior Member Publications: 38 Date d'inscription: 06/03/17 Publications récentes
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, modifié il y a 6 années.

Moving to Faces project forums.

Liferay Legend Publications: 1123 Date d'inscription: 16/02/10 Publications récentes
Moving to Faces project forums.
thumbnail
Cody Hoag, modifié il y a 6 années.

RE: convert an JSF project into JSF liferay project

Junior Member Publications: 70 Date d'inscription: 26/04/12 Publications récentes
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