• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Tutorial on Liferay

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I am very new to Liferay and portal development. Can you suggest any good tutorial, books or links which shows how to create portal based applications and the technologies needed to develop the same.My objective is to learn Liferay and create portlets using java.

Thanks
 
Ranch Hand
Posts: 672
4
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are a lot of good articles to get started up in the liferay community wiki. Also, I strongly recommend you to register on the liferay.com, from where you can get involved in the disccussion and access the liferay community wiki..
 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best word for liferay documentation and tutorials is "patchy". There are bits here and there. Javadocs do not exist. Finding anything takes digging.

The wiki and forum are hit and miss with regards to quality and freshness. One frustrating thing is that they have comments on the WIKI. So you have to read the Wiki article and then read through all the comments to make sure there isn't erroneous information in the Wiki article.

People have posted screencasts ( here, for example)
and blog posts

The best way to learn is to install the Tomcat bundle and the plugins SDK and try to make it do what you want. When you get stuck, ask a question here and we'll do our best to answer.
reply
    Bookmark Topic Watch Topic
  • New Topic