Hello Stack overflow,
I am using liferay portal-6.0.0 version and I have a "greeting.war" file.
The WAR file deploys correctly, shows the portlet in Add Category
and also after adding to the page display the output properly.
Now I wanted to get the code of that war file and want to import that code into the eclipse as a greeting-portlet
(i.e as a liferay project).
so I hope some help from you.
Thank you.
If the greeing.war has the embedded source code inside of it (WEB-INF/src) you can do the following:
The wizard will create a new portlet project in the SDK and then copy all of the WAR resources into the new project automatically.