(Niladri Biswas) Sorting of data is a very common requirement in any application.In this article, we will look into sorting of the JSON data using various examples from the AngularJs perspective.
Tag: JSON / JAVA / XML
ASP.NET MVC Ajax.BeginForm AjaxOptions OnSuccess, OnFailure
(Rupesh Kahane) The jQuery Unobtrusive Ajax library complements jQuery Ajax methods by adding support for specifying options for HTML replacement via Ajax calls HTML5 data.
Java 101: Interfaces in Java
(Jeff Friesen) Java interfaces are different from classes, and it’s important to know how to use their special properties in your programs.
A Disk-Based Collection in Java
(Reinout Korbee) The FileBasedCollection was developed to store more elements in a collection than the memory can hold. This is not necessarily big data, but it is a technique to deal with a lot of data.
Java 9’s other new enhancements, Part 1: Factory methods in Java Collections
(Jeff Friesen) Barring further delays, Java 9 will reach general availability status on July 27. Its module system and Java Shell Read-Eval-Print Loop (REPL) tool are receiving considerable attention, but Java 9 also offers additional enhancements that will make this release memorable.
Calling ASP.NET Web API Service In Same Domain Using AJAX
(Vignesh Mani) This article explains how to call the ASP.NET Web API in same domain using AJAX in asimple and step by step way. We can deploy and use our Web API in the same domain as well as cross-domain.
Netflix Introduces Hollow, a Java Library for Processing In-Memory Datasets
(Michael Redlich) Netflix recently introduced Hollow, a Java library and toolkit designed to efficiently cache datasets not characterized as “big data.” Such datasets may be metadata for e-commerce and search engines, or in the case of Netflix, metadata about movies and TV shows.
Promise.all for Rejections and Resolves
(David Walsh) Promises have been an incredible addition to JavaScript; they save us callback hell, make coding async more maintainable, and and allow us to keep track of multiple async processes at a time.
Angular 2 – Load JSON Data
(Raj Kumar) Before moving ahead, I would recommend you read my previous articles which explain how to install npm and add other mandatory files.
From Microservices to Distributed Systems: A Survival Guide for Java Devs
(Markus Eisele) Moving to a microservices architecture is not just a matter of replacing method calls with HTTP requests. Welcome to the world of containers, reactive stacks, and more.