• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Starting portal/portlet devlopment using Liferay 6

 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am starting to do some portal/portlet development using Liferay 6.
Can anybody please let me know of a good place to start reading and trying out stuff so that I can
learn and understand.

Thanks,
Chinmay
 
Ranch Hand
Posts: 57
Eclipse IDE PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can start by creating a sample MVC Portlet and deploying it in Liferay to get an idea.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if you use the Eclipse IDE, go to the market, serach for 'Liferay', install the plugin.
You'll also need an SDK which can be downloaded from Liferay.com
The Liferay CE source helps too.

In the process you'll configure Eclipse so that it knows about the SDK and the liferay runtime, you'll need to configure the SDK so that it knows where the Liferay Runtime lives, and once that is done you can create a new Portlet using the wizard which will deploy and run out of the box.
 
reply
    Bookmark Topic Watch Topic
  • New Topic