You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "James M Snell (JIRA)" <ji...@apache.org> on 2007/03/15 05:25:09 UTC

[jira] Resolved: (ABDERA-18) Remove NamedParser and NamedWriter

     [ https://issues.apache.org/jira/browse/ABDERA-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-18.
---------------------------------

    Resolution: Won't Fix

I've heard from several folks that these really are quite useful

> Remove NamedParser and NamedWriter
> ----------------------------------
>
>                 Key: ABDERA-18
>                 URL: https://issues.apache.org/jira/browse/ABDERA-18
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>         Assigned To: James M Snell
>
> In the core, beyond the basic parsing and serialization of Atom and APP documents, we support a number of extra things like Named Parsers and Named Writers.
> These essentially provide a means of registering alternative parser and writer implementations so that they can be retrieved by name rather than by class.  e.g. writerFactory.getWriter("prettyxml").
> There is a certain amount of overhead, however, in providing these mechanisms.
> The following is easier and does not require any configuration.
>    Abdera abdera = new Abdera();
>    Writer writer = new PrettyXmlWriter(abdera);
> Therefore, I'd like to pull out the Named Writer and Named Parser stuff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.