Business Console 10.7 | webMethods Business Console Documentation | Developing Gadgets for Business Console | Getting Started | Creating your First HelloWorld Gadget | Creating HelloWorld Gadget
 
Creating HelloWorld Gadget
*To create a new gadget in an application project
1. Select the UI Development perspective in Designer .
2. In Solutions view, expand User Interfaces, right-click on MyPortletAppProject project where you want to create a new gadget, and select New Business Console Gadget.
3. In the New Business Console Gadget wizard, provide the following specification for the new gadget. The New Business Console Gadget wizard creates the configuration files and definition file for the new gadget.
Field
Specify
Gadget Type
AngularJS
Gadget Root Directory
gadgets.
Note:
The gadgets directory will be created directly under MyPortletAppProject project, and will hold the gadget files.
Gadget Name
HelloWorld
Gadget Title
HelloWorld!
Description
My First Gadget
Gadget Group Name
MyGadgets
4. Click Next.
5. Click Finish.