Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [geclipse-dev] g-eclipse RCP

Hi Angelo,

Good to hear that there is progress though I was not of great help up to now ;-)

Yeah, indeed we could have provided more insights into the "How to implement this or that" stuff, unfortunately we were so busy wish circumnavigating the gLite-shoals that we did not find the time to do so :(

Anyways, some suggestions I can give are:

1) Have a look at the developer guide that comes with g-Eclipse which also contains a section about the job management stuff. Alternatively the guide can also be found here: http://www.g-eclipse.eu/documentation/index.jsp?nav=/0

2) Look at the sources of one of the middleware implementations of g-Eclipse which are available from our CVS.

3) We should already have a more comprehensive documentation ready but as I just saw this one is not yet made public. Ariel, Harald or somebody else from the team, could you please take care that the public Deliverables - especially the documentation parts - do finally appear on our web page?! That would be very helpful and important! Or was I just dump enough to not find them?

4) If there are more specific problems or if the other three points do not help too much feel free to reply again on this list :)

Cheers, Mathias


-----Ursprüngliche Nachricht-----
Von: geclipse-dev-bounces@xxxxxxxxxxx im Auftrag von Angelo Stramieri
Gesendet: Do 23.04.2009 14:09
An: Developer mailing list
Betreff: Re: [geclipse-dev] g-eclipse RCP
 
Thanks for your response, Mathias.

Anyhow, I have already created some simple RCPs (I followed this great 
book 
<http://www.amazon.com/Eclipse-Rich-Client-Platform-Applications/dp/0321334612>), 
so my real problem is to find some tutorials.
For example, reading this pdf 
<http://www.geclipse.org/fileadmin/Documents/Guides/CreatingBundleUsingEclipse.pdf> 
(page 6), now I'm able to list all the services that belong to my VO.
And if i wanted to submit a simple job which could be the basic steps 
(i.e. required code) ?
The API reference 
<http://www.g-eclipse.eu/documentation/index.jsp?topic=/eu.geclipse.doc.isv/html/api_reference/index.html> 
provide me all informations, but I need something like a "getting 
started" :).

Any suggestion ?

Thanks, kind regards, A.S.



Stuempert, Mathias IWR ha scritto:
> Hi Angelo,
>
> There is really no magic about creating a RCP with g-Eclipse. The procedure is exactly the same as for creating any other RCP. Basically you are creating a new RCP plug-in with the corresponding New Wizard in Eclipse:
>
> 1) File -> New -> Project
> 2) Plug-in Project -> Next
> 3) Name your project and make sure to select Eclipse as target platform -> Next
> 4) Make sure to select "Yes" in the "Rich Client Application" section of the next wizard page -> Next
> 5) Select one of the templates from the last wizard page -> Finish
>
> Then you have to add all the required dependencies to this plug-in, i.e. the g-Eclipse plug-ins you intend to use. Additionally you of course have to set up the UI according to your needs, i.e. the perspective(s), view(s) etc. Now you're ready to implement everything that comes to your mind within your RCP Plug-in. After the development has come to a testable state you might export your RCP project as "Eclipse product". This is done from the corresponding wizard:
>
> 1) Right-click your RCP-project and select "Export"
> 2) Select Plug-in Development -> Eclipse product -> Next
> 3) The crucial thing here is the product configuration file that you have to create. Don't know from scratch how this is done though I did it in the past ... I leave this open as a last challenge for you ;-)
>
> Finally you will end up with an exported Eclipse RCP which basically has the same directory structure as Eclipse itself. So there also should be an executable that launches your RCP. The name of the executable defaults to Eclipse but can be configured using the product configuration as many other things as well.
>
> Hope that helps, good luck!
>
> Mathias
>
>
> -----Original Message-----
> From: geclipse-dev-bounces@xxxxxxxxxxx on behalf of Angelo Stramieri
> Sent: Thu 4/16/2009 4:41 PM
> To: geclipse-dev@xxxxxxxxxxx
> Subject: [geclipse-dev] g-eclipse RCP
>  
> Hi all
>
> A few weeks ago I started to work with g-Eclipse and in particular with 
> the IE plugins (eu.geclipse.instrumentation & 
> eu.geclipse.instrumentation) in order to access to remote instruments.
> Now I would like to create (for an internal use) a minimalistic 
> stand-alone g-eclipse RCP with all the required plugins to 1) 
> access/control the IE instruments and  2) store data on SE.
>
> Can someone give me some advice about doing it ?
>
> Thanks, best regards
> A.S.
>
>
>
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev
>
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev
>
>
>   




Back to the top