|
This is a plugin for Rich Internet Application development with Canoo's ULC (Ultra Light Client) Java library. It provides Run/Debug integration for ULC applications and a ULC library wizard.
The same way you launch the main method of a Java class, you can now launch/debug an IApplication instance.
Simply right-click on the class, choose 'Run' or 'Debug' from the menu and the class will be launched through
the ULC Development Runner. Through the context menu, you can also create configurations, save configurations, etc.
Your configurations can also be created, deleted, and modified through a separate ULC Configuration tab which
is part of the Run/Debug Configurations view. In addition, it allows you to conveniently configure your settings
which will be used by the ULC Development Runner.
The ULC Library Wizard allows you to create a global library which contains all classes, sources, and Javadocs
needed for development of ULC applications. You can also update an existing global ULC library with a new version of ULC.
The wizard is integrated in the Settings view.
In order to use the Run/Debug functionality of this Plugin, you must either have the ulc-base-development.jar on your classpath or you must generate a ULC library using the included wizard and add the library to your module/project.
When running the ULC library wizard (integrated into the ULC Plugin Settings), optionally, you can choose to have the generated library being added to a given module of your current project.
- Integration of the ULC Development Runner in context menu and Run/Debug Configurations view.
- Wizard to create global ULC library including classes, sources, and Javadocs.
Please see the topic CanooULCPluginDev, any feedback is welcome
- Download the ULC Plugin through IDEA's Plugin Manager
or...
- Download the binary ulcIntegration.jar file (see below)
- Copy ulcIntegration.jar to your IntelliJ/plugins directory.
- Restart IntelliJ
Related Topics: PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- EtienneStuder - 15 Nov 2004
|
|