Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 98732 invoked from network); 16 Apr 2008 13:33:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Apr 2008 13:33:24 -0000 Received: (qmail 40466 invoked by uid 500); 16 Apr 2008 13:33:23 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 40423 invoked by uid 500); 16 Apr 2008 13:33:23 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 40414 invoked by uid 99); 16 Apr 2008 13:33:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 06:33:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of barteo@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 13:32:38 +0000 Received: by wa-out-1112.google.com with SMTP id k22so4198693waf.18 for ; Wed, 16 Apr 2008 06:32:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=057WJEqGarJVoxRCqswtooSlYj4WQsaSVU2nXOOljMs=; b=bzF5XmyJA5I0jBTh7PDkn7oi7VdwO/If54F4lrRfZxD3p7/9qeeWE1atr2qjkfMjYR/pX0UOiPLZyIYTOZ94rr4PEg/j23FCtM4XsOn7xEb6htYwvaN2OC5ud66gCY3pB1IkGJae1PKLKbBHTAUy5iTEM+73ueuViWcreO6+B/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=HQ9tyJfiXWMi8CwZkGMuighI516yA3BcXCBqIRoESC5YMOEPQfvPyAKJuDsHCqufmu5yI23gPM4YRgb2vKmmDuGXhNgRHfLhdvoE++0Ipfpk/X2RlUZTGTF0irf8aTlWtO77hwAloHX+yLPGEpRy09YaDyUUWszDfnkKeW1iTPA= Received: by 10.115.75.1 with SMTP id c1mr9390271wal.84.1208352749630; Wed, 16 Apr 2008 06:32:29 -0700 (PDT) Received: by 10.115.106.9 with HTTP; Wed, 16 Apr 2008 06:32:29 -0700 (PDT) Message-ID: <5f935b5c0804160632l404e8682gc61cc454f3f555d9@mail.gmail.com> Date: Wed, 16 Apr 2008 15:32:29 +0200 From: "Bartek Teodorczyk" Sender: barteo@gmail.com To: dev@harmony.apache.org Subject: Re: [announce] Java ME contribution In-Reply-To: <4805F9D6.5070802@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5f935b5c0804160359kd3ba1a3v9354db483a15091b@mail.gmail.com> <4805F9D6.5070802@gmail.com> X-Google-Sender-Auth: 5c7f24d8bbc54a93 X-Virus-Checked: Checked by ClamAV on apache.org Do you have any news from Motorola, how far are they to have CCLA with ASF? What I know, they already created MIDP implementation, this might be much closer path to have cldc and midp modules ready to use, additionally they can also verify implementation with TCK. Regards, Bartek On 16/04/2008, Tim Ellison wrote: > Bartek Teodorczyk wrote: > > > I'm happy to announce contribution part of the Microemulator > > (http://www.microemu.org/) project to Apache Harmony. Microemulator is > > a Java ME implementation but also emulation layer that allows to > > execute CLDC/MIDP applications (MIDlets) on standard Java SE. > > > > Thanks Bartek! That's very cool. > > > > I've been involved into that project for almost 7 years, not always > > full time though. In the latest release we achieved quite good > > coverage of implemented JSRs: CLDC, MIDP2, JSR-75, JSR-135 and others. > > It is however far to complete and of course we've never been able to > > even touch the TCK to verify our implementation. > > > > Unfortunately, we are not able to contribute whole the project but > > only parts that meet the Harmony ACQ requirements. That makes > > potential integration with Harmony much more difficult, current > > contributed code doesn't even compile successfully. I hope you'll find > > it useful though, and I'm always open to answers any questions > > concerning the Microemulator (as far as I'm allowed to). > > > > So my first question is: what's missing to make it immediately useful to > people? I've not studied the code in detail yet, but do you have a > high-level TODO list? > > Thanks again, > Tim >