« Back to FrontPage

More documentation for...

Add here your suggestions for additional documentation you'd like to see written. Use inner bullet points to add comments about a given suggestion.

  • Admin Guide needs details on creating and accessing Custom Attributes for Users
  • Some extended developers guide with detailed architecture of Liferay
    • Startup and shutdown of the portal (MainServlet, Global(Startup|Shutdown)Action)
    • The trace of HTTP request inside the a, portal and b, portlets, from the browser through tomcat/liferay/portlet-container/application/database and back, ServicePreAction, LayoutAction ...
    • Rights - resources, scopes (company, group, object), permissions, actions, roles, permission algorithms, API
    • Core API - manipulating with User, Organization, Group, Layout (Set), User Group, Community, Role, ...
    • Classloaders - Portal/Portlet Classloader, AggregateClassLoader, which parts of application are loaded by which classloader
    • Hibernate + Spring + Struts + Tiles configuration, custom-sqls, how is it orchestrated together
    • Show how to get own portlet searchable (how to implement an own Indexer.class and own OpenSearchImpl.class)
    • Python portlet development
    • Service Architecture Overview
0 Attachments
5241 Views
Average (2 Votes)
Comments

Showing 8 Comments

Jonas Yuan
11/24/09 2:56 PM

Hi Jorge, good point. More documentation is expected .... Do you have any plan on documentation? Thanks, Jonas.

sasi Kanth
11/25/09 2:26 AM

Good.

All the above are required.

Thanks

Dmitry Babain
11/25/09 5:27 AM

Yes, all of this would be great.

Yousri BENDIABDALLAH
11/25/09 8:29 AM

Hi

Extend workfow CMS liferay

Thanks

Lisa Simpson
3/3/10 10:37 AM

There needs to be documents for the END USERS.... How do I....

Derek Nerenberg
3/30/10 2:02 PM

* better javadocs
* better documentation for what already exists
* Service builder
* Architecture and implementation planning
* Total cost of ownership

Fernando O
8/9/10 1:13 AM

Hi,

Some documentation about how to manage a svn repositorie inside a development team will be welcome.

Thanks,

Claus Lüthje
1/27/11 11:59 PM

I'd like to see documentation on how to access the Liferay API from portlets.