Skip to main content

Getting Started with Target Management

The Target Management project creates data models and frameworks to configure and manage remote systems, their connections, and their services.

Our first deliverable is the Remote System Explorer (RSE), a framework and toolkit in Eclipse Workbench, that allows you to connect and work with a variety of remote systems, including

  • remote file systems through SSH, FTP or dstore agents (seamless editing of remote files including remote search and compare),
  • remote shell access (compiling with error navigation),
  • remote process handling through dstore agents,
  • and remote debugging through CDT / gdb / gdbserver.

Besides that, we are working on flexible, re-usable components for Networking and Target Management that run integrated or without RSE. The following are available from the TM 3.0 download pages already:

  • An ANSI / vt102 compatible Terminal widget with pluggable Serial, ssh and Telnet connectors (requires Platform now but can be ported to RCP / J2ME)
  • Apache Commons Net re-bundled for Eclipse to support FTP, rlogin, telnet and other standard protocols (requires J2SE-1.2 only)

TM downloads are available from our download site. The best resource for programmers to get started with the framework is the EclipseCon 2008 Tutorial (includes sample code), which is based on TM 3.0M5. Another Tutorial is available as part of the ISV documentation, and an FAQ is available on the project Wiki.

Our plans beyond TM 3.0 are available from the Target Management Project Plan and our Use Cases Document, which covers all areas of interest to us.

For more information, see the

Back to the top