You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Shameera Rathnayaka (JIRA)" <ji...@apache.org> on 2013/04/18 19:05:15 UTC

[jira] [Created] (AXIS2-5513) Decouple google-gson from JSON xml stream basae approach using JSR 353(Java api to JSON )processing)

Shameera Rathnayaka created AXIS2-5513:
------------------------------------------

             Summary: Decouple google-gson from JSON xml stream basae approach using JSR 353(Java api to JSON )processing)
                 Key: AXIS2-5513
                 URL: https://issues.apache.org/jira/browse/AXIS2-5513
             Project: Axis2
          Issue Type: Improvement
          Components: json
    Affects Versions: 1.7.0
            Reporter: Shameera Rathnayaka
            Assignee: Shameera Rathnayaka
             Fix For: 1.7.0


Currently newly added JSON XML Stream API base approach, tightly couple with google-gson. Decoupling google-gson from this would make more extensible to use other JSON Stream APIs(like Jakson). Here we can use factory method pattern to create JSON XMLStreamReaders/writers . And we can provide an api(this will be JSR 353-Java API for JSON processing) to implement Gson, Jakson or any other Json Stream support api to write the logic under that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org