Quantcast
Channel: XML – softwarecave
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

How to write XML documents using Streaming API for XML (StAX)

Nowadays XML became a de-facto standard for storing and exchanging documents over Internet. And because it was designed to be extensible, it can be easily adapted to almost every need. In this post I...

View Article



Image may be NSFW.
Clik here to view.

How to parse XML documents using Streaming API for XML (StAX)

Streaming API for XML provides interface XMLStreamReader which gives a low-level but very efficient cursor-like API for reading XML documents. When using it we iterate over various events in XML...

View Article

Importing WSDL with Java and Maven

SOAP web services are often used in commercial software. If we plan to use existing SOAP web service, we should receive a WSDL file which defines the contract between the web service and its clients....

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images