From blafond at redhat.com Fri Jul 10 15:08:55 2015 From: blafond at redhat.com (Barry Lafond) Date: Fri, 10 Jul 2015 15:08:55 -0400 (EDT) Subject: [teiid-designer-announce] New Teiid VDB Builder tool In-Reply-To: <1894542098.36043899.1436550907348.JavaMail.zimbra@redhat.com> Message-ID: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> The Teiid Designer project team is pleased to announce the availability of a new command line tool, the VDB Builder . This tool is the first milestone in our on-going Komodo initiative to develop a non-Eclipse extensible VDB editing framework. We plan to continue building out this CLI to allow full editing of VDBs and data sources and eventually adding deployment capabilities. For details check out * Teiid Blog... * GitHub Repo... * Download and test drive... * Documentation and Examples.... Teiid Designer Project Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-designer-announce/attachments/20150710/3433d413/attachment.html From blafond at redhat.com Fri Jul 10 15:06:26 2015 From: blafond at redhat.com (Barry Lafond) Date: Fri, 10 Jul 2015 15:06:26 -0400 (EDT) Subject: [teiid-designer-announce] Teiid Designer 9.1 Released In-Reply-To: <1553623897.36069040.1436553272098.JavaMail.zimbra@redhat.com> Message-ID: <1164121368.36086650.1436555186450.JavaMail.zimbra@redhat.com> Teiid Designer 9.1 Final is now available. Primary drivers for 9.1 include: * Compatibility with Teiid 8.10 Runtime * Bug fixing with special attention to Web Services Importers and reducing size of dialogs and wizard pages For details see: * Teiid Blog... * Release Notes * What's New * Download and Install Teiid Designer Project Team -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-designer-announce/attachments/20150710/ced3ddfc/attachment-0001.html From jmarley at redhat.com Fri Jul 10 15:26:06 2015 From: jmarley at redhat.com (Jason Marley) Date: Fri, 10 Jul 2015 15:26:06 -0400 (EDT) Subject: [teiid-designer-announce] New Teiid VDB Builder tool In-Reply-To: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> References: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> Message-ID: <755739482.36133708.1436556366671.JavaMail.zimbra@redhat.com> Nice job guys! Huge milestone achievement. Jason Jason ----- Original Message ----- > The Teiid Designer project team is pleased to announce the availability of a > new command line tool, the VDB Builder . > > This tool is the first milestone in our on-going Komodo initiative to develop > a non-Eclipse extensible VDB editing framework. We plan to continue building > out this CLI to allow full editing of VDBs and data sources and eventually > adding deployment capabilities. > > For details check out > > > * Teiid Blog... > * GitHub Repo... > * Download and test drive... > * Documentation and Examples.... > > Teiid Designer Project Team > > > From jowest at redhat.com Fri Jul 10 15:36:10 2015 From: jowest at redhat.com (Josh West) Date: Fri, 10 Jul 2015 19:36:10 -0000 Subject: [teiid-designer-announce] New Teiid VDB Builder tool In-Reply-To: <755739482.36133708.1436556366671.JavaMail.zimbra@redhat.com> References: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> <755739482.36133708.1436556366671.JavaMail.zimbra@redhat.com> Message-ID: <1594314453.26590462.1436556969589.JavaMail.zimbra@redhat.com> +100 Fantastic! ----- Original Message ----- From: "Jason Marley" To: "Barry Lafond" Cc: "sme-datavirt" , "teiid-designer-announce" , "teiid-announce" , "sme-dsp" Sent: Friday, July 10, 2015 3:26:06 PM Subject: Re: New Teiid VDB Builder tool Nice job guys! Huge milestone achievement. Jason Jason ----- Original Message ----- > The Teiid Designer project team is pleased to announce the availability of a > new command line tool, the VDB Builder . > > This tool is the first milestone in our on-going Komodo initiative to develop > a non-Eclipse extensible VDB editing framework. We plan to continue building > out this CLI to allow full editing of VDBs and data sources and eventually > adding deployment capabilities. > > For details check out > > > * Teiid Blog... > * GitHub Repo... > * Download and test drive... > * Documentation and Examples.... > > Teiid Designer Project Team > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-designer-announce/attachments/20150710/61bf1ad5/attachment-0001.html From ksoong at redhat.com Wed Jul 15 03:20:46 2015 From: ksoong at redhat.com (Kylin Soong) Date: Wed, 15 Jul 2015 07:20:46 -0000 Subject: [teiid-designer-announce] New Teiid VDB Builder tool In-Reply-To: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> References: <374354622.36093094.1436555335883.JavaMail.zimbra@redhat.com> Message-ID: <55A609C3.6070902@redhat.com> Hi Barry I have tested this tool with the samples(https://github.com/Teiid-Designer/teiid-designer-samples), it feels cool. I have 2 aspects thoughts: 1. Can we simplify create DDL statement? Current the "create table TestTable(col1 string, col2 string)" be implemented by the following cli commands: ~~~ create Table TestTable cd TestTable/ create column col1 create column col2 cd col1 set property datatypeName string cd ../col2 set property datatypeName string cd ../ ~~~ From users perspective, if the number of columns are a little bit larger, then perspectively execute 'create column' feels bored. 2. Can we merge theAdmin Shell(http://teiid.jboss.org/tools/adminshell/) with VDB Builder tool aesh project are good at integrate with**** Groovy(https://github.com/aeshell/examples/tree/master/aesh-groovy is a example), we may register more commands to implement administration functions just like Admin Shell. Thanks Kylin ** On 07/11/2015 03:08 AM, Barry Lafond wrote: > The Teiid Designer project team is pleased to announce the > availability of a new command line tool, the *VDB Builder*. > > This tool is the first milestone in our on-going Komodo initiative to > develop a non-Eclipse extensible VDB editing framework. We plan to > continue building out this CLI to allow full editing of VDBs and data > sources and eventually adding deployment capabilities. > > For details check out > > * Teiid Blog... > * GitHub Repo... > * Download and test drive... > > * Documentation and Examples.... > > > > Teiid Designer Project Team > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/teiid-designer-announce/attachments/20150715/7df1c7ed/attachment-0001.html