How can I validate that there are no basic errors in my code? To perform checks that do not take project logic into account, use Project > Validate Project (or right-click on a project name, and use the same named option).
What if there are problems in my code? You can debug it. TIBCO BusinessEvents builds on the Eclipse debugger features to provide additional checks. Developers familiar with the Eclipse debugger will find it intuitive to use.
How can I analyze that the logic of my project is OK? For this kind of checking you use Project Analyzer or the Element Diagram or both. They work together to provide insights into your project. Project Analyzer is a document generated in the Problems view area. Element Diagram provides a visualization of the whole project or of selected project elements. It also shows all dependencies in a project. Project Analyzer and Element Diagram can be configured to run separately or together, using preferences.
How can I visualize different aspects of a project? TIBCO BusinessEvents provides diagrams similar to UML sequence diagrams, class diagrams, and dependency diagrams. They are modified a little from the strict UML to be more useful in the context of TIBCO BusinessEvents Monitoring and Management.