Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 59283 invoked from network); 11 Jan 2006 18:47:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 18:47:05 -0000 Received: (qmail 82046 invoked by uid 500); 11 Jan 2006 18:47:04 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 81998 invoked by uid 500); 11 Jan 2006 18:47:04 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 81986 invoked by uid 99); 11 Jan 2006 18:47:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 10:47:03 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [84.246.88.11] (HELO mail1.ownit.se) (84.246.88.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 10:47:02 -0800 Received: from localhost (loopback [127.0.0.1]) by mail1.ownit.se (Postfix) with ESMTP id 9805873095 for ; Wed, 11 Jan 2006 19:46:34 +0100 (CET) Received: from mail1.ownit.se ([127.0.0.1]) by localhost (mystique.ownit.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05355-01-4 for ; Wed, 11 Jan 2006 19:46:30 +0100 (CET) Received: from 84-55-67-131.rev.mlm.ownit.se (84-55-67-131.rev.mlm.ownit.se [84.55.67.131]) by mail1.ownit.se (Postfix) with ESMTP id A215A73093 for ; Wed, 11 Jan 2006 19:46:30 +0100 (CET) From: Peter Neubauer To: felix-dev@incubator.apache.org Subject: Re: Gui Support Date: Wed, 11 Jan 2006 19:46:30 +0100 User-Agent: KMail/1.9.1 References: <1136955173.9614.10.camel@trout> In-Reply-To: <1136955173.9614.10.camel@trout> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601111946.30360.peter@neubauer.se> X-Virus-Scanned: amavisd-new at ownit.nu X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wednesday 11 January 2006 05:52, John E. Conlon wrote: > If it was an SWT gui would/could one run it in felix? Conversely are > there many people running Swing GUIs in equinox? Yes, we are running our GUI in Swing on Equinox with several frames on different screens simultaneously, running great. In fact we even have a bundle using the JDIC libraries to fire up a browser, packaging the needed jdic.dll into the bundle. Too bad that bundles can't extend the applications PATH like it can with the java.library.path, so we have to put the IeEmbed.exe for the jdic bundle into the working directory. /peter > > BTW - looking forward to the 3.2 Eclipse release especially for the new > equinox features. > > John > > On Tue, 2006-01-10 at 19:41, Jeff McAffer wrote: > > Why not just run it on Equinox? > > > > Having said that, this would be an interesting exercise to try. There > > are a number of things that are outside the scope of the OSGi spec (e.g., > > the application model and various services that are supplied by the > > Equinox framework) that likely differ between Felix and Equinox. > > > > Jeff > > > > > > > > > > > > > > "Yalcin Akdogan" > > 01/10/2006 03:57 PM > > Please respond to > > felix-dev > > > > > > To > > > > cc > > > > Subject > > Re: Gui Support > > > > > > > > > > > > > > Does anybody think about to use eRCP/eSWT with Felix? > > > > Yalcin > > > > ----- Original Message ----- > > From: "Richard S. Hall" > > To: > > Sent: Tuesday, January 10, 2006 6:18 PM > > Subject: Re: Gui Support > > > > > John E. Conlon wrote: > > >> Will be deploying a GUI application within felix and would like to > > >> administer felix and it's bundles with a gui that I call from within > > > > the > > > > >> application. > > >> > > >> What is the current think for how this should be done in felix? Will > > > > it > > > > >> be similar (identical?) to the oscar's shellgui, tablelayout and > > >> plugin approach? Can I just use those oscar bundles? > > > > > > You should be able to follow the exact same approach that you used with > > > Oscar. You can use Oscar bundles directly, however, it is likely that > > > their manifest ill have to be modified slightly to work with Felix. In > > > particular, Felix is more strict when it comes to exposing classes on > > > the class path, so the manifest of some Oscar bundles will need to be > > > modified to import the packages they use off the class path (e.g., > > > javax.swing). > > > > > > I will try to move the bundles that you mention over to Felix soon, but > > > in the meantime, just edit the manifest...if you have any difficulty, > > > let me know. > > > > > > -> richard