Posted by: Vijay Dev on: February 13, 2009
Converting files from one format to another is one of those problems that sound simple but actually is very complex to solve. In one of my projects, I needed to convert spreadsheets to comma separated files and I hit upon JODConverter, the Java OpenDocument Converter. This offers a variety of usage options – it can [...]
Posted by: Vijay Dev on: September 24, 2008
Some days back, when I wanted to write a web service using Axis, I encountered a problem in passing objects to and returning objects from the methods exposed by the web service. I wanted to just write a jws and invoke it directly without worrying about the deployment processes of the web services like WSDL2Java, [...]