You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (Commented JIRA)" <ji...@apache.org> on 2012/03/06 00:01:59 UTC

[jira] [Commented] (CAMEL-3998) improve stax/jax components

    [ https://issues.apache.org/jira/browse/CAMEL-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222725#comment-13222725 ] 

Christian Müller commented on CAMEL-3998:
-----------------------------------------

Raul did a good job and we can now use expressions like
{code}
.split(stax(Order.class)).streaming()
{code}
which is cool.

I would like to close this now.
                
> improve stax/jax components
> ---------------------------
>
>                 Key: CAMEL-3998
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3998
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Romain Manni-Bucau
>            Assignee: Christian Müller
>             Fix For: Future
>
>
> it could be pretty cool to have an iterator to be able to iterate over a filtered tree of a xml document avoiding to load all the document in memory.
> it can be nice to do it loading sub objects using jaxb.
> i did a version here: http://code.google.com/p/rmannibucau/source/browse/camel/camel-stax/src/main/java/org/apache/camel/stax/expression/StAXJAXBIteratorExpression.java (i added some converters to help too).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira