[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [geclipse-dev] geclipse file system resources, local and ui
|
Hi Kostas,
> > In fact you can use gEclipse as an API (java) and you can completely
> > forget
> > about the UI. So you could "script" (ie, program) on top of the
> > gEclipse API... you could write an interpreter that converts your
> > script-code to java method calls over gEclipse ;-)
>
> I am interesting in this. Could you tell me which are the minimal core
> plugins (without the views, etc) that can give the geclipse
> functionality? Do they have dependencies over native plugins?
There is a "core" part itself consisting of non-UI and UI plugins, and then
several middleware specific "features" (in the Eclipse sense) which we
also devide in UI/non-UI where it makes sense.
So for having GLite support without UI you would need something like
(with "eu.geclipse." as prefix everywhere)
.core.reporting
.core
.core.filesystem
.core.jobs
.info
.jsdl.model
.jsdl
.globus
.efs.gridftp / .srm for data management
.glite
.glite.info
.voms
and the libs org.globus, org.bouncycastle, org.glite . But don't take the
list up to the word... ;-) And yes, they have dependencies on the Eclipse
plugins. But not much either, a few org.eclipse.core* plogins, a couple of
EMF plugins and then some extra libs (log4j, wsdl, ...)
Cheers, Ariel