Table of contents
No headersThe Netbeans IDE is one of the most popular IDEs for Java developers. The IDE supports external plugins to aid developers with specific tasks. This task is to create a plugin for the Netbeans IDE which allows for easy integration of Dapp content within an application (Java or otherwise). The minimum requirements are:
- Fully functional plugin that can be installed and is usable inside Netbeans.
- Generates stub code that fetches the XML of a Dapp and provides useful interfaces to that XML (DOM object, data structure, XPath object, etc.).
- An interface to allow you to configure the stub code before it gets generated. This interface should obtain the following information: dappName, applyToUrl or variable inputs, login credentials if necessary, and anything else to running the Dapp.
Additional options to improve the plugin:
- Create a GUI for searching for Dapps (using the Dapp Search Web Service) and embedding them into an application.
- Integrate the white labled Dapp Factory (we'll help you on our end) using a Netbeans branded experience.