On Mon, Dec 17, 2012 at 01:24:26AM -0500, Rohit Yadav wrote: > Lastly, if you look at the code, string builders are used to build > xml and json responses (primitive c like coding), any suggestions if > we can use any APL compliant xml and json libraries to build them?
Something from apache commons? There are quite a few places that build file paths as well by concatenating strings. I was planning to use commons.io.FileNameUtils for those. -- Prasanna.,