<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - developerWorks: The case for portlets</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 18:44:15 -0400</pubDate>


    <item>

        <title>developerWorks: The case for portlets</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[we have a choice of using weblogic portal or struts/tiles in a project. since you seems to have worked with both technologies, can you identify the pros and cons between using weblogic portal and struts/tiles?]]></description>
        

        <pubDate>Tue, 04 Oct 2005 23:37:07 -0400</pubDate>

        

        <jf:creationDate>Tue, 04 Oct 2005 23:37:07 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 04 Oct 2005 23:37:07 -0400</jf:modificationDate>
        <jf:date>Oct 4, 2005</jf:date>
        <jf:author>Asiri Liyanage</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Portals are good for more than a homepage</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[A portlet, at least in WL has the capability of min/normal/maximizing itself in the portlet container.  I don't think Tiles covers this.  This allows one portlet to support a component (normal size) view on the home page and a maximzied (application)...]]></description>
        

        <pubDate>Tue, 25 Feb 2003 21:39:15 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 21:39:15 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 21:39:15 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>Andrew Clifford</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Request and rendering phases</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[I agree with your comments about portal vendors not really educating the public about what a portal does. But then, I think the concept of a portlet is misapplied a lot. To me, portlets address the need of having quick access to data from a lot of...]]></description>
        

        <pubDate>Tue, 25 Feb 2003 17:14:47 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 17:14:47 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 17:14:47 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>Rob Smith</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Request and rendering phases</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[Hmmm.  That's interesting.  WL Portal has an event framework, so I guess one can do something similar to IBM's design....]]></description>
        

        <pubDate>Tue, 25 Feb 2003 15:42:53 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 15:42:53 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 15:42:53 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>Steve Lewis</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Request and rendering phases</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[I think what Johan is referring to is the method used, at least in IBM's portal server, where all portlets first go through a request phase in parallel, and then they all begin a rendering phase in parallel. The request phase allows portlets to generate...]]></description>
        

        <pubDate>Tue, 25 Feb 2003 14:30:09 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 14:30:09 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 14:30:09 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>Rob Smith</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>developerWorks: The case for portlets</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[How do you mean &quot;separation between request and rendering phase?&quot;  We're using Weblogic Portal right now and it just seems to be .jsp snippets in a table.  I'm interested to see what you think.
<br>
<br>Steve]]></description>
        

        <pubDate>Tue, 25 Feb 2003 12:33:09 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 12:33:09 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 12:33:09 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>Steve Lewis</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Vick</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[<div class="jive-quote">For seperating I mostly do MVC (Struts), that is the major separation. </div>...]]></description>
        

        <pubDate>Tue, 25 Feb 2003 04:47:57 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Feb 2003 04:47:57 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Feb 2003 04:47:57 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2003</jf:date>
        <jf:author>John Brand</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>You're looking in the wrong place</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[The site you're looking for is:
<br>
<br><a href="http://www.wmdesert.com/portolets.html" target="_blank">portolets.html</a>]]></description>
        

        <pubDate>Mon, 24 Feb 2003 23:06:12 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 23:06:12 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 23:06:12 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Ignatius Reilly</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>paradigm shift</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[It would be nice to have some sort of orgainized criteria that would help determine if a portal and portlets are required.  Choosing a portal container and portlet componentization strategy seems to be heading the top of Maslow's Hierarchy of Web App...]]></description>
        

        <pubDate>Mon, 24 Feb 2003 22:06:55 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 22:06:55 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 22:06:55 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Andrew Clifford</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Good reasons not to use portlets</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[I think this article is actually quite good. Note that it is written from an IBM perspective, so the benefits that are listed are all benefits of IBM's portal server, not necessarily all portal servers. In addition to IBM's, I've used two other vendor's...]]></description>
        

        <pubDate>Mon, 24 Feb 2003 13:32:47 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 13:32:47 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 13:32:47 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Rob Smith</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>JSR 168 is not released yet</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[JSR 168 may have been started a year ago but it has not been released as a community draft yet.  That is why the portal vendors haven't released implementations of the spec yet. 
<br>
<br>-Mike]]></description>
        

        <pubDate>Mon, 24 Feb 2003 12:55:35 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 12:55:35 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 12:55:35 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Mike Bosch</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Templates</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[you can use templates in JSP without Struts too. Check out this for example:
<br><a href="http://www.servletsuite.com/servlets/template.htm" target="_blank">www.servletsuite.com/servlets/template.htm</a>]]></description>
        

        <pubDate>Mon, 24 Feb 2003 12:50:17 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 12:50:17 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 12:50:17 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Eugene Bloss</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Abrandft</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[re: &quot; there is no separation between&quot;...]]></description>
        

        <pubDate>Mon, 24 Feb 2003 12:34:07 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 12:34:07 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 12:34:07 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Vic Cekvenich</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>developerWorks: The case for portlets</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[<div class="jive-quote">, I found that Tiles work great as portlet, relative to other &quot;portlet&quot; </div>...]]></description>
        

        <pubDate>Mon, 24 Feb 2003 12:02:04 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 12:02:04 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 12:02:04 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>John Brand</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>


    <item>

        <title>why JSR not followed by portal servers</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=18045</link>

        

        
            <description><![CDATA[&lt;quote&gt;...]]></description>
        

        <pubDate>Mon, 24 Feb 2003 10:52:03 -0500</pubDate>

        

        <jf:creationDate>Mon, 24 Feb 2003 10:52:03 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 24 Feb 2003 10:52:03 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2003</jf:date>
        <jf:author>Tiberiu Fustos</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

