JSON configuration file format
JSON is a data interchange format. Should it also be used as a configuration file format, a JSON-CF? Overview Had to write yet another properties file for configuration info. Started to think that...
View ArticleArchive files using Ant from Groovy
In Ant The zip task takes a fileset but only creates one archive. How do you zip files into individual archives? Use case One use case for this is log files. Sooner rather then later, every system must...
View ArticleDiagnostic Differential Logging with JavaScript Example
Synopsis Reducing the quantity of information to what is essential is very important in maintaining complex software. Modern development environments have debuggers and other tools to assist in this...
View ArticleUnderstanding JSON
There seems to be a little bit of confusion among some developers as to what JSON is. Some think some that JSON is a JavaScript serialization, or that it is just a way to pass JavaScript data around....
View ArticleGroovy implementation of INIX file format, part 2
Continued experimentation with the INIX “ini” file format. I take the original post code and add an alias feature. Background In three prior posts I presented a very simple metadata file storage...
View Article