Home > Tech, software > Few Liferay portlets for Liferay fans.

Few Liferay portlets for Liferay fans.

liferayL-logoLiferay 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.


  1. May 18, 2009 at 2:31 pm | #1

    Here is the second portlet: Liferay Dynamic Site Map Portlet

  2. May 23, 2009 at 3:38 pm | #2
  3. Srinivas
    May 28, 2009 at 3:55 pm | #3

    Hi ,
    These are Good ones keep going in developing newones

  4. Srinivas
    May 28, 2009 at 6:58 pm | #5

    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

  5. Srinivas
    May 28, 2009 at 8:04 pm | #6

    and also can you say that where i should place this examples in the glassfish
    Liferay5.2 portal

  6. May 29, 2009 at 4:08 pm | #7

    @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}
    
    ##
    
  7. srinivas
    June 2, 2009 at 2:04 pm | #8

    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

  1. No trackbacks yet.