Skip to content

Commit

Permalink
TEIIDDES-2816 updated user guide to reflect new features and
Browse files Browse the repository at this point in the history
enhancements
  • Loading branch information
blafond committed Mar 30, 2016
1 parent 68edaa3 commit 032624e
Show file tree
Hide file tree
Showing 26 changed files with 202 additions and 229 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
369 changes: 148 additions & 221 deletions documentation/guides/Teiid_Designer_User_Guide/en-US/importers.xml

Large diffs are not rendered by default.

Expand Up @@ -590,6 +590,10 @@
updated based on how the VDB is configured. Since VDB's are just databases once they are deployed, they
can be used as sources to other view model transformations. This allows creating and deploying re-usable
or common VDB's in multiple layers depending on your business needs. </para>
<para>Starting in Teiid Designer 9.0, support was added for converting between archive (ZIP) VDBs and simple
Dynamic VDB XML files. Dynamic VDBs provide users to define their source and view metadata via
Teiid DDL statements. This capability allows some users to maintain a simpler version of their VDBs
in a source control system. (See the <xref linkend="vdb-dynamic-import-export"/> section for more details) </para>

<section id="vdb-content-and-structure">
<title>VDB Content and Structure</title>
Expand Down
Expand Up @@ -236,7 +236,8 @@
Instead, an &lt;import-vdb&gt; element (described above) reference is added in it's place.
</para>
<para>If VDB imports exist for a VDB, the <emphasis role="bold">Show Import VDBs</emphasis> button will be
enabled and allow viewing the names of the imported VDBs as shown below.
enabled and allow viewing the names of the imported VDBs as shown below. Note that the dialog now supports editing of the version number for
each referenced VDB.
</para>
<mediaobject>
<imageobject>
Expand Down
Expand Up @@ -20,15 +20,9 @@
<book>
<bookinfo>
<title>Teiid Designer User Guide</title>
<<<<<<< HEAD
<releaseinfo>9.2.1
</releaseinfo>
<productnumber>9.2.1
=======
<releaseinfo>10.0.0
</releaseinfo>
<productnumber>10.0.0
>>>>>>> 7be7b96... Eclipse MARS version upgrade
</productnumber>
<issuenum>1</issuenum>
<mediaobject>
Expand Down
Expand Up @@ -76,7 +76,7 @@
<para>Teiid Server 8.0, 8.1, 8.2 and 8.3 versions installed on JBoss Server 7;</para>
</listitem>
<listitem>
<para>Teiid Server 8.4 thru 8.7 installed on JBoss Server 7.1.1, 7.2 and EAP 6.1.</para>
<para>Teiid Server 8.4 thru 8.12.4 installed on JBoss Server 7.1.1, 7.2 and EAP 6.1 or greater.</para>
</listitem>
</itemizedlist>
This allows multiple client runtime support from within a single installation of Teiid Designer. However, in order
Expand Down
Expand Up @@ -132,5 +132,52 @@
</figure>
</para>
</section>
<section id="legacy-user-defined-functions-section">
<title>Using legacy UDF models</title>
<para>
Function models have been deprecated and tooling support to create or edit them will be removed in Teiid Designer 11.0.
In 10.0, we've added a feature to convert the functions in your legacy function models into User Defined Functions (virtual procedures)
in a target view model.
<para>To convert your function model:
<itemizedlist>
<listitem>
<para><emphasis role="bold">Step 1</emphasis> - In the
<emphasis role="bold">Model Explorer</emphasis> select your function model and select the
<emphasis role="bold">Modeling &gt; Convert Legacy Functions to Virtual Procedures</emphasis> action.
</para>
<figure>
<title>Convert Legacy Functions to Virtual Procedures Action</title>
<mediaobject><imageobject>
<imagedata fileref="images/screencaps/convert-functions-to-procedures-action.png"/>
</imageobject></mediaobject>
</figure>
</listitem>
<listitem>
<para><emphasis role="bold">Step 2</emphasis> - In the dialog, check the functions you wish to convert and
select the target virtual model and click <emphasis role="bold">OK&gt;</emphasis>.
</para>
<figure>
<title>Convert Legacy Functions Dialog</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/screencaps/convert-functions-to-procedures-dialog.png"/>
</imageobject>
</mediaobject>
</figure>
</listitem>
</itemizedlist>
</para>
<para>The selected scalar functions are now defined as virtual model User Defined Functions and available to use in
your transformations</para>
<figure>
<title>Converted Functions Diagram</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/screencaps/converted-functions-to-procedures-diagram.png" />
</imageobject>
</mediaobject>
</figure>
</para>
</section>
</chapter>

0 comments on commit 032624e

Please sign in to comment.