From dev-return-7306-apmail-gora-dev-archive=gora.apache.org@gora.apache.org Mon Feb 9 13:02:50 2015 Return-Path: X-Original-To: apmail-gora-dev-archive@www.apache.org Delivered-To: apmail-gora-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70CEF100F9 for ; Mon, 9 Feb 2015 13:02:50 +0000 (UTC) Received: (qmail 31905 invoked by uid 500); 9 Feb 2015 13:02:50 -0000 Delivered-To: apmail-gora-dev-archive@gora.apache.org Received: (qmail 31868 invoked by uid 500); 9 Feb 2015 13:02:50 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 31763 invoked by uid 99); 9 Feb 2015 13:02:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 13:02:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of renatoj.marroquin@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 13:02:45 +0000 Received: by mail-wi0-f181.google.com with SMTP id r20so548031wiv.2; Mon, 09 Feb 2015 05:00:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UXmhprAeMVM+d9KuzM95RZ40Raayj3ewBM1cGCOjEr4=; b=qdkP2dv63NajDvuc4LFXs9a5pVQyfgCqpFPO0ENLOAGf0FHQJYU/Fg/Jqtg2gepoZf MEm8IUhnjIHMiHjEMoDI7tPyd85VL9CvTKEnO/YhjQqoPfU2OAGHoLl+p5IT8yFe0+hz ib/z7Bezikeo2S8CapayNeF/7FuzPC6Gtudp0mAhJ+Uh5KZVBTGHL7V92wxW+8FNUh6P JSCwQNTNmuDKhFvxSGHnzeTKLbUTDksXJ9nAw66QghUaGjr0uTAu9xckqOJFqYr1NQhX gx5OXdmO7COUe/+900GCzhsaCzt7T83eNFHn4/rPcoGSDgf2pw8XzdxGv4zN84zI167d VHCg== MIME-Version: 1.0 X-Received: by 10.180.109.193 with SMTP id hu1mr35585498wib.25.1423486809649; Mon, 09 Feb 2015 05:00:09 -0800 (PST) Received: by 10.216.80.197 with HTTP; Mon, 9 Feb 2015 05:00:09 -0800 (PST) Date: Mon, 9 Feb 2015 14:00:09 +0100 Message-ID: Subject: Using Gora from other jvm languages From: =?UTF-8?Q?Renato_Marroqu=C3=ADn_Mogrovejo?= To: Gora Dev , Gora User Content-Type: multipart/alternative; boundary=e89a8f3ba7eda1b79e050ea759c9 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f3ba7eda1b79e050ea759c9 Content-Type: text/plain; charset=UTF-8 Hello everyone, After talking with Lewis for a while about supporting Gora from other JVM based languages I started playing around and got some of them working (clojure[2] and jython[3]) but I think for any other language it would as straightforward as it was for those ones. Right now I am just exporting all necessary libraries into a fat jar, I will play around with the pom file to make this better later on. But anyways . . . release early, release often right? Renato M. [1] https://github.com/renato2099/PolyglotGora [2] https://github.com/renato2099/PolyglotGora/blob/master/src/org/apache/gora/clojure/gora_clj.clj [3] https://github.com/renato2099/PolyglotGora/blob/master/src/org/apache/gora/jython/gora_jython.py --e89a8f3ba7eda1b79e050ea759c9--