Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22052 invoked from network); 3 Aug 2005 22:06:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2005 22:06:25 -0000 Received: (qmail 35318 invoked by uid 500); 3 Aug 2005 22:06:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 35269 invoked by uid 500); 3 Aug 2005 22:06:20 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 35256 invoked by uid 99); 3 Aug 2005 22:06:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2005 15:06:19 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.86.89.61] (HELO smtpauth01.mail.atl.earthlink.net) (209.86.89.61) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2005 15:06:09 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=NMw7KvZVsBNGJi4R/o7bhQcUbW9s+S12flWmMyEPdbsyYi0fkjKb76hngE8Hc8t5; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.37.214.129]) by smtpauth01.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1E0RNJ-0004Up-1q for dev@geronimo.apache.org; Wed, 03 Aug 2005 18:06:09 -0400 Message-ID: <42F13FCE.1030308@earthlink.net> Date: Wed, 03 Aug 2005 18:06:06 -0400 From: Joe Bohn User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Geronimo Dev Subject: Portal framework in Geronimo w/ or w/o the Web Console Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec79849e958a6c6e388456483a0c67e03997350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A few weeks back we had a discussion about how we should deal with the Portal framework (and the portlet container) that is included in the web console contribution. At the time, here were some of the comments: Aaron Mulder wrote: >So I took a look at the web console. There are two main changes I'd like >to make before we "go live" with it. > >1) Combine the "framework" and "standard" web apps into one. Currently > the "framework" holds the Pluto engine and page framing and so on, > while the "standard" holds all the actual portlets. Some of the issues > are that I don't really fancy taking two contexts for this, there's no > security on the portlet (standard) context, it can be accessed directly > with a variety of unpleasant side effects, it makes the whole thing > require multiple build modules and an EAR, etc. > I responded with: On Tue, 19 Jul 2005, Joe Bohn wrote: >Regarding #1 below ... I think there are probably some good reasons to >keep this split into 2 or maybe even more web applications. >As you mention, the "framework" appears to hold the necessary components >for the console framework itself. Since this may be replaced >at some point in the future by an open source Portal Server (not just >the container) it probably makes sense to keep this split apart. >The "standard" application includes the portlets necessary for console >administration. One of the benefits of the portlet model (and I >suspect the reason it was chosen for the console) is that it is >extensible. Multiple applications can be installed as necessary. This >seems >like it would be a desirable feature for a modular server like >Geronimo. If there is no need for the EJB container it need not be >included in the resultant image and therefore the portlets that >administer the EJB container would not be deployed into the solution. >I wasn't one of the authors of this console structure but I can see how >it makes sense in the big picture even it is seems like overkill for now. > to which Aaron added: Aaron Mulder wrote: Maybe the real answer to #1 is to actually integrate Pluto into Geronimo -- you know, so if you deploy a web app with portlet deployment descriptors then a PortletDeployer GBean "magically" wires it up and makes it available to Pluto, and then some other admin web site lets you arrange your portlets on the page... Gosh, this is sounding like a bigger effort already. I guess it would be a portal server module for Geronimo, as opposed to the current "static" Pluto configuration. Now that I've caught you all up on the discussion .... I was wondering if we can figure out what we are doing with the portlet container and portal framework for the console contribution. Since the container will most like be included as an optional element with Geronimo (even without the console) I think that raises the question of what should we do about a Portal framework around that container. What does this mean to the user? If the portlet container is integrated directly into Geronimo it will be visible to the user (actually, the user will know it's there when he sees the console anyway). Can a user deploy portlets into this container? If so, how are the portlets accessed (one at a time via URL?) and/or should we provide some type of generic Portal framework capabilities that include aggregation, navigation, persistence, etc....? I know these are muddy waters, but I think the questions will come from the users as soon as we include the portlet container for the web console. We're not trying to compete/clash with JetSpeed but at the same time it appears that what they are creating is a bit too heavy weight for the web console needs alone. However, it might be just fine if the user wants to directly exploit the portal capabilities. With this in mind should we be looking to update the Web Console so that it can run either with the static Portal included as part of the console contribution or full JetSpeed depending upon the GBean configuration (assuming we include JetSpeed as an option)? Maybe I'm moving too fast here .... I guess the first question is are we planning to integrate Pluto directly into Geronimo or are we treating it as part of the Web Console contribution for now? If it's just part of the Web Console I guess we can declare that it's off-limits to the user (of course, with open source I guess they can really do anything they want to do :-) ). -Joe -- Joe Bohn joe.bohn@earthlink.net "He is no fool who gives what he cannot keep, to gain what he cannot lose." -- Jim Elliot