Sangeetha ,

                 I have used it in my project ,this is what i do.I will give
you a sample query



<select id="queryName" parameterClass="java..util.Map" resultClass="xml"
xmlResultName="PERSON">
select firstname from person
</select>

When you call IBATIS API'S ,Call the queryForListing method ,It return me
the result as String object ,But i kinda feel it's slow.


Thanks
Chetan



On 10/25/07, Larry Meadors <[EMAIL PROTECTED]> wrote:
>
> The XML support in iBATIS is kinda...limited. I'd suggest using
> something like XStream to generate XML from java objects instead. It's
> pretty much dirt simple.
>
> Larry
>
>
> On 10/24/07, Kosaraju, Sangeeta <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi everyone,
> >
> > I want to know if anyone has ever worked with IBatis and got the XML as
> > output.
> > The documentation is very brief about it.
> >
> > It would be a great benefit for me if you can share the info.
> >
> > Thanks.
> > Sangeeta.
>

Reply via email to