| At line 9 changed 1 line. |
| ;JBI Component Editor: Once project is created, a multi-view graphical editor will aid in the configuration and installation of a JBI component. |
| ;JBI Component Console: Once project is created, a multi-view graphical editor will aid in the configuration and installation of a JBI component. |
| At line 11 changed 1 line. |
| ;CDK Netbeans Plugin (NBP) - Coming Soon!: A Netbeans plugin to create a JBI component using a detailed graphical wizard. |
| ;CDK Netbeans Plugin (NBP) - Coming Soon!: A Netbeans plugin to create a JBI component using a detailed graphical wizard. An example of what could be done can be found at [CDK NetBeans Project Plugin|http://blogs.sun.com/toxophily/entry/open_esb_tip_netbeans_plug] |
| At line 13 added 3 lines. |
| !! [CDK Concepts Wiki|CDK.Concepts] |
| Be sure to check out the [CDK Component Developer's Concept wiki|CDK.Concepts] for explanations of the various JBI and CDK concepts, design decisions, and helpful tips. |
| At line 17 added 5 lines. |
| ! CDK Links |
| * [JBIC Console|CDK.JbicConsole] |
| * [Component Creation Wizard|CDK.Wizard] |
| * [JBIC Syntax|CDK.JbicSyntax] |
| * [CDK Plan|CDK.Plan] |
| At line 39 changed 1 line. |
| %%tab-JBIComponentEditor |
| %%tab-JBIComponentConsole |
| At line 44 changed 1 line. |
| Some of the proposed views are similar if not identical to the steps in the [component creation wizard|ComponentToolkit.WizardStoryboard]. |
| More information can be found on the [JBIC Console wiki|CDK.JbicConsole]. |
| At line 46 removed 1 line. |
| | Source | The ubiquitious source view, showing the underlying .jbi file. |
| At line 48 changed 2 lines. |
| | Interfaces | List of component's implementations of JBI and [CompTK|ComponentToolkit] interfaces. |
| | Dependencies | User manages jars used by the component. Maps to bootstrap and runtime classpaths in component descriptor. |
| | Component | JBI component configuration. |
| | Poms | Tabs for each Maven module in the JBIC project. |
| | Source | The ubiquitious source view, showing the underlying xml file of the current view. |
| At line 56 changed 1 line. |
| !! Requirements coming soon! |
| !! Acquire the CDK Distribution |
| To use the CDK Command-Line Interface, you must first download the latest [CDK Distribution|https://open-jbi-components.dev.java.net/source/browse/*checkout*/open-jbi-components/jbi-cdk/comptk/comp-dev-kit-1.0.zip]. |
| At line 67 added 13 lines. |
| !! Creating a JBI Component Project |
| * Extract the contents and navigate to the CDK distribution directory. |
| * Type the command: ant create |
| !! Viewing a JBI Component Project |
| * Extract the contents and navigate to the CDK distribution directory. |
| * Type the command: ant open |
| ** A graphical file chooser will appear: select an existing project's .jbic or, for OJC Core components, the top-level pom.xml. |
| ** Optional: To bypass the file chooser, add the following parameter pointing to the project's .jbic or pom.xml: -Dproject.name=path-to-jbic-or-pom-file |
| !! Existing JBIC Projects CLI |
| To open an existing JBIC project, navigate to the project root and type the command: ant create |