AXIOM > Java
A feature rich open source identity provider
- prabathsiriwardena's blog
- Login or register to post comments
- 273 reads
Apache Rampart and JAX-WS
Apache rampart Vs JAX-Ws
- cnapagoda's blog
- Login or register to post comments
- 293 reads
Understanding Axiom Text Manipulation APIs
Submitted on August 17, 2008 - 20:12. 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.
XML Schema Validation with Axiom
Submitted on December 4, 2007 - 03:45. 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.
Creating an AXIOM Object Model Using Different Input Sources
Submitted on July 30, 2007 - 19:13. 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.
Introduction to StAX (Streaming API for XML)
Submitted on June 19, 2007 - 20:22. 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.
Implementing E4X in Rhino Using Apache AXIOM
Submitted on April 3, 2007 - 23:19. Story : Level : Project :
This article by Sameera Jayasoma talks about the implementation of E4X in Rhino using Apache AXIOM.
More Control Over MIME Attachments with Axis2
Submitted on February 15, 2007 - 00:40. Story : Project :
Apache Axis2/Java supports sending binary attachments over MIME using both SOAP Message Transmission Optimization Mechanism (MTOM) and SOAP with Attachments (SwA). This KB discusses the advanced attachment configuration options available with Apache Axis2 when sending attachments using MIME packages.


