Return-Path: Delivered-To: apmail-avalon-dev-archive@www.apache.org Received: (qmail 56972 invoked from network); 8 May 2004 07:48:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 May 2004 07:48:55 -0000 Received: (qmail 48825 invoked by uid 500); 8 May 2004 07:48:32 -0000 Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 48782 invoked by uid 500); 8 May 2004 07:48:32 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 48767 invoked from network); 8 May 2004 07:48:32 -0000 Received: from unknown (HELO medoc.inf.ethz.ch) (129.132.178.200) by daedalus.apache.org with SMTP; 8 May 2004 07:48:32 -0000 Received: from localhost (localhost [127.0.0.1]) by medoc.inf.ethz.ch (Postfix) with ESMTP id 8ECBD162B8 for ; Sat, 8 May 2004 09:48:39 +0200 (MEST) Received: from medoc.inf.ethz.ch ([127.0.0.1]) by localhost (medoc [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11154-01-8 for ; Sat, 8 May 2004 09:48:39 +0200 (MEST) Received: from inf.ethz.ch (vpn-global-dhcp1-35.ethz.ch [129.132.208.35]) by medoc.inf.ethz.ch (Postfix) with ESMTP id 2493716396 for ; Sat, 8 May 2004 09:48:39 +0200 (MEST) Message-ID: <409C90D8.9090907@inf.ethz.ch> Date: Sat, 08 May 2004 09:48:40 +0200 From: Andreas Frei User-Agent: Mozilla Thunderbird 0.5 (X11/20040208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Avalon Developers List Subject: Re: OSGi and Merlin? References: <8538F0205935D411A7D100508BAC128901983CE1@DIANA> In-Reply-To: <8538F0205935D411A7D100508BAC128901983CE1@DIANA> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at inf.ethz.ch X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on medoc 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 Hi, OSGi is an initiative of the OSGi Alliance (www.osgi.org) which specifies a minimal service infrastructure. Its initial intend was to define a middleware for mobile infrastructure (OSGi = Open Service Gateway Infrastructure) back to '99 when it started. A new specification 3 has been released in march 2003. This specification defines different services which can be bundled and run in the core framework. The core framework is very similar to merlin. It is also a component and service management platform where bundles are the unit of deployment. Instead of using xml to define containers and components this information is directly encoded into the manifest. For example to export a package you define Export-Package=.... or Export-Service= for services. Services are then registered inside a main class which implements a BundleActivator with start(BundleContext) and stop(BC). Each bundle is loaded by its own classloader, through the manifest information classes can be loaded from other bundles. I know of four open source implementation, knopflerfish, oscar, equinox (the core of the new eclipse), and one from ibm. Impressive is its size for example knopflerfish uses about 200 kB! So the core of osgi has nothing to do with Jini, but OSGi defines two discovery services, Jini and UPnP which can be plugged in when needed. Actually such a service defined by OSGi could also be adapted a bit an plugged into a merlin container. cheers, Andreas pnb@scancoin.se wrote: >Hi, >I just stumbled over >http://oscar-osgi.sourceforge.net/ and wonder wether anyone has any >experience with OSGi as the service distribution layer (is that comparable >to the Jini ifrastructure discussion earlier?) > >Looks a lot like if components/ containers could be distributed via that and >that multiple Merlin instances could make up a dirstributed OSGi system? > >/peter > > >------------------------------------------------------------------------ > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org >For additional commands, e-mail: dev-help@avalon.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org