掲示板

convert an JSF project into JSF liferay project

6年前 に wely cery によって更新されました。

convert an JSF project into JSF liferay project

Junior Member 投稿: 38 参加年月日: 17/03/06 最新の投稿
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
6年前 に Gregory Amerson によって更新されました。

Moving to Faces project forums.

Liferay Legend 投稿: 1123 参加年月日: 10/02/16 最新の投稿
Moving to Faces project forums.
thumbnail
6年前 に Cody Hoag によって更新されました。

RE: convert an JSF project into JSF liferay project

Junior Member 投稿: 70 参加年月日: 12/04/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