apache
apache xml-rpc handling null/nil
If you have used xml-rpc extensively, you will know that one of the most annoying aspect of XML-RPC is the fact that NULL values are not supported as part of the core spec. This is an issue, because NULL is such a key concept in the mainstream languages such as Python, Java and .NET – [...]
Simple GNU command line parser in Java via Apache commons CLI
I like Apache Commons CLI and I really like the GNU style command line argument / option parsing. The one thing with the commons CLI is that it covers a lot of use cases, but I find it a bit cumbersome to set up again and again for some of my CLI programs, so I [...]