Yep, you can look at the custom writers section into the wiki:

http://cwiki.apache.org/confluence/display/ABDERA/Custom+Writers

On Sat, May 3, 2008 at 8:20 AM, Vasudeva Nori <[EMAIL PROTECTED]> wrote:

> The following code fragment on Abdera's Extension web page shows a "json":
> writer.
> writer json = abdera.getWriterFactory().getWriter("json");
> entry.writeTo(json, System.out);
>
> is it possible to create a writer for "foo_format" and do the following
>
> Writer json = abdera.getWriterFactory().getWriter("foo_format");
> entry.writeTo(json, System.out);
> If so, how does one "associate" foo_format writer to "foo_format"? any
> pointer to doing this in abdera would be great.
>
> thanks
>



-- 
David Calavera
http://www.thinkincode.net

Reply via email to