Foren

cannot convert project eclipse (spring hibernate) to Liferay Project

Achref NEFZI, geändert vor 11 Jahren.

cannot convert project eclipse (spring hibernate) to Liferay Project

New Member Beiträge: 4 Beitrittsdatum: 16.11.11 Neueste Beiträge
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
Gregory Amerson, geändert vor 11 Jahren.

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

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
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.