From directory-dev-return-489-apmail-incubator-directory-dev-archive=incubator.apache.org@incubator.apache.org Tue Jan 20 13:20:24 2004 Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 98609 invoked from network); 20 Jan 2004 13:20:24 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Jan 2004 13:20:24 -0000 Received: (qmail 44355 invoked by uid 500); 20 Jan 2004 13:20:21 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 44311 invoked by uid 500); 20 Jan 2004 13:20:21 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Directory Developers List" Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 44294 invoked from network); 20 Jan 2004 13:20:20 -0000 Received: from unknown (HELO relais.videotron.ca) (24.201.245.36) by daedalus.apache.org with SMTP; 20 Jan 2004 13:20:20 -0000 Received: from localhost ([24.200.148.230]) by VL-MO-MR001.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0HRS001NUICSOE@VL-MO-MR001.ip.videotron.ca> for directory-dev@incubator.apache.org; Tue, 20 Jan 2004 08:19:40 -0500 (EST) Date: Tue, 20 Jan 2004 08:17:06 +0000 From: Vincent Tence Subject: Re: [ot] Guiapp In-reply-to: <1074546926.17986.33.camel@localhost> To: Apache Directory Developers List Message-id: <1074586626.18240.9.camel@localhost> MIME-version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Content-type: text/plain; CHARSET=US-ASCII Content-transfer-encoding: 7BIT References: <20040119202005.LLS1950.imf23aec.mail.bellsouth.net@mail.bellsouth.net> <1074546926.17986.33.camel@localhost> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Berin has been doing some changes to the maven build for the better, but I think you have to upgrade the jar plugin to be able to build. The code itself is not broken, I have an example app built on top of it. On Mon, 2004-01-19 at 21:15, Vincent Tence wrote: > It's the introduction of COP to Swing. A framework for building > component based swing apps. It uses fortress for container. > > The idea is to use fine grained components as application "Screens". > (Think of them like component versions of regular JPanels). You get the > benefit of COP in that your swing app screens are no longer so coupled > and you avoid traditional Swing spaghetti code. All screens are wired > together with the help a some key components provided by the framework: > > - The EventBus - which you already know of, provides the event subsystem > that screens use to communicate > - The ActionManager well ... manages Swing Actions run in response to > button/menus/.. clicks. Commands can be run in sync or async mode using > the excalibur event package. > - The ScreenManager embeds Screens in panels or dialogs for display. > > Then there are some utlity components, useful in almost any Swing app: > document manager, document store, ... > > If you're thinking of developping a *maintainable* Swing app, that's the > way to go. > > - Vincent > > On Mon, 2004-01-19 at 15:20, Alex Karasulu wrote: > > Vince, > > > > What was this guiapp thing you worked on over at sf.net. The cvs stuff > > is broke and I ran across it wondering if I can use if for a client. > > Could you give me some background and functionality. > > > > Alex > > > > >