| 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 61 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 |