« Return to Thread: Re: JAKARTA COMMONS DIGESTER RULES XML PROBLEM

Re: JAKARTA COMMONS DIGESTER RULES XML PROBLEM

by Watkin, James :: Rate this Message:

Reply to Author | View in Thread

Kapil,

Not to take anything away from the excellent Apache Commons projects,
but I recently used XStream on a project with great success. It's very
easy to use for a variety of use-cases.

http://xstream.codehaus.org/

- Jim

Kapil Pruthi wrote:

> Can betwixt be used to transform xml to java? on overview page i read that
> it can only do java to xml
>
> On 10/31/07, Björn Thalheim <bjoern.thalheim@...> wrote:
>> Hi,
>>
>> Simon Kitching wrote:
>>> However digester was never really designed for processing input files
>>> which have a complete 1:1 mapping to java beans. The strongest
>>> feature of Digester is the huge flexibility it offers when mapping
>>> xml to java - which you obviously do not need.
>> Maybe Apache Commons Betwixt is what you need ... AFAIK it works quite
>> well especially if you use a 1:1 mapping (in any other case one has to
>> specify the mapping in .betwixt files).
>>
>> Regards,
>>
>> Björn
>>
>>
>

--
______________________________
James Watkin
ACIS Software Development
UCLA Anderson School
james.watkin@...
Voice: 1-310-825-5030
   Fax: 1-310-825-4835
______________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: Re: JAKARTA COMMONS DIGESTER RULES XML PROBLEM