Previous Topic: Generating and Building the Project Entity

Next Topic: Checking for Errors

CA Plex Feature: Native Platform Implementation

CA Plex provides a complete environment for generating and compiling across all supported platforms. For Windows implementations, you can see how it seamlessly integrates with Microsoft Visual Studio.

CA Plex generates native C++ that is based on Microsoft Foundation Classes (MFC), a robust, industry standard C++ class library. Each function in the model is implemented as a Windows DLL.

If we chose to implement our application in Java, CA Plex would generate 100% pure Java code based on Sun’s Java 2 platform. Similarly, we could also implement the application on the IBM System i by generating native RPG and DDS code.