Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 72213 invoked from network); 26 Oct 2006 06:48:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 06:48:35 -0000 Received: (qmail 31819 invoked by uid 500); 25 Oct 2006 20:56:39 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 31804 invoked by uid 500); 25 Oct 2006 20:56:39 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 31789 invoked by uid 99); 25 Oct 2006 20:56:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 13:56:39 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jeffgbutler@gmail.com designates 66.249.82.236 as permitted sender) Received: from [66.249.82.236] (HELO wx-out-0506.google.com) (66.249.82.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 13:56:26 -0700 Received: by wx-out-0506.google.com with SMTP id h30so232557wxd for ; Wed, 25 Oct 2006 13:56:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Xd00dTmK9UTR5ed9t2RtJb27VsrsFBg9kfPQsnMkPwPwJwNW0QQtmadQjHOZzkN1pOdIO60YdQXM5H15qza1OJdQmPiqJ0snnN0cDxg7yeFDPDbUpMNfe3zu8OFGIREi9HzynlJf87/fCDWnWwW71Y8u5SsoKZuzcHy8FnWmHFw= Received: by 10.90.73.3 with SMTP id v3mr812155aga; Wed, 25 Oct 2006 13:56:05 -0700 (PDT) Received: by 10.90.118.17 with HTTP; Wed, 25 Oct 2006 13:56:05 -0700 (PDT) Message-ID: Date: Wed, 25 Oct 2006 15:56:05 -0500 From: "Jeff Butler" To: dev@ibatis.apache.org, odilontalk@gmail.com Subject: Re: AbatorContext tableConfigurations In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23296_22257154.1161809765331" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23296_22257154.1161809765331 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline There's no method like that now. If it were me, I'd keep a list of table configuration objects somewhere seperate than in the context for the duration of the GUI. I''ve also had the idea of doing something graphical for Abator so I'm interested to see what other issues you come up against. As a first step towards supporting a GUI, I committed some code the SVN that will convert an AbatorConfiguration object to an XML representation using Abator's simplified DOM. My thought is that you can manipulate the configuration entirely in Java, and then convert to XML when you want to save. Jeff Butler On 10/25/06, Odilon Oliveira wrote: > > Hello, > > There is a way to get table configuration ? The only method visible to me > is: addTableConfiguration. > Im developing a visual tool to create Abator configuration XML, i stopped > trying get table configuration from xml. > > Any clue ? > > -- > --- > dilas.com.br ------=_Part_23296_22257154.1161809765331 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
There's no method like that now.  If it were me, I'd keep a list of table configuration objects somewhere seperate than in the context for the duration of the GUI.
 
I''ve also had the idea of doing something graphical for Abator so I'm interested to see what other issues you come up against.  As a first step towards supporting a GUI, I committed some code the SVN that will convert an AbatorConfiguration object to an XML representation using Abator's simplified DOM.  My thought is that you can manipulate the configuration entirely in Java, and then convert to XML when you want to save.
 
Jeff Butler
 
 

 
On 10/25/06, Odilon Oliveira <odilontalk@gmail.com> wrote:
Hello,

There is a way to get table configuration ? The only method visible to me is: addTableConfiguration.
Im developing a visual tool to create Abator configuration XML, i stopped trying get table configuration from xml.

Any clue ?

--
---
dilas.com.br

------=_Part_23296_22257154.1161809765331--