Each component in a composite application has a set of preferences that can be add/edited in the Composite Application editor in the Advanced Properties dialog box. You can make your components "data driven" using this model. Here is the code snippet to get at these preferences: TopologyHandler th ...
This topic shows how to access and use the advanced properties of a component. There is also a number of advanced properties and in order to use these properties in an Eclipse component you will need to use the Topology Handler. The Topology Handler Using the topology handler you can access a lot ...