You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rahul Akolkar (JIRA)" <ji...@apache.org> on 2008/05/27 21:00:05 UTC

[jira] Created: (SCXML-72) Rewrite the IO package in J6 branch

Rewrite the IO package in J6 branch
-----------------------------------

                 Key: SCXML-72
                 URL: https://issues.apache.org/jira/browse/SCXML-72
             Project: Commons SCXML
          Issue Type: Improvement
    Affects Versions: 0.7
            Reporter: Rahul Akolkar
             Fix For: 1.0


The oacs.io package is a good candidate for a complete rewrite, such that:

 * It uses JDK 1.6 enhancements for XML streaming (currently via J6 branch)
 * Does not have any dependencies (remove Digester, and therefore, BeanUtils dependency)
 * It is backwards compatible expect for any API that is Digester specfic (those bits need to be deprecated)

Both SCXMLParser and SCXMLSerializer classes need to be rewritten.


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