You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov> on 2016/05/31 20:09:26 UTC

Re: oodt

Hi Pedro,

Not sure I heard back from you on this - have you tried to use 
Eclipse? I mostly use Eclipse. Could you also talk more about
the project you’re going to start?

Thanks!

Cheers,
Chris

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++










On 5/20/16, 8:54 AM, "Pedro Vicente" <pe...@space-research.org> wrote:

> 
>Chris
> 
>I am going to start using OODT on a project and I am interested in learning the code
> 
>I use IntelliJ IDEA as a developing environment, is there a way to run/debug OODT from within IDEA?
> 
>thanks
> 
> 
> 
>----------------------
>Pedro Vicente
>pedro.vicente@space-research.org
>https://twitter.com/_pedro__vicente
>http://www.space-research.org/

Re: oodt

Posted by Tom Barber <to...@meteorite.bi>.
Hi Pedro,

You're better off trying to bootstrap RADIX
https://cwiki.apache.org/confluence/display/OODT/RADiX+Powered+By+OODT.
That will give you a working solution with all the components wired up.

My advice from that point on would still be the same. If you're wanting to
debug a component, setup a "remote debugger" in IDEA, you can then easily
step through all the code but you don't have the hassle of trying to get
the config right from within Idea. (https://ibin.co/2j5rHAoVHGqg.png) I do
exactly that all the time, you still import the maven project, but tell it
to debug a remote process where you have a port listening for the debugger.

Of course, i'm sure you can get it to debug direct in intellij, but I've
never done it and woudn't spend any time on it because the remote debugger
is cross platform, cross ide and takes about 30 seconds to configure.


Tom

On Tue, May 31, 2016 at 11:00 PM, Pedro Vicente <
pedro.vicente@space-research.org> wrote:

> Chris, Tom
>
>
> The project is GRAVITE, here
>
>
> http://www.techbriefs.com/component/content/article/ntb/tech-briefs/sensors-data-acquisition/23226
>
> which I believe uses OODT
>
> My question was not very well phrased,
> so I am a programmer, and the way I learn about new code is running a
> program step by step using a debugger, and IDEA is just the absolute best
> Java editor/debugger
>
> my experience with Eclipse is not so good, I found it to be full of bugs.
> IDEA just works out of the box, I recommend you give it a try
>
> Just import the OODT maven project
>
> https://www.jetbrains.com/idea/
>
>
> so, I download and compiled OODT , imported the maven project in IDEA, and
> now I want to run/debug some code, but in the documentation I did not find
> a way to do this
>
> so, the question is , after compiling OODT, where should we start, (which
> main program to run), what parameters, etc.
>
> Thanks
>
> ----------------------
> Pedro Vicente
> pedro.vicente@space-research.org
> https://twitter.com/_pedro__vicente
> http://www.space-research.org/
>
>
>
> ----- Original Message -----
> *From:* Tom Barber <to...@meteorite.bi>
> *To:* dev@oodt.apache.org
> *Cc:* Pedro Vicente <pe...@space-research.org>
> *Sent:* Tuesday, May 31, 2016 4:38 PM
> *Subject:* Re: oodt
>
> I use Idea all the time, mostly cause its cool and as an ASF committer I
> get a free license!
>
> Anyway, as with 100% of Java apps, regardless of IDE, I always execute
> them on the command line and connect a remote debugger to them, call me old
> fashioned, but its easy and works every time.
>
> Tom
>
> On Tue, May 31, 2016 at 9:09 PM, Mattmann, Chris A (3980) <
> chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Hi Pedro,
>>
>> Not sure I heard back from you on this - have you tried to use
>> Eclipse? I mostly use Eclipse. Could you also talk more about
>> the project you’re going to start?
>>
>> Thanks!
>>
>> Cheers,
>> Chris
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> 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.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Director, Information Retrieval and Data Science Group (IRDS)
>> Adjunct Associate Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> WWW: http://irds.usc.edu/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On 5/20/16, 8:54 AM, "Pedro Vicente" <pe...@space-research.org>
>> wrote:
>>
>> >
>> >Chris
>> >
>> >I am going to start using OODT on a project and I am interested in
>> learning the code
>> >
>> >I use IntelliJ IDEA as a developing environment, is there a way to
>> run/debug OODT from within IDEA?
>> >
>> >thanks
>> >
>> >
>> >
>> >----------------------
>> >Pedro Vicente
>> >pedro.vicente@space-research.org
>> >https://twitter.com/_pedro__vicente
>> >http://www.space-research.org/
>>
>
>

Re: oodt

Posted by Pedro Vicente <pe...@space-research.org>.
Chris, Tom


The project is GRAVITE, here

http://www.techbriefs.com/component/content/article/ntb/tech-briefs/sensors-data-acquisition/23226

which I believe uses OODT

My question was not very well phrased, 
so I am a programmer, and the way I learn about new code is running a program step by step using a debugger, and IDEA is just the absolute best Java editor/debugger

my experience with Eclipse is not so good, I found it to be full of bugs. IDEA just works out of the box, I recommend you give it a try

Just import the OODT maven project

https://www.jetbrains.com/idea/


so, I download and compiled OODT , imported the maven project in IDEA, and now I want to run/debug some code, but in the documentation I did not find a way to do this

so, the question is , after compiling OODT, where should we start, (which main program to run), what parameters, etc.

Thanks

----------------------
Pedro Vicente
pedro.vicente@space-research.org
https://twitter.com/_pedro__vicente
http://www.space-research.org/


  ----- Original Message ----- 
  From: Tom Barber 
  To: dev@oodt.apache.org 
  Cc: Pedro Vicente 
  Sent: Tuesday, May 31, 2016 4:38 PM
  Subject: Re: oodt


  I use Idea all the time, mostly cause its cool and as an ASF committer I get a free license!


  Anyway, as with 100% of Java apps, regardless of IDE, I always execute them on the command line and connect a remote debugger to them, call me old fashioned, but its easy and works every time.


  Tom


  On Tue, May 31, 2016 at 9:09 PM, Mattmann, Chris A (3980) <ch...@jpl.nasa.gov> wrote:

    Hi Pedro,

    Not sure I heard back from you on this - have you tried to use
    Eclipse? I mostly use Eclipse. Could you also talk more about
    the project you’re going to start?

    Thanks!

    Cheers,
    Chris

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    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.mattmann@nasa.gov
    WWW:  http://sunset.usc.edu/~mattmann/
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Director, Information Retrieval and Data Science Group (IRDS)
    Adjunct Associate Professor, Computer Science Department
    University of Southern California, Los Angeles, CA 90089 USA
    WWW: http://irds.usc.edu/
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++










    On 5/20/16, 8:54 AM, "Pedro Vicente" <pe...@space-research.org> wrote:

    >
    >Chris
    >
    >I am going to start using OODT on a project and I am interested in learning the code
    >
    >I use IntelliJ IDEA as a developing environment, is there a way to run/debug OODT from within IDEA?
    >
    >thanks
    >
    >
    >
    >----------------------
    >Pedro Vicente
    >pedro.vicente@space-research.org
    >https://twitter.com/_pedro__vicente
    >http://www.space-research.org/



Re: oodt

Posted by Tom Barber <to...@meteorite.bi>.
I use Idea all the time, mostly cause its cool and as an ASF committer I
get a free license!

Anyway, as with 100% of Java apps, regardless of IDE, I always execute them
on the command line and connect a remote debugger to them, call me old
fashioned, but its easy and works every time.

Tom

On Tue, May 31, 2016 at 9:09 PM, Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Hi Pedro,
>
> Not sure I heard back from you on this - have you tried to use
> Eclipse? I mostly use Eclipse. Could you also talk more about
> the project you’re going to start?
>
> Thanks!
>
> Cheers,
> Chris
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 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.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Director, Information Retrieval and Data Science Group (IRDS)
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> WWW: http://irds.usc.edu/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
>
>
>
>
> On 5/20/16, 8:54 AM, "Pedro Vicente" <pe...@space-research.org>
> wrote:
>
> >
> >Chris
> >
> >I am going to start using OODT on a project and I am interested in
> learning the code
> >
> >I use IntelliJ IDEA as a developing environment, is there a way to
> run/debug OODT from within IDEA?
> >
> >thanks
> >
> >
> >
> >----------------------
> >Pedro Vicente
> >pedro.vicente@space-research.org
> >https://twitter.com/_pedro__vicente
> >http://www.space-research.org/
>