users@jersey.java.net

Re: Chain of readers/writers

From: Jose Antonio Illescas del Olmo <jantonio.illescas_at_rbcdexia-is.es>
Date: Fri, 11 Jan 2008 17:58:37 +0100

Hi Frank,

I know howto chain (or pipeline): servlet filters, java.io.Reader/Writer
and XSL transformations. But I would like "declare" this chain of
MessageBodyWriter/MessageBodyReader (not standard java.io) with
"declarative JAX-RS annotations"






Frank Martínez wrote:
> Hi Jose,
> There is an example of pipes and filters used as you need:
> http://www.ibstaff.net/fmartinez/?cat=12
> just download the source code and you will see, it is too easy.
>
> Cheers,
> Frank.
>
> On Jan 11, 2008 11:12 AM, Jose Antonio Illescas del Olmo
> <jantonio.illescas_at_rbcdexia-is.es> wrote:
>
>> Is there something as a chain of readers/writers?
>>
>> Can you see as filter(on servlet environment) or standar Readers/Writers or
>> XSLT pipeline (output of a Writer is the input of another Writer)
>>
>>
>> Java Instance -[XMLWriter]-> XML -[XSLWriter]-> XSL-FO
>> -[FOPWriter]-> PDF
>>
>> Can be very useful...
>>
>>
>>
>>
>> --------------------------------------------------------------------- To
>> unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net For additional
>> commands, e-mail: users-help_at_jersey.dev.java.net
>>
>
>
>
>