chinmaya
chinmaya

Reputation: 111

How to create our own portlet in liferay

Please describe me in brief how to create portlets using eclipse ide and to add these in liferay.

Upvotes: 2

Views: 1449

Answers (3)

karthik
karthik

Reputation: 147

File->New->Liferay project-> Enter the nameenter image description here

enter image description here

enter image description here

enter image description here

click ok It will show project and then goto docroot/WEB-INF/src create a portlet here enter image description here

Upvotes: 1

Prakash K
Prakash K

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

Mark
Mark

Reputation: 18877

Very simply, see the screencast:

enter image description here

Upvotes: 0

Related Questions