(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
Tag: JSON / JAVA / XML
A Java Developer’s Guide to Migration
(Ben Wilson) Here are a handful of helpful tips to keep in mind when migrating your apps to a more responsive style, including pitfalls and potential setbacks.
Process configuration XML element reference
Process configuration defines the default configuration and functional capabilities that your teams can access using the Agile planning tools.
Oracle 12c: Indexing JSON in the Database Part II (Find A Little Wood)
(Richard Foote) In Part I, we looked at how you can now store JSON documents within the Oracle 12c Database. For efficient accesses to JSON documents stored in the Oracle database, we can either create a function-based index based on the JSON_VALUE function or on JSON .dot notation.
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
CRUD using Aurelia-fetch-client and WebAPI 2.0
(Niladri Biswas) WebAPI is a framework for building HTTP services that can be consumed by a wide range of clients like browsers, mobiles, desktop, tablets etc. Aurelia is a modern, open source client side JavaScript framework for web and mobile application development.
Inject ASP.NET Core Dependencies from JSON files
(Radu Matei) “Back in the days” of ASP.NET 4.x, each of the framework components (MVC, WebAPI, OWIN, SignalR) had its own dependency resolver and its own way of integrating with the framework.
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
jQuery 3 – New Features and Performance Improvements
(Irvin Dominin) This article talks about new features in jQuery 3 such as deferred, improved custom selectors, accelerated graphics, for..of, unwrap functionality, and security improvements.
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