Foros de discusión

Need A "Portlets in Action" Book

Muhammed Rasly, modificado hace 13 años.

Need A "Portlets in Action" Book

New Member Mensajes: 2 Fecha de incorporación: 4/06/10 Mensajes recientes
Can any one share "Portlets in Action" e book (http://www.manning.com/sarin/)
thumbnail
Juan Fernández, modificado hace 13 años.

RE: Need A "Portlets in Action" Book

Liferay Legend Mensajes: 1261 Fecha de incorporación: 2/10/08 Mensajes recientes
I think this request is quite illegal, man
Muhammed Rasly, modificado hace 13 años.

RE: Need A "Portlets in Action" Book

New Member Mensajes: 2 Fecha de incorporación: 4/06/10 Mensajes recientes
is it illegal ? ohh!! I am sorry.emoticon
Dear,
then can you suggest or share some legal tutorials
I need to learn creating own portlets from basic using java API
thumbnail
Juan Fernández, modificado hace 13 años.

RE: Need A "Portlets in Action" Book

Liferay Legend Mensajes: 1261 Fecha de incorporación: 2/10/08 Mensajes recientes
Search the wiki: there are a lot of interesting articles for new people
Regards
puneet vyas vyas, modificado hace 12 años.

RE: Need A "Portlets in Action" Book

New Member Mensaje: 1 Fecha de incorporación: 2/05/11 Mensajes recientes
hello juan,
can you help me with 1 problem,i am new in liferay,i want on community page community user be able to see preference option(Edit mode) ,i configured resource -action and .xml file for that. here is the file details,

<?xml version="1.0"?>

<resource-action-mapping>
<portlet-resource>
<portlet-name>repositoryLibrary</portlet-name>
<supports>

<action-key>CONFIGURATION</action-key>
<action-key>VIEW</action-key>
<action-key>PREFERENCE</action-key>
</supports>
<community-defaults>
<action-key>VIEW</action-key>
<action-key>PREFERENCE</action-key>

</community-defaults>
<guest-defaults>
<action-key>VIEW</action-key>
</guest-defaults>
<guest-unsupported>
<action-key>CONFIGURATION</action-key>
</guest-unsupported>
</portlet-resource>
<!--
<model-resource>
<model-name>com.liferay.portlet.calendar</model-name>
<portlet-ref>
<portlet-name>8</portlet-name>
</portlet-ref>
<supports>
<action-key>ADD_EVENT</action-key>
<action-key>EXPORT_ALL_EVENTS</action-key>
</supports>
<community-defaults />
<guest-defaults />
<guest-unsupported>
<action-key>ADD_EVENT</action-key>
</guest-unsupported>
</model-resource>
<model-resource>
<model-name>com.liferay.portlet.calendar.model.CalEvent</model-name>
<portlet-ref>
<portlet-name>8</portlet-name>
</portlet-ref>
<supports>
<action-key>DELETE</action-key>
<action-key>PERMISSIONS</action-key>
<action-key>UPDATE</action-key>
<action-key>VIEW</action-key>
</supports>
<community-defaults>
<action-key>VIEW</action-key>
</community-defaults>
<guest-defaults>
<action-key>VIEW</action-key>
</guest-defaults>
<guest-unsupported>
<action-key>UPDATE</action-key>
</guest-unsupported>
</model-resource>
-->
</resource-action-mapping>

when i add Configuration key above it shows configuration and remove option for portlet,similarly i want preference option fo this portlet.can you help me on this.

thanks
Puneet