<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Article: Introducing Axiom</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 25 May 2013 04:26:35 -0400</pubDate>


    <item>

        <title>Re: 40% speed improvement for AXIOM vs. XMLBeans/POJOs</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[yeah speed improvement over complete unusability.

AWESOME!]]></description>
        

        <pubDate>Fri, 21 Jul 2006 03:07:08 -0400</pubDate>

        

        <jf:creationDate>Fri, 21 Jul 2006 03:07:08 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 21 Jul 2006 03:07:08 -0400</jf:modificationDate>
        <jf:date>Jul 21, 2006</jf:date>
        <jf:author>B C</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>40% speed improvement for AXIOM vs. XMLBeans/POJOs</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[Thanks for the pointer and the clarification.  All the articles I've seen on Axis2 have been about how to write your client/services using AXIOM/ADB, so I assumed you had to use AXIOM to get decent performance.  Looks like AXIOM will give you another 40%...]]></description>
        

        <pubDate>Thu, 20 Jul 2006 13:26:01 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2006 13:26:01 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2006 13:26:01 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2006</jf:date>
        <jf:author>Ken Yee</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Introducing Axiom</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[JAXB is a data binding framework (XML --&gt; Java --&gt; XML). Axiom is an XML Object model, just like DOM, jDOM, but better than them in terms of memory and perfomance. ...]]></description>
        

        <pubDate>Thu, 20 Jul 2006 03:34:32 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2006 03:34:32 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2006 03:34:32 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2006</jf:date>
        <jf:author>Eran  Chinthaka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re : AXIOM = writing SOAP msg by hand?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[You will not, by any means, miss the POJO approach. AXIOM is just the XML object model inside Axis2. Data binding will still be there and you can still deploy your POJOs. But AXIOM will give you high performance without compromising memory for that....]]></description>
        

        <pubDate>Thu, 20 Jul 2006 03:05:31 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2006 03:05:31 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2006 03:05:31 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2006</jf:date>
        <jf:author>Eran  Chinthaka</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: AXIOM = writing SOAP msg by hand?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[Just wanted to chime in to say that XFire actually allows both approaches. Anywhere in your service or POJOs you can stick a Document object and send/receive the XML infoset.  So something like:...]]></description>
        

        <pubDate>Thu, 20 Jul 2006 00:09:58 -0400</pubDate>

        

        <jf:creationDate>Thu, 20 Jul 2006 00:09:58 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 20 Jul 2006 00:09:58 -0400</jf:modificationDate>
        <jf:date>Jul 20, 2006</jf:date>
        <jf:author>Dan Diephouse</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Introducing Axiom</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[What this framework offering over JAXB?]]></description>
        

        <pubDate>Wed, 19 Jul 2006 19:32:46 -0400</pubDate>

        

        <jf:creationDate>Wed, 19 Jul 2006 19:32:46 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 19 Jul 2006 19:32:46 -0400</jf:modificationDate>
        <jf:date>Jul 19, 2006</jf:date>
        <jf:author>Pushpinder Singh</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>AXIOM = writing SOAP msg by hand?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[I'm going to miss the POJO approach of Axis 1.x....]]></description>
        

        <pubDate>Tue, 18 Jul 2006 18:29:32 -0400</pubDate>

        

        <jf:creationDate>Tue, 18 Jul 2006 18:29:32 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 18 Jul 2006 18:29:32 -0400</jf:modificationDate>
        <jf:date>Jul 18, 2006</jf:date>
        <jf:author>Ken Yee</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Article: Introducing Axiom</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41361</link>

        

        
            <description><![CDATA[The Apache Web services community introduced AXIOM (Apache aXIs Object Model) as a fast-performing and memory-efficient object model for their Web service engine, Axis2. In this article, Eran Chinthaka describes the architecture of Axiom and explains how...]]></description>
        

        <pubDate>Mon, 17 Jul 2006 13:54:51 -0400</pubDate>

        

        <jf:creationDate>Mon, 17 Jul 2006 13:54:51 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 17 Jul 2006 13:54:51 -0400</jf:modificationDate>
        <jf:date>Jul 17, 2006</jf:date>
        <jf:author>ReginaIT</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

