Version 3

    Highlights

     

    Teiid Designer 9.1 introduces the following notable changes and features

     

    • TEIIDDES-2337 - Add Swagger UI to Expose VDB RESTFul Procedures
    • TEIIDDES-2395 - Add shortcut to Find Model Object in the Model Explorer Tab
    • TEIIDDES-2406 - Provide option to set JNDI, instead of Connection Profile, in order to do data preview
    • TEIIDDES-2424 - Add actions to open Teiid Designer community Examples web page
    • TEIIDDES-2454 - Create feature to generate REST-enabled virtual procedures from selected views
    • TEIIDDES-2479 - Autofill Columns property when creating objects such as primary keys or access patterns
    • TEIIDDES-2513 - Add action to create new operations from Operations Editor tree
    • Numerous bug fixes (see Release Notes)

     

    9.1 Users Guide

     

    Download and Install 9.1


    Add Swagger UI to Expose VDB RESTFul Procedures

     

    TEIIDDES-2337


    Swagger is a framework that exposes REST APIs and it is now embedded in the generated REST WAR. This allows you to execute your methods directly from your deployed REST web service. It is available at the root of the WAR (http://{host:port}/{context}).

    rest-test-page.png

     


    Add shortcut to Find Model Object in the Model Explorer Tab

     

    TEIIDDES-2395


    In Teiid Designer 9.0 you can view the response document for a REST web service by selecting the Show Contents button shown below in the Import From REST Web Service Source wizard.

    find-model-object-in-explorer-toolbar.png

     


    Provide option to set JNDI, instead of Connection Profile, in order to do data preview

     

    TEIIDDES-2406

     

    A Set Data Source JNDI Name action was added to the Modeling menu when a source model is selected

    set-jndi-name-action.png

     

    Enter a new JNDI name for the target deployed data source on your server.

    set-jndi-name-dialog.png

     


    Add actions to open Teiid Designer community Examples web page


    TEIIDDES-2424

     

    Added Go to examples... actions in Model Explorer menu bar drop-down and the Modeling Actions section header.

    go-to-examples-in-explorer-menu.png

    go-to-examples-in-guides-view.png


    Create feature to generate REST-enabled virtual procedures from selected views


    TEIIDDES-2454

     

    Added Generate REST Virtual Procedures action to Modeling action when source or view model is selected.

    generate-rest-vps-menu.png

     

    Generate REST Virtual Procedures dialog allows selecting specific tables in your model to generate procedures from.

    generate-rest-vps-dialog.png

     

    On Finish, the new procedure is rest-enabled as shown in the figure below.

    generate-rest-vps-example-results.png


    Autofill Columns property when creating objects such as primary keys or access patterns


    https://issues.jboss.org/browse/TEIIDDES-2383TEIIDDES-2479

     

    When creating an object such as a primary key or access pattern through the Edit -> New Sibling actions, the new PK will contain the references to the selected columns.

     


    Add action to create new operations from Operations Editor tree


    TEIIDDES-2513

     

    The Create Operation action is displayed on select right-click on an interface or a sibling operation node in the Operation Editor.

    create-operation-action.png

    The Create Operation dialog is displayed and allows setting all pertinent operation properties.

    create-operation-dialog.png