Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] FW: [Bug 252239] Common Servers Views

Hi all,

FYI there is currently some discussion about providing a 
single centralized view to show remote resources ("servers")
from both WTP and DTP.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=252239  

I'm following that discussion to see whether it might also
make sense to contribute RSE content to that view. Note
that this is just about displaying content from multiple
sources in one view (similar to Project Explorer), it is
not about changing any API or internals of how the contributors
do their work.

See below for an issue particularly relevant for RSE content.
I encourage interested parties to follow the discussion on
that bug.

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: bugzilla-daemon@xxxxxxxxxxx [mailto:bugzilla-daemon@xxxxxxxxxxx] 
Sent: Tuesday, October 28, 2008 11:11 PM
To: Oberhuber, Martin
Subject: [Bug 252239] Common Servers Views

https://bugs.eclipse.org/bugs/show_bug.cgi?id=252239  
Product/Component: WTP ServerTools / wst.server




--- Comment #21 from Brian Fitzpatrick <brianf@xxxxxxxxxx>  2008-10-28
18:10:59 -0400 ---
(In reply to comment #11)
> (2) The "Systems View" (RSE Tree) which we currently use has a
capability of
>     showing the SAME remote object under MULTIPLE nodes in the tree,
provided
>     that the object matches multiple filters:
>          Server Foo
>            + Subsystem Files
>                + Filter "My Home"
>                     + someFile.txt
>                + Filter "/home/user"
>                     + someFile.txt
>     this capability has caused us some headaches in the past, since a
Refresh 
>     on someFile.txt (e.g. deleting it or renaming it) requires
refreshing
>     ALL filters that display it. We've had several issues with that,
related
>     to the SWT TreeViewer's elementMap and more. 
>     Do you guys think that the Common Navigator Framework will allow
us to
>     provide such dupliate contents, or will we likely hit some
roadblocks 
>     with this?

Martin, I don't believe I've ever tried this in the CNF, but that
doesn't mean
it can't be done, just that I don't think I've ever seen it done. The
idea that
a downstream object is shared would have to be handled by the content
provider
through some sort of listener interface I'd guess, but I don't know how
that
would all work.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Back to the top