Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] Create a host/connection without user interaction

Hello Christian,

see the EclipseCon 07 tutorial. It includes sample code
for exactly that. Available from the TM homepage under
"Events", or directly:

http://www.eclipsecon.org/2007/index.php?page=sub/&id=3651

Get the slides & examples from the "Presentation File"
link on top.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 

> -----Original Message-----
> From: dsdp-tm-dev-bounces@xxxxxxxxxxx 
> [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of 
> Christian Hohmann
> Sent: Thursday, January 10, 2008 5:20 PM
> To: Target Management developer discussions
> Subject: [dsdp-tm-dev] Create a host/connection without user 
> interaction 
> 
> Hi,
> 
> I worked on an RSE subsystem extension for a webservice-based 
> filesystem. Well, I think I got it (with the help of this 
> list) and it 
> works fine.
> What a great plugin!
> 
> To integrate the RSE Plugin into an Eclipse-RichClientApplication, I 
> want to open the RemoteSystemExplorer View and add a new connection 
> without any user interaction needed. So this should be done 
> direct in my 
> sourcecode. I found the Activator of the 
> org.eclipse.rse.ui.RSEUIPlugin 
> that will open the window.
> 
> In the package org.eclipse.rse.ui.internal.model I discovered also a 
> method SystemRegistry.createHost().
> I guess this would create a new Host with a connection such 
> as I need it.
> But I can't take this way because of access restrictions on the 
> ISystemRegistry Interface. Well, I guess there is a reason why I 
> shouldn't use this way, so how can I create a new 
> Host/connection direct 
> out of sourcecode?
> 
> I hope you can give me a hint
> 
> Christian
> 
> -------------------------------------------------------------------
> 
> Christian Hohmann
> SW - Engineer
> 
> Forschungszentrum Jülich GmbH
> Jülich Supercomputing Centre (JSC)
> Distributed Systems and Grid Computing Division
> -------------------------------------------------------------------
> 
> 
> 
> 
> -------------------------------------------------------------------
> -------------------------------------------------------------------
> Forschungszentrum Jülich GmbH
> 52425 Jülich
> 
> Sitz der Gesellschaft: Jülich
> Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498
> Vorsitzende des Aufsichtsrats: MinDir'in Bärbel Brumme-Bothe
> Geschäftsführung: Prof. Dr. Achim Bachem (Vorsitzender),
> Dr. Ulrich Krafft (stellv. Vorsitzender), Dr. Sebastian M. Schmidt
> -------------------------------------------------------------------
> -------------------------------------------------------------------
> _______________________________________________
> dsdp-tm-dev mailing list
> dsdp-tm-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
> 


Back to the top