Few Liferay portlets for Liferay fans.
Liferay is one the famous open source enterprise portal platform. It supports JSR 286 portlets. I use this platform for my personal project. Avery good collection of official and community plugins is available in www.liferay.com.
Besides that, I had to develop some more portlets and themes to meet my requirements. I googled a lot to find out if any of them are available off the self. But most of the time I ended up in discussion forums where people asking for the same. So I had to develop these portlets.
You can download these portlets free of cost from my future posts. Please discuss if you find any problem with these codes.
Here is my first one Liferay Theme with Drop down Menu.

Here is the second portlet: Liferay Dynamic Site Map Portlet
3rd one: Drop down Menu Portlet
Hi ,
These are Good ones keep going in developing newones
@Srinivas
Thank you
Hi shamzu,
can u say me that how can i build Ext for liferay 5.2.3 with liferayGlassfish Bundle
and iam using netbeans .I did not find any tutorials regarding .If u have any ideas can u post here Waiting for ur reply
byeeeee
and also can you say that where i should place this examples in the glassfish
Liferay5.2 portal
@srinivas
i think following link may help.
GlassFish integration with NetBeans, Eclipse and JDeveloper
i think there are few issues in using liferay and netbeans. I am using liferay in tomcat 6.0. For development, I use eclipse ide for ext or the plugin SDK.
If you want to use plugin SDK with glassfish
use following values in build.properties
## ## Glassfish ## app.server.glassfish.dir=${app.server.parent.dir}/glassfish app.server.glassfish.bin.dir=${app.server.glassfish.dir}/bin app.server.glassfish.classes.global.dir=${app.server.glassfish.dir}/domains/domain1/lib/classes app.server.glassfish.classes.portal.dir=${app.server.glassfish.portal.dir}/WEB-INF/classes app.server.glassfish.deploy.dir=${app.server.glassfish.dir}/domains/domain1/autodeploy app.server.glassfish.lib.global.dir=${app.server.glassfish.dir}/domains/domain1/lib app.server.glassfish.lib.portal.dir=${app.server.glassfish.portal.dir}/WEB-INF/lib app.server.glassfish.portal.dir=${app.server.glassfish.deploy.dir}/liferay-portal.war app.server.glassfish.log.dir=${app.server.glassfish.dir}/domains/domain1/logs app.server.glassfish.temp.dir=${app.server.glassfish.dir}/domains/domain1/logs app.server.glassfish.work.dir=${app.server.glassfish.dir}/domains/domain1/logs app.server.glassfish.zip.name=glassfish-installer-v2-b41d.jar app.server.glassfish.zip.url=http://java.net/download/javaee5/promoted/WINNT/${app.server.glassfish.zip.name} ##Hi shamzu,
can you give an example program in liferay5.2 for the portlets interCommunications.
I just want to communicate between from one portlet to another portlet .i tried the portlet event eventing story board in liferay5.2 but i didnot succed i just got null values.So if u have any examples regarding this can u post here
byeeeeee