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

Re: JAKARTA COMMONS DIGESTER RULES XML PROBLEM

by Björn Thalheim-2 :: Rate this Message:

Reply to Author | View in Thread

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


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

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