Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'json': 0.07; 'subject:java': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'subject:python': 0.14; "(can't": 0.16; 'subject:array': 0.16; 'cc:addr:python-list': 0.17; 'cheers,': 0.19; 'header:In-Reply- To:1': 0.21; 'thu,': 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'received:209.85.161': 0.26; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'does': 0.33; 'chris': 0.34; 'rule': 0.34; 'using': 0.35; 'options': 0.36; 'rules': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:from': 0.38; 'subject:: ': 0.38; 'said': 0.39; 'received:209': 0.39; 'believe': 0.66; '"just': 0.84; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=HoOQjJf1AoR+fu7PFL9ydQXsh2Sij5JuepoxXRXq4O8=; b=MyAwQfVU/8CAuKFIQ3FdkCGt5odfQrfw9/HAYBcu3s1gr4PY4s/O1JWCcnMIdS/OdS G/yubY62DEz+2Gv3UV8uuNPbCDkPMSp/aVKbgsR6v9ML15aldmDEv5EjjpWlB7DIllAl VH9ehKb9AnH3sJOKu5bmWXE4qtbq2VJT0KTM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Jbwxp59tnqlYEhQ4Tva1zH0OzbaQiZ1xfVtFWq5acNYay7hDBZP1jQO+f3U3/0MdF2 yzZGXV3wwMr1bjOIaiTnKTDVVLNCzKKV0kkyVzeMJYE/TbunHkdzdrOnNBVAj1j1WXYZ sT9A2cltOmsPscP55IsEjai40ER8ieL4JhxlI= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: <96a88912-152d-4e1a-a8c9-50775fc5a133@f9g2000vbz.googlegroups.com> References: <088cff0c-ea3e-4574-9ca0-3c9b1393c89c@v31g2000vbs.googlegroups.com> <96a88912-152d-4e1a-a8c9-50775fc5a133@f9g2000vbz.googlegroups.com> Date: Thu, 2 Jun 2011 04:07:15 -0700 X-Google-Sender-Auth: gEAXBMXdpTOemESXOG_I_Os7ols Subject: Re: Passing array from java to python From: Chris Rebert To: loial Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307012839 news.xs4all.nl 49038 [::ffff:82.94.164.166]:42685 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6855 On Thu, Jun 2, 2011 at 3:47 AM, loial wrote: > Unfortunately using jpython or json are not options at the moment What rules out JSON that does not also rule out the "just passing strings" approach? What about (*shudder*) XML? (Can't believe I just said that...) Cheers, Chris