login button

AXIOM

XML Canonicalization with Axiom

Project :

My GSoC project in the year 2007 was to implement XML canonicalization based on Apache Axiom. Today I am very much joyed to see it inside the Apache Axiom source tree. The features of the implementation are as follows.

1. XML Canonicalization including comments

2. XML Canonicalization excluding comments.

3. Exclusive XML Canonicalization including comments.

4. Exclusive XML Canonicalization excluding comments.

Understanding Axiom Text Manipulation APIs

Story :

Level : Realm : Project :

Axiom captures all the information items found inside an XML. Text content being one of the most important information components within an XML document, Axiom provides multiple ways of extracting that information. This tutorial explains all if such text manipulation methods, to allow users implement the most appropriate method depending on the context or requirement.

4
Average: 4 (1 vote)
Tags :

Web Services are Faster – Apache Axis2/C Performance: Round 1

Story :

Level : Project : Realm :

This article by Lahiru Gunathilake illustrates the latest performance results of Apache Axis2/C and compares with the performance of Axis2/C with Guththila XML parser and libxml2 XML parser.

0
No votes yet
Tags :

Developing a C Web Service Client with WSF/C and Visual Studio

Story :

Level : Project :

This introductory tutorial by Nandika Jayawardana is a guide to creating Web services with WSO2 WSF/C.

0
No votes yet
Tags :

XML Schema Validation with Axiom

Story :

Level : Project :

Apache AXIOM does not support schema validation natively. This tutorial by Eran Chinthaka will guide you on how AXIOM can be used to perform a schema validation with the help of javax.xml.validation utilities that come with JDK 1.5.

0
No votes yet
Tags :

Creating an AXIOM Object Model Using Different Input Sources

Story :

Level : Project :

AXIOM (AXis Object Model) is the StAX based XML object model used inside Apache Axis2. This article by Eran Chinthaka discusses various methods of creating and encapsulating different XML sources into an AXIOM object model.

0
No votes yet

Introduction to StAX (Streaming API for XML)

Story :

Level : Project :

Streaming API for XML (StAX) provides more control and flexibility to those who need to process XML documents in their applications. The performance gain and the memory efficiency that can be achieved by using StAX is very important for most of the applications that use XML. This article by Eran Chinthaka gives an introduction to StAX and provides some insights into using it.

0
No votes yet

SOAP Optimization - Eran Chinthaka

Story :

Project :

Eran Chinthaka joins us again this week on Oxygen Tank Podcasts to talk about Apache Axiom, the StAX based, XML Infoset object model. Apache Axiom was initially developed as part of the Apache Axis2 project but was recently spun off on its own. In this podcast, find out how Axiom optimizes SOAP processing and how the advantages of deferred building help to improve the performance of a Web service engine.

0
No votes yet
Syndicate content