I developped an application (spring, hibernate) and i must convert it to liferay Project
how i can do it?
please could you help me thank you.
I developped an application (spring, hibernate) and i must convert it to liferay Project
how i can do it?
please could you help me thank you.
A solution would be to build your application using Spring Portlet MVC, the Portlet version of Spring MVC. Then you will be able to deploy your application as a Portlet on Liferay.
Spring hibernate and liferay have nothing in common.
Spring and hibernate are frameworks : one for managing bean, other for database mapping (orm).
Liferay is a portal.
So you can't migrate automatically a project to liferay.
BUT, you can :