Tag Archives: Java
Android XML parsing workaround
The problem I came across a problem while using XML in my android application. When trying to parse XML in android 2.2 and above, I read the qName variable and use that to do my magic. But in sdk version 7 (2.1) this poses a serious problem. A bug in the Android code, causes the [...]
Read More...
Webservices with Spring and Castor
Today, webservices are used primarily to expose some services of an application to the outside world. There are a lot of tools available to consume webservices. Tools like Mule, Axis and Spring. This article describes a method of exposing Java services as webservices. The technique’s / tools used to accomplice this are; Java, Spring and [...]
Read More...
Posted in Castor, Eclipse, Java, Maven, Spring, Tools
Also tagged soap, Spring-WS, Webservices
Leave a comment