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

Re: JAKARTA COMMONS DIGESTER RULES XML PROBLEM

by Kapil Pruthi :: Rate this Message:

Reply to Author | View in Thread

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
>
>

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