Tag: JSON / JAVA / XML

Community

XML for beginners and experts

(rudy.net) After working with a couple of xml projects for the last six months, I am ready to share a class I wrote called XmlHelper which got me through all the complexity of xml and made my life a lot simpler. If you are a xml beginner or have no idea about xml, this article should teach you the

Community

Integration Theory, Part 2

(Rusell Ruggiero and Joram Borenstein) Back in late 1999, XML was considered an immature technology with a very low adoption rate among both vendor and developer communities. Today, things have changed a great deal regarding mainstream adoption of XML. A case in point is the recent announcement

Community

The Story of a WML Generator

(Radu Braniste) This article presents a flexible, compile-time safe way of generating WML and WML-like dialects code. Two contrasting solutions are discussed—one relying on C# without generics and the other one on C++. A rarely used C# idiom is presented, increasing the reusability of the code, but