Fórum

cannot convert project eclipse (spring hibernate) to Liferay Project

Achref NEFZI, modificado 11 Anos atrás.

cannot convert project eclipse (spring hibernate) to Liferay Project

New Member Postagens: 4 Data de Entrada: 16/11/11 Postagens Recentes
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, modificado 11 Anos atrás.

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

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
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.