On this page: Target audience: Users of the extension providing JEE analysis support. |
Summary: This document provides information about the extension providing JEE analysis support. |
This extension provides support for JEE.
Please see the following pages for information about new features/changes, fixed bugs, changes that will impact results etc.:
Please also see JEE Analyzer - Technology support notes for additional information. |
Language / Framework | Supported | Supported Versions | |
---|---|---|---|
Java JDK |
| ||
Presentation layer frameworks
| Java Server Faces (JSF) |
This includes the support of the following third-party JSF libraries:
| |
JSP |
JSPX documents (JSP in XML format) are not supported. | ||
Apache Struts |
| ||
Struts Validator |
| ||
STXX |
| ||
Persistence layer frameworks | Hibernate |
| |
JPA |
| ||
EJB |
| ||
Other frameworks | Spring IoC |
| |
WSDL |
| ||
CDI |
| ||
Spring Batch | - |
Function Points (transactions) | Quality and Sizing |
---|---|
CAST AIP release | Supported |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x |
This extension is compatible with the following DBMS servers:
CAST AIP release | CSS2 | Oracle | Microsoft |
---|---|---|---|
All supported releases |
An installation of any compatible release of CAST AIP (see table above) |
The following section lists any third-party software that may be required to successfully deliver source code and run an analysis with the JEE Analyzer extension:
Install on workstation running DMT | Install on workstation running CMS | |
---|---|---|
Nothing required
| Nothing required |
Some CAST AIP extensions require the presence of other CAST AIP extensions in order to function correctly. The JEE Analyzer extension requires that the following other CAST AIP extensions are also installed:
Note that when using the CAST Extension Downloader to download the extension and the Manage Extensions interface in CAST Server Manager to install the extension, any dependent extensions are automatically downloaded and installed for you. You do not need to do anything. |
Please see:
Please see: JEE Analyzer - Application qualification specifics
Please see: JEE Analyzer - Packaging, delivering and analyzing your source code and all child pages:
Please see: JEE Analyzer - Analysis results
See also JEE Analyzer - Technology support notes. |
When calculating a snapshot for applicationusing JSE 5.0, the Quality Rule "Avoid static field of type collection (7562)" does not list as "Very High Risk Objects" classes that are or inherit from a Generic collection. The Quality Rule lists only the non generic form of collections. For example static attributes of type java.util.Collection<E> will not be reported as a violation.
Situation:
Symptoms: The JPA entity is not listed as a "Very High Risk" object in the results.
When Java Methods are defined inside a JSP file, no link bookmarks are generated (bookmarks can be seen in CAST Enlighten or in the Dynamic Link Manager). Example of a Java Method defined in a JSP file:
<%@ page language="Java" %> <%! public void myMethod(String message) { System.out.println(message); } %> |