Previous Next vertical dots separating previous/next from contents/index/pdf

AppXRay Validation

The Application Database, AppXRay, analyzes the JSP pages, Java source files, resource bundles, and web configuration files and uses this information to build a database of the relationships between these artifacts. The BEA Workshop Studio group of products then use the information stored in AppXRay to provide validation and consistency checking across all layers of the application. 

Project level validation properties

To set project-level validation properties, click Project > Properties and expand Validation - AppXRay.

File level validation properties

The BEA Workshop Studio group of products also provide the same level of validation control for a single source file. In this case, you insert JSP comments containing the validation property to disable/enable. These comments can be placed anywhere within the source code and the IDE will enforce these properties for the single file. The following table defines the validation properties for a single file.

Validation Property Definition
<%--<nitrox:set-property property="validation.missingFile" value="true"/> --%> Controls validation for missing files. The default value of true will complain about missing files.
<%--<nitrox:set-property property="validation.unresolvedVar" value="false"/> --%> Controls validation for unresolved variables. The default value of false will not complain about unresolved variables.
<%--<nitrox:set-property property="validation.compile" value="true" />--%> Controls scriptlet compilation. The default value of true enables scriptlet compilation on the page.
<%--<nitrox:set-property property="validation" value="true"/> --%>
Controls all validation in the IDE. The default value of true enables validation.

Related tasks

Working with web pages

Related reference

The Workshop Perspective

 

Skip navigation bar   Back to Top