[
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,
Mathias already answered your question but i wanted to stress the
following:
> I want like to know where in the local and UI filesystems does geclipse
> saves resources that are needed, like the jobs that it has the jdl
> (jsdl) of every job etc. Does geclispe store them n UI or locally?
Are you thinking gLite User Interface here?
g-Eclipse does NOT make use of any "UI", it runs on your desktop/laptop and
accesses the different services (gLite, Amazon, etc) directly using pure
java code all of it included in the g-Eclipse packages. No need for
external dependencies/libraries.
Another remark: if you do not work from a single computer but want to run
gEclipse from 2 or more different computers, but keeping your resources
like JSDL files etc, you will have to synchronize your workspace or you
can upload your projects to a CVS repository for instance.
Cheers, Ariel