Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Common Navigator Framework Use Cases

Revision as of 14:41, 30 May 2008 by Francisu.ieee.org (Talk | contribs) (New page: The Common Navigator Framework (CNF) can be used both within the IDE (it's the Package Explorer) and in RCP applications. In order to provide the best support for the 3.5 release, we woul...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Common Navigator Framework (CNF) can be used both within the IDE (it's the Package Explorer) and in RCP applications.

In order to provide the best support for the 3.5 release, we would like to understand the current and desired uses of the CNF, so please update this page and include them here.

Use within the IDE

RCP - With Resources

Data Mapper - This RCP application uses the CNF with resources to manage data structure definitions, map definitions and other objects. The resources can exist in the local file system, or using EFS in a zip file or plugin. There is a set of model objects representing the structures, maps, etc and these are managed by an internal dependency manager so that changes in the resources (through the CNF) cause the model objects to be updated.


RCP - Not Using Resources

Back to the top