Tag: JSON / JAVA / XML

Community

JSON and the Arguments

(Tony Davis) Now that we’re getting better support for storing JSON (JavaScript Object Notation) in databases, what is it really giving us? Whatever else, the technique of “stuffing data into a JSON blob and adding an index” doesn’t always absolve us from the task of carefully designing and normaliz

Community

Is JavaScript Single-Threaded?

(Igor Kolosovskyi) Developing JavaScript for web pages can be perplexing. You will get errors that seem to make no sense, You will be given nuggets of advice about how and when you can use JavaScript to manipulate the DOM or make Ajax requests. It is far better to understand the reason for these rul

Community

When to Denormalize

(Dave Cassel) When building an application with MarkLogic, we need to figure out how to model our data. We generally start by identifying the relevant entities, which leads to a common question: what should I denormalize from one entity type

Community

The Power of JSON Templates

(Eric W. DeBord) Creating templates is a powerful way to quickly deploy environments in Azure. There are many use cases including student labs, environments that need to be duplicated across testing, QA, and production, and in the example outlined below, an environment to support a specific solutio