Eclipse Plug-in Development Environment (I)

24 January 2008

The Eclipse Plug-in Development Environment (PDE) provides a set of tools that assist the developer in every stage of plug-in development from genesis to deployment. The Plug-in Development Environment (PDE) is freely distributed as part of the Eclipse SDK, and serves as a good example of an Eclipse-based IDE tool.

In PDE, each plug-in under development is represented by a single Java project. Plug-in projects have certain unique characteristics that make them what they are; for example, each has a plug-in descriptor (a manifest and/or a plugin.xml file), a dynamic classpath based on dependencies specified in the descriptor, special builders, and other configuration properties. PDE provides a plug-in creation wizard that creates plug-in projects populated with the required essentials.

PDE comes with a special multi-page editor that makes plug-in development easier. The Plug-in Manifest Editor actually spans three files—the bundle manifest (META-INF/MANIFEST.MF), plugin.xml, and build.properties. It allows you to edit all properties necessary to describe a plug-ins basic run-time requirements, dependencies, extensions, extension points, and so on.

Do read the next post on this one.

del.icio.us:Eclipse Plug-in Development Environment (I)  digg:Eclipse Plug-in Development Environment (I)  spurl:Eclipse Plug-in Development Environment (I)  wists:Eclipse Plug-in Development Environment (I)  simpy:Eclipse Plug-in Development Environment (I)  newsvine:Eclipse Plug-in Development Environment (I)  blinklist:Eclipse Plug-in Development Environment (I)  furl:Eclipse Plug-in Development Environment (I)  reddit:Eclipse Plug-in Development Environment (I)  fark:Eclipse Plug-in Development Environment (I)  blogmarks:Eclipse Plug-in Development Environment (I)  Y!:Eclipse Plug-in Development Environment (I)  smarking:Eclipse Plug-in Development Environment (I)  magnolia:Eclipse Plug-in Development Environment (I)  segnalo:Eclipse Plug-in Development Environment (I)  gifttagging:Eclipse Plug-in Development Environment (I)

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Eclipse Plug-in Development Environment (I)

Leave a Reply