Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [science-iwg] ICE EASE Jython integration picture

Hi there,

To switch to a better editor, you simply need PyDev. EASE does not come with an editor, just with the execution engine.

In EASE you can safely use any exported class from an eclipse plugin. Simply use the full qualified path or import the package. There is even a Platform module that has an easy getService() method for your convenience.

With the brand new JVM module (available on nightly) you may also create instances of java classes from your workspace. You may create instances of such java files without the need to deploy and install them as plugins.

... sorry I started to brag here :)

Christian

On 29.06.2015 23:46, Janos Binder wrote:
Hi Jay,

thanks, we will have a look another look on it. If we manage to import Eclipse OSGi classes, we would like to integrate it to OpenChrom to import our OSGi classes.

Anyway my solution can only execute Jython scripts. So far we used the built in eclipse standard text editor, which is not the best tool for scripting. So for that we would definitely need EASE :-)

Best wishes,

Janos
~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Janos Binder » Software developer » ph +49 (0) 40 428 38 - 3140 » janos.binder@xxxxxxxxxxxxx » Lablicate UG (haftungsbeschränkt) » Martin-Luther-King-Platz 6, 20146 Hamburg » Germany

Lablicate UG (haftungsbeschränkt), Amtsgericht Hamburg, HRB 129018, USt-IdNr.: DE291156854
Geschäftsführer: Dr. Philip Wenig, Dr. Andreas Klingberg

The information contained in the email may be private and confidential. If you are not the intended recipient(s) or have otherwise received this email in error, please delete the email and inform the sender as soon as possible. This email may not be disclosed, used or copied by anyone other than the intended recipient(s) Any opinions, statements or comments contained in this email are not necessarily those of Lablicate UG. If you wish clarification of any matter, please request confirmation in writing.
~~~~~~~~~~~~~~~~~~~~~~~~

On 29 Jun 2015, at 21:55, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:

Everyone,

Here's a screenshot of EASE and Jython running in Eclipse ICE. It is creating a new MOOSE job to launch.

Jay

---------- Forwarded message ----------
From: "kaspergam" <kaspergam@xxxxxxxxxxxxx>
Date: Jun 29, 2015 3:39 PM
Subject: ICE EASE integration picture
To: "Jay Jay Billings" <jayjaybillings@xxxxxxxxx>
Cc:


<ice_jython_moose.png>_______________________________________________
science-iwg mailing list
science-iwg@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/science-iwg



_______________________________________________
science-iwg mailing list
science-iwg@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/science-iwg


Back to the top