留言板

convert an JSF project into JSF liferay project

wely cery,修改在6 年前。

convert an JSF project into JSF liferay project

Junior Member 帖子: 38 加入日期: 17-3-6 最近的帖子
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,修改在6 年前。

Moving to Faces project forums.

Liferay Legend 帖子: 1123 加入日期: 10-2-16 最近的帖子
Moving to Faces project forums.
thumbnail
Cody Hoag,修改在6 年前。

RE: convert an JSF project into JSF liferay project

Junior Member 帖子: 70 加入日期: 12-4-26 最近的帖子
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