You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Edwin Lukaweski <se...@rogers.com> on 2006/01/21 15:27:59 UTC

alternatives to xml

Hi:

    I am starting to learn iBatis and writing some samples to get used to the package.

    One thing I notice is that all the configuration data is in XML and properties files (or class resources). 

    Is there any way of providing this configuration information by other means....such as property classes, DOM trees, etc.?

Thanks,
Edwin

Re: alternatives to xml

Posted by Larry Meadors <lm...@apache.org>.
You could sure hack open the SqlMapClientBuilder, and do it programmatically.

Just today, we added a build script for linux, so it's easy to build
with either Windows or mac/bsd/linux/etc...

Larry

PS: No, this is probably not the right list for this question - it is
more of an "internals" question as opposed to a "use" question. But
we'll let it slide this time. ;-)

On 1/23/06, Jeff Butler <je...@gmail.com> wrote:
> Clinton has talked about doing this in the past, but it is not supported
> now.  We are XML dependant.
>
> > Maybe I made a mistake.
> >
> > Is this the right list for this question?
> >
> > thanks,
> > Edwin
> >
> >
> >
> > ----- Original Message -----
> > From: Edwin Lukaweski
> > To: user-java@ibatis.apache.org
> > Sent: Saturday, January 21, 2006 9:27 AM
> > Subject: alternatives to xml
> >
> >
> > Hi:
> >
> >     I am starting to learn iBatis and writing some samples to get used to
> the package.
> >
> >     One thing I notice is that all the configuration data is in XML and
> properties files (or class resources).
> >
> >     Is there any way of providing this configuration information by other
> means....such as property classes, DOM trees, etc.?
> >
> > Thanks,
> > Edwin
> >
>
>

Re: alternatives to xml

Posted by Jeff Butler <je...@gmail.com>.
Clinton has talked about doing this in the past, but it is not supported
now.  We are XML dependant.

Jeff Butler



On 1/23/06, Edwin Lukaweski <se...@rogers.com> wrote:
>
> Maybe I made a mistake.
>
> Is this the right list for this question?
>
> thanks,
> Edwin
>
>
> ----- Original Message -----
> *From:* Edwin Lukaweski <se...@rogers.com>
> *To:* user-java@ibatis.apache.org
> *Sent:* Saturday, January 21, 2006 9:27 AM
> *Subject:* alternatives to xml
>
>
> Hi:
>
>     I am starting to learn iBatis and writing some samples to get used to
> the package.
>
>     One thing I notice is that all the configuration data is in XML and
> properties files (or class resources).
>
>     Is there any way of providing this configuration information by other
> means....such as property classes, DOM trees, etc.?
>
> Thanks,
> Edwin
>
>
>

Re: alternatives to xml

Posted by Edwin Lukaweski <se...@rogers.com>.
Maybe I made a mistake.

Is this the right list for this question?

thanks,
Edwin

  ----- Original Message ----- 
  From: Edwin Lukaweski 
  To: user-java@ibatis.apache.org 
  Sent: Saturday, January 21, 2006 9:27 AM
  Subject: alternatives to xml


  Hi:

      I am starting to learn iBatis and writing some samples to get used to the package.

      One thing I notice is that all the configuration data is in XML and properties files (or class resources). 

      Is there any way of providing this configuration information by other means....such as property classes, DOM trees, etc.?

  Thanks,
  Edwin