From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31285 invoked by alias); 14 Mar 2013 09:24:10 -0000 Received: (qmail 31273 invoked by uid 22791); 14 Mar 2013 09:24:08 -0000 X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from kiffer2.vm.bytemark.co.uk (HELO kiffer2.vm.bytemark.co.uk) (89.16.175.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Mar 2013 09:23:35 +0000 Received: from [127.0.0.1] (helo=k-embedded-java.com) by kiffer2.vm.bytemark.co.uk with esmtp (Exim 4.72) (envelope-from ) id 1UG4Np-0004Xf-7s; Thu, 14 Mar 2013 09:23:33 +0000 Received: from 91.183.51.65 (SquirrelMail authenticated user chris.gray@kiffer.be) by k-embedded-java.com with HTTP; Thu, 14 Mar 2013 09:23:33 -0000 Message-ID: <7bf21bd17d9359516fe28a24d851f3b3.squirrel@k-embedded-java.com> Date: Thu, 14 Mar 2013 09:24:00 -0000 From: chris.gray@kiffer.be To: =?iso-8859-1?Q?=22Lambrecht_J=FCrgen=22?= Cc: "ecos" , "Deroo Stijn" , "chris.gray@kiffer.be" , "Rutger Hofman" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: ecos and java and OSGI X-SW-Source: 2013-03/txt/msg00032.txt.bz2 Hello Jürgen, > We want to use an OSGI framework in eCos. I see 2 solutions: > - or run a JVM on ecos. What about MiKa (previously Wonka) or Kaffe? - or a C version of OSGI > Does anyone has done OSGI on eCos? Mika would have to be re-ported to eCos, the port made by Andrea Scian in 2004 will have been subject to severe bit-rot I'm afraid. But we can do that for you if you have a bit of consulting budget. Once that is working your OSGi problem is solved - plenty of people are using Knopflerfish or Felix on top of Mika, so you shouldn't encounter (m)any bugs. Note that I am based in Antwerp, so Izegem counts as "international". ;-) > - I only find for OSGI: > http://sourceware.org/ml/ecos-discuss/2004-07/msg00223.html Yup, that's Andrea. > - And for MiKa: > http://sourceware.org/ml/ecos-discuss/2010-09/msg00011.html Didn't see this at the time. It does bring up one thing you will have to think about, which is how your native and Java components will work together in the single eCos "application". I favour a Java-centric approach in which Mika *is* the application and all the native code resides in bundles, but there may be reasons why you can't do this. Similarly for threads - if threads launched by the VM have to interact with threads launched by native code then things can get a bit messy. > - Kaffe on ecos 1.3.1, and the download link seems not to be valid on http://ecos.sourceware.org/contrib.html Don't think much is happening in the Kaffe world since Dalibor took a job with Sun. Best regards Chris -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss