Re: Using Gora from other jvm languages

2015-02-10 Thread Lewis John Mcgibbney
Hi renato,
My personal comment... the code is your, do what you wish with it.
My personal suggestion... I would love to see this as part of the Gora
codebase.
We have a similar agility package (very aptly named I feel) for OODT [0]
which is essentially a Python binding for the Java OODT codebase.
BTW, this also includes tests so you may get some motivation from that.
Thanks Renato
Lews

[0] http://svn.apache.org/repos/asf/oodt/trunk/agility/

On Tue, Feb 10, 2015 at 1:39 AM, Renato Marroquín Mogrovejo 
renatoj.marroq...@gmail.com wrote:

 Hi Lewis,

 So a) is done, I have no problem sharing these classes with the world, and
 about b) I think we should discuss on how to do this. What Henry suggested
 (adding as a contrib but not to package it) could be an option, maybe
 adding a wiki page with tools created on top of Gora? I really don't know
 if it belongs directly in Gora, but I am happy to putting into it if people
 finds that as an option.


 Renato M.

 2015-02-09 18:48 GMT+01:00 Lewis John Mcgibbney lewis.mcgibb...@gmail.com
 :

 Hi Renato,
 This is fricking awesome

 On Mon, Feb 9, 2015 at 5:02 AM, user-digest-h...@gora.apache.org wrote:


 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?


 I wonder if you can potentially investigate sticking
 a) Apache Software License v2.0 on this work
 b) defining a roadmap for bringing it in to Gora.

 I think that this is an excellent activity and certainly something I
 would use with my students who are working predominantly with Clojure.
 Thanks Renato
 Lewis





-- 
*Lewis*


Re: Using Gora from other jvm languages

2015-02-09 Thread Mattmann, Chris A (3980)
sounds great. Have a look at Pynius and JCC for auto ability
to use Gora in Python.

++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattm...@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++






-Original Message-
From: Renato Marroquín Mogrovejo renatoj.marroq...@gmail.com
Reply-To: d...@gora.apache.org d...@gora.apache.org
Date: Monday, February 9, 2015 at 5:00 AM
To: Gora Dev d...@gora.apache.org, Gora User user@gora.apache.org
Subject: Using Gora from other jvm languages

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



Re: Using Gora from other jvm languages

2015-02-09 Thread Lewis John Mcgibbney
Hi Renato,
This is fricking awesome

On Mon, Feb 9, 2015 at 5:02 AM, user-digest-h...@gora.apache.org wrote:


 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?


 I wonder if you can potentially investigate sticking
a) Apache Software License v2.0 on this work
b) defining a roadmap for bringing it in to Gora.

I think that this is an excellent activity and certainly something I would
use with my students who are working predominantly with Clojure.
Thanks Renato
Lewis


Using Gora from other jvm languages

2015-02-09 Thread Renato Marroquín Mogrovejo
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