Summary: This document provides basic information about the extension providing MongoDB, Marklogic and Couchbase support for the JEE analyzer. |
Please see NoSQL for Java - 1.0 - Release Notes for more information.
The NoSQL for Java provides support for MongoDB, Marklogic and Couchbase for the JEE analyzer.
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:
DBMS | Supported |
---|---|
CSS | |
Oracle | |
Microsoft SQL Server |
An installation of any compatible release of CAST AIP (see table above) |
Please see:
The latest release status of this extension can be seen when downloading it from the CAST Extend server. |
Once the analysis/snapshot generation has completed, you can view the results in the normal manner (for example via CAST Enlighten) - click to enlarge:
You can also use the CAST Management Studio option View Analysis Unit Content to see the objects that have been created following the analysis:
The following objects are displayed in CAST Enlighten:
Icon | Description |
---|---|
Java MongoDB connection | |
Java MongoDB database | |
Java MongoDB collection | |
Java unknown MongoDB database | |
Java unknown MongoDB collection | |
Java MarkLogic database | |
Java MarkLogic collection | |
Java unknown MarkLogic database | |
Java unknown MarkLogic collection | |
Java Couchbase connection | |
Java Couchbase database | |
Java Couchbase collection | |
Java unknown Couchbase connection | |
Java unknown Couchbase database | |
Java unknown Couchbase collection |
Note that:
|
Links are created for transaction and function point needs.
Link type | When is this created? |
---|---|
parentLink | The connection is the parent of database which is the parent of a collection. Connection's parent is the caller's project. |
useLink | Between the caller Java objects and connections, databases or collections. |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a database or a collection. |
Link type | When is this created? |
---|---|
parentLink | The database is the parent of a collection. Database's parent is the caller's project. |
useLink | Between the caller Java objects and a database or a collection. |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a database or a collection. |
Link type | When is this created? |
---|---|
parentLink | The connection is the parent of database which is the parent of a collection. Connection's parent is the caller's project. |
useLink | Between the caller Java objects and connections, databases or collections. |
useSelectLink useUpdateLink useDeleteLink useInsertLink | Between the caller Java object and a database or a collection. |