掲示板

cannot convert project eclipse (spring hibernate) to Liferay Project

11年前 に Achref NEFZI によって更新されました。

cannot convert project eclipse (spring hibernate) to Liferay Project

New Member 投稿: 4 参加年月日: 11/11/16 最新の投稿
Hi everybody,

I developped an application (spring, hibernate) and i must convert it to liferay Project
when i press right clic in my project and i go to Liferay --> convert to liferay project
its show me


Project is not located in a Liferay Plugins SDK. Please copy the project to valid SDK directory based on plugin type.
please could you help me
thank you

添付ファイル:

thumbnail
11年前 に Gregory Amerson によって更新されました。

RE: cannot convert project eclipse (spring hibernate) to Liferay Project

Liferay Legend 投稿: 1123 参加年月日: 10/02/16 最新の投稿
The quickest way to get this to work is to create a brand portlet project according to this document.

http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/set--3

Then continue in that tutorial until it shows you how to setup your first portlet project. Once this is working you can copy the source of your springMVC app into the portlet. There are several resources online of how to make a SpringMVC webapp work in a liferay portlet. Hope this helps.