Reputation: 111
Please describe me in brief how to create portlets using eclipse ide and to add these in liferay.
Upvotes: 2
Views: 1449
Reputation: 147
File->New->Liferay project->
Enter the name
click ok
It will show project
and then goto docroot/WEB-INF/src
create a portlet here
Upvotes: 1
Reputation: 11698
You can install the Liferay IDE (which comes as a plugin) in Eclipse, can download it from here.
And then create a Liferay project the same way as you create a normal Eclipse project by going to File --> New --> Liferay Project --> A window will open which will ask you about what kind of project you need to create in liferay (portlet, hooks, theme, ext, layout etc).
Some more links to get you started with Liferay IDE:
Hope this helps.
Upvotes: 1