what's new in corticon - progress® software documentation · pdf filea ddc data...

26
What's New in Corticon

Upload: dinhkhue

Post on 21-Mar-2018

217 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

What's New in Corticon

Page 2: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional
Page 3: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

1What’s new and changed in Corticon 5.3.3

This chapter summarizes the new, enhanced, and changed features in Progress® Corticon® 5.3.3.Service Pack 3 includes the changes that were released in Service Packs 1 and 2. When youupdate from 5.3.0 or an earlier Service pack, all sets of Service Pack changes will be applied.

This Corticon release coordinates with other Progress Software releases:

• Progress OpenEdge is available as a database connection.You can read from and write to anOpenEdge database from Corticon Decision Services.This feature is distinct from the integrationof Business Rules from Corticon with an OpenEdge application, introduced in Corticon 5.3.2.OpenEdge is a separately licensed Progress Software product.

• Progress DataDirect Cloud (DDC) enables simple, fast connections to cloud data regardlessof source. In the Corticon 5.3.3 release, to cloud data sources such as Rollbase andSalesForce.com are available. DataDirect Cloud is a separately licensed Progress Softwareproduct.

For details, see the following topics:

• Enhancements to the Enterprise Data Connector in 5.3.3

• Enhancements to Rule Modeling in Studio 5.3.3

• Enhancements to Corticon Servers and Deployments in 5.3.3

3Progress Corticon: What's New in Corticon: Version 5.3.3

Page 4: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Enhancements to the Enterprise Data Connector in5.3.3

Several improvements were made to EDC in Corticon 5.3.3. Significant items include:

• Connection to Progress OpenEdge -- You can now configure Corticon to read from and writeto OpenEdge database tables. Corticon's EDC connects directly to the database through thebundled Data Direct JDBC driver.You can map a Corticon vocabulary to an existing OpenEdgedatabase schema or create/update an OpenEdge schema from Corticon to match a Corticonvocabulary.You can extract database metadata and lookup enumerations from the database.See the Progress Software web page Progress Corticon 5.3 - Supported Platforms Matrix formore information.

• Connection to DataDirect Cloud (DDC) -- You can now configure Corticon to use data sourcesthat are accessed through DDC using the bundled DDC JDBC driver. DDC provides access tomany data sources. In this release Corticon supports the Salesforce, and Progress Rollbasedata sources.

When connecting to a DDC data source you must have both a DDC account and an accountfor the targeted data source. For example if accessing Salesforce you must have a Salesforceaccount and have that account configured in DDC.You would then use your DDC account toaccess Salesforce via Corticon's EDC feature.

When accessing a DDC datasource with Corticon's EDC you can easily read and write todatabase tables from within your Corticon rules as you would any other database. When usinga DDC data source you define your vocabulary in Corticon, and then map it to tables and fieldsdefined in the data source's schema.

With all DDC data sources there are some restrictions on EDC functionality. In this releasethere is no support for EDC's create/update schema feature, read-only access, or transactions.The lack of transaction support in DDC means you must have TransactionMode=ignorein the database URL specified for connecting to DDC. Corticon will add this by default.

See the Corticon EDC documentation for individual data sources for additional notes on usingthe data source.

For more details on Corticon supported datasources, see the Progress Software web pageProgress Corticon 5.3 - Supported Platforms Matrix. .

For more information, see the topic "Features in supported database brands" in the CorticonTutorial: Using the Enterprise Data Connector (EDC).

Enhancements to Rule Modeling in Studio 5.3.3Several improvements were made to the user interface in Corticon Studio and Corticon Studio forAnalysts. Significant items include:

• Ruletest Scroll Lock - On Ruletests, you can choose to have all the columns scroll together.

To turn the feature on and off, click on the Scroll Lock button in the Ruletest toolbar oron the testsheet pop-up menu. For more information, see the topic "Context-sensitive right-click

Progress Corticon: What's New in Corticon: Version 5.3.34

Chapter 1: What’s new and changed in Corticon 5.3.3

Page 5: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

pop-up menus" and the Ruletest menu commands in the Corticon Studio: Quick ReferenceGuide.

• Unattended (silent) installs of Studio - If you want to perform unattended installations, seethe topic Performing Silent Installations for detailed instructions on creating and using responsefiles to perform silent installations.

Enhancements to Corticon Servers and Deploymentsin 5.3.3

Several improvements were made to the Java and .NET servers in Corticon 5.3.3. Significant itemsinclude:

• Properties to restrict logging of messages -- There are settings that restrict each of the threetypes of Rule Messages (info, warning, and violation) from being posted to the output of anexecution. The default value for each of the properties is false -- that message type is notrestricted. The properties can be set as follows to restrict message types:

com.corticon.server.restrict.rulemessages.info=truecom.corticon.server.restrict.rulemessages.warning=truecom.corticon.server.restrict.rulemessages.violation=true

As with other properties, Corticon Studio property settings are specified as overrides in abrms.properties file, while Corticon Server properties files are in theCcServer.properties file within the appropriate CcConfig.jar.

For more information, see the topic "Configuring Corticon properties and settings" section ofthe Integration and Deployment Guide.

• Array support for .NET object associations -- When embedding Corticon within a .NETprocess, you can now use arrays with object associations. An example of usage is privateObjectB[] myAsociationToObjectBs. For more information, see the topic "Using .NETBusiness Objects as payload for Decision Services" section of the guide Deploying Web Serviceswith .NET.

• Enhanced documentation on effective timestamp and versioning -- The documentationon this topic has been revised and updated. It now includes a discussion of differences betweentest Decision Service and a production (live) Decision Service. For more information, see thetopics under "Decision Service versioning and effective dating" in the Integration and DeploymentGuide.

• Link to information on installing the server on other application servers and otherplatforms -- See the Corticon KnowledgeBase entry Corticon Server 5.X sample EAR/WARinstallation for different Application Servers for detailed instructions on configuring ApacheTomcat, JBoss, WebSphere, WebLogic on all supported platforms.

5Progress Corticon: What's New in Corticon: Version 5.3.3

Enhancements to Corticon Servers and Deployments in 5.3.3

Page 6: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Progress Corticon: What's New in Corticon: Version 5.3.36

Chapter 1: What’s new and changed in Corticon 5.3.3

Page 7: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

2What was new and changed in Corticon 5.3.2

This chapter summarizes the new, enhanced, and changed features in Progress® Corticon® 5.3.2.

For details, see the following topics:

• Introducing Open Edge Business Rules

• Enhancements to the Enterprise Data Connector

• Enhancements to Rule Modeling in Studio 5.3.2

• Enhancements to Corticon Servers and Deployments in 5.3.2

Introducing Open Edge Business RulesProgress OpenEdge® is our complete development platform for building dynamic multi-languageapplications for secure deployment across any platform, any mobile device, and any Cloud. Thisrelease of Corticon introduces its integration with OpenEdge, empowering you to build an integratedsolution that incorporates OpenEdge BPM and Corticon BRMS.These complementary technologiesin a single application development platform enable you to use ABL data structures (such asProDataSets and temp-tables) as Corticon data structures (Vocabularies).

Progress Developer Studio for OpenEdge and Progress Corticon Studio integrate into a singleEclipse instance to provide tooling support for creating and updating Corticon Vocabularies, andruntime support for simple invocation of Corticon Decision Services.

The Corticon documentation in this release points out key aspects of the integration from theCorticon point of view:

7Progress Corticon: What's New in Corticon: Version 5.3.3

Page 8: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

• When OpenEdge creates a Business Rules Vocabulary Defintion (BRVD) file, that .brvd filegets imported into Corticon Studio as a completely defined Vocabulary that includes theProDataSet or temp-table schema information. For more information, see the ProgressOpenEdge documentation, and the Corticon topic "Importing an OpenEdge Business RulesVocabulary Definition (BRVD) file" in the Rule Modeling Guide.

• The integration with OpenEdge constrains its interactions with a connected OpenEdge databaseto read-only functions. For more information, see the topic "Constraints on OpenEdge BRVDVocabularies" in the Rule Modeling Guide.

• Default licensing of Corticon Server usage with OpenEdge constrains where you install it andhow many Decision Services can be executed concurrently. For more information, see the topic"Updating your Corticon license in Studio" in the Studio: Installation Guide.

• Corticon Studio now packages the Corticon Server WAR file at installation. This enablesOpenEdge developers (as well as other Corticon developers) to use their Tomcat or otherapplication server to readily test their Decision Services as a remote server. For more information,see the topic "Installed components" in the Studio: Installation Guide.

OpenEdge/Corticon Integration Points

The following model highlights the OpenEdge and Corticon functions that facilitate the integration:

Enhancements to the Enterprise Data ConnectorSeveral improvements were made to EDC in Corticon 5.3.2. Significant items include:

• Additional RDBMS brands are supported by the Enterprise Data Connector -- For moreinformation, access the Corticon - Supported Platforms page on the Progress web site.

• Database views now allow joins. For more information, see updates to the topic "Support fordatabase views" in the Integration and Deployment Guide.

Progress Corticon: What's New in Corticon: Version 5.3.38

Chapter 2: What was new and changed in Corticon 5.3.2

Page 9: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

• Retrieve enumeration values from a database column -- When you have EDC setup andconnected to a database (see "Connecting a Vocabulary to a database" in the Using EDCGuide), you can use Custom Data Types to retrieve name/value or just value lists from specifiedcolumns in a table, as described in the following topics:

• "Enumerated values" in the Quick Reference Guide.

• "Enumerations retrieved from a database" in the Rule Modeling Guide

• "Importing an attribute's possible values from database tables" in the Using EDC Guide

• Special Ruletest Editor Behaviors for Remote Decision Services -- Database access menuitems are now disabled on remote decision services. For more information, see the topic"Database Access menu commands/options not available on remote server" in the Using EDCGuide.

• Validation of names against reserved words - When generating a Vocabulary to a databaseschema, Corticon tries to trap overloading of reserved words.You should take caution to avoidsuch terms. For more information, see the topic "Vocabularies and databases" in the UsingEDC Guide.

Enhancements to Rule Modeling in Studio 5.3.2Several improvements were made to the user interface in Corticon Studio and Corticon Studio forAnalysts. Significant items include:

• Query optimization - Database queries where a database extended alias is used with anaggregation operator can be optimized when you provide non-conditional rules (column 0actions) to defer the aggregate calculations to the database. When you do this, the entitiesused in a database aggregation are not loaded into memory. For more information, see thefollowing topics:

• The collection operators for aggregations in "Aggregations that can optimize databaseaccess" in the Rule Modeling Guide.

• An example that demonstrates unoptimized and optimized action syntax in "OptimizingAggregations that Extend to Database" in the Rule Modeling Guide.

• Indicator when an inferred value has been overridden - While you can see on an item-by-itembasis whether a value is the one inferred from a database value (light gray text in its columnproperty) or overridden (black gray text in its column property), you can see the overrides inthe tree view by noting whether the database decoration has a black bar at its center, asillustrated for an entity:

Similar decoration is applied to overridden attributes and associations. For more information,see updates to the topic "Inferred property values (Best Match)" in the Integration andDeployment Guide.

• Sequence diagrams differentiate database filters - When you have extended to databaseand defined a filter as a database query, a sequence diagram distinguishes these filters by theirshape. For more information, see the updates to the topic "Database Filters" in the Rule ModelingGuide.

9Progress Corticon: What's New in Corticon: Version 5.3.3

Enhancements to Rule Modeling in Studio 5.3.2

Page 10: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

• Studio now defaults validate.on.activation property to true - The propertycom.corticon.validate.on.activation in the CcCommon.properties withinCcConfig.jar now defaults to true in Studio installations. (Its default value is, and has been,true in Server configurations.) This is a change in behavior from prior releases to improveperformance in the Studio. For more information, see the topic "Common Properties" in theIntegration and Deployment Guide.

Enhancements to Corticon Servers and Deploymentsin 5.3.2

Several improvements were made to the Java and .NET servers in Corticon 5.3.2. Significant itemsinclude:

• Server Console supports LDAP -- Corticon Java Server Console lets you elect to use existingLightweight Directory Access Protocol (LDAP) domains for role-based authentication, so thatyou can control access to Corticon Server Console and define roles in your current usermanagement systems, such as Microsoft's Active Directory. For more information, see the topic"Using LDAP authentication in Server Console" in the "Using the Corticon Server Console"section of the guide Deploying Web Service with Java.

• Logging of service name and requestor's IP address -- Logs can now include the requestor'sIP address and the service name to help in diagnosing errors with client calls to Corticon. Formore information, see updates to the topic "Logging" in the "Performance and Tuning" sectionof the Integration and Deployment Guide.

• Logging History of a Rule Execution -- Setting the log level to RULETRACE logs details ofevery CorticonRequest and CorticonResponse. For more information, see updates to the topic"Logging" in the "Performance and Tuning" section of the Integration and Deployment Guide.

• New test API command -- A new command, 204 -isDecisionServiceDeployedEffectiveTimestamp has been added to the test-APIscripts and executables. For more information, see the topic "Specifying Decision Serviceeffective timestamp in a SOAP request message" in the Integration and Deployment Guide.

Note: This additional command to the test scripts was slotted into the existing sequence,thereby requiring all the higher numbered commands in the 200 series to move one numberhigher. For example, the Display XML Report commands that were numbers 223, 224, 225are now numbers 224, 225, 226. All other command series are unchanged.

• Using .NET Business Objects as payload for Decision Services, and support for Nullableattributes in .NET Server -- The techniques for using sample Corticon C# libraries to generatestubs that include nullables are described in a section of the .NET server guide. For moreinformation, see the topic "Using .NET Business Objects as payload for Decision Services" inthe guide Deploying Web Services with .NET.

Progress Corticon: What's New in Corticon: Version 5.3.310

Chapter 2: What was new and changed in Corticon 5.3.2

Page 11: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

3What was new and changed in Corticon 5.3.1

This chapter summarizes the new, enhanced, and changed features in Progress® Corticon® ServicePack 1.

Note: If you have already updated from 5.3.0 to 5.3.1, these changes have been applied.

For details, see the following topics:

• Relational database access through the Enterprise Data Connector

• Enhancements to Filters

• Improvements to Corticon Server for .NET

• User Interface Improvements in 5.3.1

• Other Changes and Improvements in 5.3.1

Relational database access through the EnterpriseData Connector

Corticon 5.3.1 includes a powerful feature that lets Corticon assets interact with a commercialRDBMS. This feature is named Enterprise Data Connector or "EDC", and is sometimes referredto as Direct Database Access or "DDA".

11Progress Corticon: What's New in Corticon: Version 5.3.3

Page 12: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

This feature was included in Corticon 4.3 and is returning now in this Service Pack release. EDChas been updated to use Hibernate, the most widely used library for Object/Relational mapping.This change to Hibernate brings with it many new and improved capabilities.

This release provides support for Microsoft SQL Server and Oracle. Bundled with the release arethe Progress Data Direct database drivers necessary for accessing these databases.You no longerneed to provide your own driver.

If you are a current user of EDC in Corticon 4.3 and anticipate upgrading to this implementationof EDC, contact your support representative to ensure that your requirements will be met, and thento develop your migration strategy

A new tutorial, Using Enterprise Data Connector (EDC), provides a focused walkthrough of EDCsetup and basic functionality.

Other documentation material provides additional information on EDC:

• Writing Rules to access external data chapter in the Rule Modeling Guide extends the tutorialinto scope, validation, collections, and filters.

• Relational database concepts in the Enterprise Data Connector (EDC) in the Integration andDeployment Guide discusses identity strategies, key assignments, catalogs and schemas,database views, table names and dependencies, inferred values, and join expressions.

• Implementing EDC in the Integration and Deployment Guide discusses the mappings andvalidations in a Corticon connection to an RDBMS.

• Deploying Corticon Ruleflows in the Integration and Deployment Guide describes the DeploymentConsole parameters for Deployment Descriptors and compiled Decision Services that use EDC.

• Vocabularies: Populating a New Vocabulary: Adding nodes to the Vocabulary tree view in theQuick Reference Guide extends its subtopics to detail all the available fields for Entities,Attributes, and Associations.

Note: Changes to Corticon Licensing - The licensing for Corticon Studios has changed to enabledevelopment and server-sandbox testing of the Enterprise Data Connector (EDC) feature by simplychanging the user role. The licensing for Corticon Servers has changed such that a separateEDC-enabled 5.3.1 license is required to deploy EDC-based decision services to 5.3.1 CorticonServers. Contact Progress Software Technical Support or your Progress representative to obtainan EDC-enabled license for Corticon 5.3.1. All licenses, including embedded evaluation licenses,have a specified expiration date. An issued 5.3.1 license applies to both Corticon Studios and bothCorticon Servers.

Enhancements to FiltersFilters have been improved so that a filter that applies to multiple attributes and associations canbe disabled at any selected level in the hierarchy. When all levels of a filter are enabled, that isreferred to now as a full filter, a term that replaces maximum filter that was used in prior releases.Once a level is selected, and its filter disabled, the whole filter structure is referred to as a limitingfilter, a term that expands on the notion of the minimum filter in prior releases.

Filters in existing assets will automatically be updated to use the improved filter capabilities.

See the "Filters & preconditions" chapter of the Rule Modeling Guide for a discussion and examplesof the revised behaviors.

Progress Corticon: What's New in Corticon: Version 5.3.312

Chapter 3: What was new and changed in Corticon 5.3.1

Page 13: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Improvements to Corticon Server for .NETThe following enhancements are in this release of Corticon Server for .NET:

• Mapping of Java Object Messaging (JOM) to the .NET Framework Date typecli.System.DateTime

• Improved documentation with detailed instructions on setup of Microsoft's .NET Frameworkand Internet Information Services (IIS) on several supported platforms.

• Improved samples demonstrating how to call decisions services from .NET clients.

See the Deploying Web Services with .NET guide for more information.

User Interface Improvements in 5.3.1Several improvements were made to the user interface in Corticon Studio and Corticon Studio forAnalysts. Significant items include:

• Rows in rule tables can wrap text by dragging a row to a larger height, and then dragging acolumn narrower causing the text to wrap into the assigned row height.

• The behavior of cut/copy/paste is improved in several contexts.

• In the Vocabulary, an Attribute's mode options no longer offer Extended Persistent as aproperty value.

• The Server Console's four Decision Service options are now ON by default.

• Added presentation-style formats of the Basic Tutorial and Advanced Tutorial to Corticon Studiofor Analysts Help menu.

Other Changes and Improvements in 5.3.1Other changes and improvements are included in Corticon 5.3.1

• The SOAP interface for calling decision services has been updated to address complianceissues between the generated WSDL for a Decision Service and responses sent for requestsusing the SOAP interface.

• The size of EDS files has been significantly reduced by the exclusion of encrypted generatedsource code for the Decision Service (EDS) file. The source previously had been included butin encrypted form. This information was not necessary in the EDS file.

13Progress Corticon: What's New in Corticon: Version 5.3.3

Improvements to Corticon Server for .NET

Page 14: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Progress Corticon: What's New in Corticon: Version 5.3.314

Chapter 3: What was new and changed in Corticon 5.3.1

Page 15: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

AOverview of Progress Corticon

Progress® Corticon® is the Business Rules Management System with the patented "no-coding"rules engine that automates sophisticated decision processes.

Progress Corticon productsProgress Corticon distinguishes its development toolsets from its server deployment environments.

• Corticon Studios are the Windows-based development environment for creating and testingbusiness rules:

• Corticon Studio for Analysts. is a standalone application, a lightweight installation thatfocuses exclusively on Corticon.

• Corticon Studio is the Corticon Designer perspective in the Progress Developer Studio(PDS), an industry-standard Eclipse 3.7.1 and Java 7 development environment. The PDSenables integrated applications with other products such as Progress OpenEdge and ProgressApama.

The functionality of the two Studios is virtually identical, and the documentation is appropriateto either product. Documentation of features that are only in the Corticon Designer (such as onintegrated application development and Java compilation) will note that requirement. Refer tothe Corticon Studio: Installation Guide to access, prepare, and install each of the CorticonStudio packages.

Studio Licensing - Corticon embeds a time-delimited evaluation license that enablesdevelopment of both rule modeling and Enterprise Data Connector (EDC) projects, as well astesting of the projects in an embedded Axis test server.You must obtain studio developmentlicenses from your Progress representative.

• Corticon Servers implement web services for business rules defined in Corticon Studios:

15Progress Corticon: What's New in Corticon: Version 5.3.3

Page 16: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Corticon Server for deploying web services with Java is supported on various applicationservers, and client web browsers. After installation on a supported Windows platform, that

server installation's deployment artifacts can be redeployed on various UNIX and Linux webservice platforms as Corticon Decision Services.The guide Corticon Server: Deploying webservices with Java provides details on the full set of platforms and web service software thatit supports, as well as installation instructions in a tutorial format for typical usage.

• Corticon Server for deploying web services with .NET facilitates deployment of CorticonDecision Services on Windows .NET Framework 4.0 and Microsoft Internet InformationServices (IIS).The guide Corticon Server: Deploying web services with .NET provides detailson the platforms and web service software that it supports, as well as installation instructionsin a tutorial format for typical usage.

Server Licensing - Corticon embeds a time-delimited evaluation license that enables evaluationand testing of rule modeling projects on supported platform configurations.You must obtainserver deployment licenses and server licenses that enable the Enterprise Data Connector(EDC) from your Progress representative.

Progress Corticon: What's New in Corticon: Version 5.3.316

Appendix A: Overview of Progress Corticon

Page 17: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

BProgress Corticon documentation

The following documentation, as well as a What's New in Corticon document, is included with thisProgress Corticon release:

Corticon Tutorials

Introduces modeling, analyzing, and testing rules and decisions inCorticon Studio. Recommended for evaluators and users gettingstarted. See also the PowerPoint-as-PDF version of this documentthat is accessed from the Studio for Analysts' Help menu.

Corticon Studio Tutorial:Basic Rule Modeling

Provides a deeper look into Corticon Studio's capabilities by definingand testing vocabularies, scope, collections, messages, filters,conditions, transient data, and calculations in multiple rulesheets thatare assembled into a Ruleflow. See also the PowerPoint-as-PDFversion of this document that is accessed from the Studio for Analysts'Help menu.

Corticon Studio Tutorial:Advanced Rule Modeling

Introduces Corticon's direct database access with a detailedwalkthrough from development in Studio to deployment on Server.Uses Microsoft SQL Server to demonstrate database read-only andread-update functions.

Corticon Tutorial: UsingEnterprise DataConnector (EDC)

Corticon Studio Documentation: Defining and Modeling Business Rules

Step-by-step procedures for installing Corticon Studio and CorticonStudio for Analysts on computers running Microsoft Windows. Alsoshows how use other supported Eclipse installations for integrateddevelopment. Shows how to enable internationalization on Windows.

Corticon Studio:Installation Guide

17Progress Corticon: What's New in Corticon: Version 5.3.3

Page 18: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Presents the concepts and purposes the Corticon Vocabulary, thenshows how to work with it in Rulesheets by using scope, filters,conditions, collections, and calculations. Discusses chaining, looping,dependencies, filters and preconditions in rules. Presents the EnterpriseData Connector from a rules viewpoint, and then shows how databasequeries work. Provides information on versioning, natural language,reporting, and localizing. Provides troubleshooting and many TestYourself exercises.

Corticon Studio: RuleModeling Guide

Reference guide to the Corticon Studio user interface and itsmechanics, including descriptions of all menu options, buttons, andactions.

Corticon Studio: QuickReference Guide

Reference information for all operators available in the Corticon StudioVocabulary. A Rulesheet example is provided for many of the operators.Includes special syntax issues, handling arithmetic and characterprecedence issues.

Corticon Studio: RuleLanguage Guide

Detailed technical information about the Corticon extension frameworkfor extended operators and service call-outs. Describes several typesof operator extensions, and how to create a custom extension plug-in.

Corticon Studio:Extensions Guide

Corticon Server Documentation: Deploying Rules as Decision Services

Details installing the Corticon Server as a Web Services Server, andthen and deploying and exposing Decision Services as Web Serviceson Tomcat and other Java-based servers. Presents the features andfunctions of the browser-based Server Console.

Corticon Server:Deploying Web Serviceswith Java

Details installing the Corticon Server as a Web Services Server anddeploying and exposing decisions as Web Services with .NET. Providesinstallation and configuration information for the .NET Framework andInternet Information Services (IIS) on various supported Windowsplatforms.

Corticon Server:Deploying Web Serviceswith .NET

An in-depth, technical description of Corticon Server deploymentmethods, including preparation and deployment of Decision Servicesand Service Contracts through the Deployment Console tool. Discussesrelational database concepts and implementation of the EnterpriseData Connector. Goes deep into the server to discuss state,persistence, and invocations by version or effective date. Includessamples, server monitoring techniques, and recommendations forperformance tuning.

Corticon Server:Integration & DeploymentGuide

Progress Corticon: What's New in Corticon: Version 5.3.318

Appendix B: Progress Corticon documentation

Page 19: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

CCopyright

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved.

These materials and all Progress(r) software products are copyrighted and all rights are reservedby Progress Software Corporation.The information in these materials is subject to change withoutnotice, and Progress Software Corporation assumes no responsibility for any errors that mayappear therein. The references in these materials to specific platforms supported are subject tochange.

Business Empowerment, Business Making Progress, Corticon, Corticon (and design), DataDirect(and design), DataDirect Connect, DataDirect Connect64, DataDirect XML Converters, DataDirectXQuery, Empowerment Center, Fathom, Making Software Work Together, OpenEdge, Poweredby Progress, PowerTier, Progress, Progress Control Tower, Progress Dynamics, Progress BusinessEmpowerment, Progress Empowerment Center, Progress Empowerment Program, ProgressOpenEdge, Progress Profiles, Progress Results, Progress RPM, Progress Software BusinessMaking Progress, Progress Software Developers Network, ProVision, PS Select, RulesCloud,RulesWorld, SequeLink, SpeedScript, Stylus Studio, Technical Empowerment, WebSpeed, Xcalia(and design), and Your Software, Our Technology–Experience the Connection are registeredtrademarks of Progress Software Corporation or one of its affiliates or subsidiaries in the U.S.and/or other countries. AccelEvent, AppsAlive, AppServer, BusinessEdge, Cache-Forward,DataDirect Cloud, DataDirect Spy, DataDirect SupportLink, Future Proof, High PerformanceIntegration, OpenAccess, Paasific, Pacific, ProDataSet, Progress Arcade, Progress ESP EventManager, Progress ESP Event Modeler, Progress Event Engine, Progress Pacific, ProgressPaasific, Progress RFID, Progress Responsive Process Management, Progress Software, PSEPro, Rollbase, SectorAlliance, SeeThinkAct, SmartBrowser, SmartComponent, SmartDataBrowser,SmartDataObjects, SmartDataView, SmartDialog, SmartFolder, SmartFrame, SmartObjects,SmartPanel, SmartQuery, SmartViewer, SmartWindow, WebClient, and Who Makes Progress aretrademarks or service marks of Progress Software Corporation and/or its subsidiaries or affiliatesin the U.S. and other countries.

Java is a registered trademark of Oracle and/or its affiliates. Any other marks contained hereinmay be trademarks of their respective owners.

19Progress Corticon: What's New in Corticon: Version 5.3.3

Page 20: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

See Table of Contents for location of Third party acknowledgements within this documentation.

Progress Corticon: What's New in Corticon: Version 5.3.320

Appendix C: Copyright

Page 21: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

DThird party acknowledgments

One or more products in the Progress Corticon v5.3.3 release includes third party componentscovered by licenses that require that the following documentation notices be provided:

Progress Corticon v5.3.3 incorporates Apache Commons Discovery v0.2 from The Apache SoftwareFoundation. Such technology is subject to the following terms and conditions:The Apache SoftwareLicense, Version 1.1 - Copyright (c) 1999-2001 The Apache Software Foundation. All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permittedprovided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions andthe following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditionsand the following disclaimer in the documentation and/or other materials provided with thedistribution.

3. The end-user documentation included with the redistribution, if any, must include the followingacknowlegement: "This product includes software developed by the Apache Software Foundation(http://www.apache.org/)." Alternately, this acknowledgement may appear in the software itself, ifand wherever such third-party acknowledgements normally appear.

4.The names "The Jakarta Project", "Commons", and "Apache Software Foundation" must not beused to endorse or promote products derived from this software without prior written permission.For written permission, please contact [email protected].

5. Products derived from this software may not be called "Apache" nor may "Apache" appear intheir names without prior written permission of the Apache Group.

21Progress Corticon: What's New in Corticon: Version 5.3.3

Page 22: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITYAND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THEAPACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OFTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals on behalf of the ApacheSoftware Foundation. For more information on the Apache Software Foundation, please see<http://www.apache.org/>.

Progress Corticon v5.3.3 incorporates Apache SOAP v2.3.1 from The Apache Software Foundation.Such technology is subject to the following terms and conditions: The Apache Software License,Version 1.1 Copyright (c) 1999 The Apache Software Foundation. All rights reserved. Redistributionand use in source and binary forms, with or without modification, are permitted provided that thefollowing conditions are met: 1. Redistributions of source code must retain the above copyrightnotice, this list of conditions and the following disclaimer. 2. Redistributions in binary form mustreproduce the above copyright notice, this list of conditions and the following disclaimer in thedocumentation and/or other materials provided with the distribution. 3.The end-user documentationincluded with the redistribution, if any, must include the following acknowledgment: "This productincludes software developed by the Apache Software Foundation (http://www.apache.org/)."Alternately, this acknowledgment may appear in the software itself, if and wherever such third-partyacknowledgments normally appear. 4. The names "SOAP" and "Apache Software Foundation"must not be used to endorse or promote products derived from this software without prior writtenpermission. For written permission, please contact [email protected]. 5. Products derived fromthis software may not be called "Apache", nor may "Apache" appear in their name, without priorwritten permission of the Apache Software Foundation. THIS SOFTWARE IS PROVIDED ``ASIS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATIONOR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OROTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IFADVISED OF THE POSSIBILITY OF SUCH DAMAGE. This software consists of voluntarycontributions made by many individuals on behalf of the Apache Software Foundation. For moreinformation on the Apache Software Foundation, please see <http://www.apache.org/>.

Progress Corticon v5.3.3 incorporates DOM4J v1.6.1. Such technology is subject to the followingterms and conditions: Project License BSD style license Copyright 2001-2005 (C) MetaStuff, Ltd.All Rights Reserved.

Redistribution and use of this software and associated documentation ("Software"), with or withoutmodification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain copyright statements and notices. Redistributionsmust also contain a copy of this document.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditionsand the following disclaimer in the documentation and/or other materials provided with thedistribution.

Progress Corticon: What's New in Corticon: Version 5.3.322

Appendix D: Third party acknowledgments

Page 23: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

3.The name "DOM4J" must not be used to endorse or promote products derived from this Softwarewithout prior written permission of MetaStuff, Ltd. For written permission, please [email protected].

4. Products derived from this Software may not be called "DOM4J" nor may "DOM4J" appear intheir names without prior written permission of MetaStuff, Ltd. DOM4J is a registered trademarkof MetaStuff, Ltd.

5. Due credit should be given to the DOM4J Project - http://www.dom4j.org

THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' ANDANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BELIABLE FOR ANY DIRECT,

INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OFTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Progress Corticon v5.3.3 incorporates Jaxen v1.0. Such technology is subject to the followingterms and conditions: JAXEN License - $Id: LICENSE,v 1.3 2002/04/22 11:38:45 jstrachan Exp $- Copyright (C) 2000-2002 bob mcwhirter and James Strachan. All rights reserved. Redistributionand use in source and binary forms, with or without modification, are permitted provided that thefollowing conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions, andthe following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions,and the disclaimer that follows these conditions in the documentation and/or other materials providedwith the distribution.

3. The name "Jaxen" must not be used to endorse or promote products derived from this softwarewithout prior written permission. For written permission, please contact [email protected].

4. Products derived from this software may not be called "Jaxen", nor may "Jaxen" appear in theirname, without prior written permission from the Jaxen Project Management ([email protected]).

In addition, we request (but do not require) that you include in the end-user documentation providedwith the redistribution and/or in the software itself an acknowledgement equivalent to the following:"This product includes software developed by the Jaxen Project (http://www.jaxen.org/)."Alternatively, the acknowledgment may be graphical using the logos available athttp://www.jaxen.org/. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED ORIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. INNO EVENT SHALL THE Jaxen AUTHORS OR THE PROJECT CONTRIBUTORS BE LIABLEFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODSOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAYOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCHDAMAGE. This software consists of voluntary contributions made by many individuals on behalfof the Jaxen Project and was originally created by bob mcwhirter <[email protected]> and JamesStrachan <[email protected]>. For more information on the Jaxen Project, please see<http://www.jaxen.org/>.

23Progress Corticon: What's New in Corticon: Version 5.3.3

Page 24: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Progress Corticon v5.3.3 incorporates JDOM v1.0 GA. Such technology is subject to the followingterms and conditions: $Id: LICENSE.txt,v 1.11 2004/02/06 09:32:57 jhunter Exp $ - Copyright (C)2000-2004 Jason Hunter and Brett McLaughlin. All rights reserved. Redistribution and use in sourceand binary forms, with or without modification, are permitted provided that the following conditionsare met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions, andthe following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions,and the disclaimer that follows these conditions in the documentation and/or other materials providedwith the distribution.

3.The name "JDOM" must not be used to endorse or promote products derived from this softwarewithout prior written permission. For written permission, please contact<request_AT_jdom_DOT_org>.

4. Products derived from this software may not be called "JDOM", nor may "JDOM" appear in theirname, without prior written permission from the JDOM Project Management<request_AT_jdom_DOT_org>.

In addition, we request (but do not require) that you include in the end-user documentation providedwith the redistribution and/or in the software itself an acknowledgement equivalent to the following:"This product includes software developed by the JDOM Project (http://www.jdom.org/)."

Alternatively, the acknowledgment may be graphical using the logos available athttp://www.jdom.org/images/logos. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANYEXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT CONTRIBUTORSBE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF SUCH DAMAGE. This software consists of voluntary contributions made bymany individuals on behalf of the JDOM Project and was originally created by Jason Hunter<jhunter_AT_jdom_DOT_org> and Brett McLaughlin <brett_AT_jdom_DOT_org>. For moreinformation on the JDOM Project, please see <http://www.jdom.org/>.

Progress Corticon v5.3.3 incorporates Saxpath v1.0. Such technology is subject to the followingterms and conditions: Copyright (C) 2000-2002 werken digital. All rights reserved. Redistributionand use in source and binary forms, with or without modification, are permitted provided that thefollowing conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions, andthe following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions,and the disclaimer that follows these conditions in the documentation and/or other materials providedwith the distribution.

3. The name "SAXPath" must not be used to endorse or promote products derived from thissoftware without prior written permission. For written permission, please [email protected].

4. Products derived from this software may not be called "SAXPath", nor may "SAXPath" appearin their name, without prior written permission from the SAXPath Project Management([email protected]).

Progress Corticon: What's New in Corticon: Version 5.3.324

Appendix D: Third party acknowledgments

Page 25: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

In addition, we request (but do not require) that you include in the end-user documentation providedwith the redistribution and/or in the software itself an acknowledgement equivalent to the following:"This product includes software developed by the SAXPath Project (http://www.saxpath.org/)."Alternatively, the acknowledgment may be graphical using the logos available athttp://www.saxpath.org/ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED ORIMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OFMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. INNO EVENT SHALL THE SAXPath AUTHORS OR THE PROJECT CONTRIBUTORS BE LIABLEFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODSOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICTLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAYOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCHDAMAGE. This software consists of voluntary contributions made by many individuals on behalfof the SAXPath Project and was originally created by bob mcwhirter <[email protected]> andJames Strachan <[email protected]>. For more information on the SAXPath Project, pleasesee <http://www.saxpath.org/>.

25Progress Corticon: What's New in Corticon: Version 5.3.3

Page 26: What's New in Corticon - Progress® Software Documentation · PDF filea DDC data source y ou define y ... See the Corticon EDC documentation for individual data sources for additional

Progress Corticon: What's New in Corticon: Version 5.3.326

Appendix D: Third party acknowledgments