Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 966 Bytes

007-UsingDesigner.md

File metadata and controls

9 lines (5 loc) · 966 Bytes

Using Apama Plugin for Eclipse

While blocks may be written in any text editor, Apama Plugin for Eclipse provides syntax highlighting, completion proposals and error reporting. So that Designer can provide completion proposals, it needs to be configured with the location of the block SDK. You can do this with the analytics_builder configure designer command line, which should be run from an Apama Command Prompt window.

After the configure designer command has run, close Eclipse if it is already running and then start it. Create an Apama project within Designer, and add the Analytics Builder (Support for building blocks) bundle.

While it is possible to run the correlator from within Apama Plugin for Eclipse, it is recommended to use the included PySys test framework for executing blocks. See Testing blocks.

< Prev: Introduction | Contents | Next: Basic blocks >