Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This document outlines the work that is underway to extend the Eclipse Web Tools Platform so that it can offer support for JBI components.   In order to understand a little about the process we'll walk through the steps involved in added adding a new module type,   creating a server definition and then ultimately adding the a new project type and deployables.

Its It is a work in progress,   but hopefully by seeing the process of adding the extension we help feed innovation around WTP and JBI.

OK.. Lets start at the begining, we will basically create three plug-in projects,   these will be for the server definition,   the UI components of JBI and the JBI core components (which will cover creating deployables).

We will start in the UI project,   and do our first big step: we will declare a new type of module.   In our case this will be a jst.jbi.component (though obviously we could create a new module type for other things ie a BPEL module).

...