(Jeff Friesen) JEP 266: More Concurrency Updates defines an interoperable publish-subscribe framework for reactive streams, enhancements to the java.util.concurrent.CompletableFuture class, and various other improvements.
Tag: JSON / JAVA / XML
Grid with Server Side Advanced Search using JQuery DataTables in ASP.NET MVC 5
(Ehsan Sajjad) This article demonstrates how to implement advanced search on a gird using JQuery DataTables in asp.net mvc 5.
JSON.stringify() Will Recursively Call toJSON() If It Exists During Serialization In JavaScript
(Ben Nadel) In JavaScript (and Node.js), the JSON global object provides a means of serializing and parsing data values for transportation and storage.
Check/Uncheck All GridView Checkboxes With jQuery
(Yogi S) GridView is a very important control in ASP.NET, and at times, we are required to do the check and uncheck of all the child checkboxes with a parent checkbox.
Who Needs Java Modules After All?
(Peter Verhas) Everyone. Or most people, at least. Modules’ usefulness extends to nearly every facet of development, even to library devs with internal APIs.
Parsing in Java: all the tools and libraries you can use
(Federico Tomassetti) If you need to parse a language, or document, from Java there are fundamentally three ways to solve the problem:
Roach Motel and the Java Memory Model
(Artem Rukavitsya) This demo of the JMM’s roach motel in action explains how it works and why it’s worthwhile to know about reordering with synchronized blocks.
O365/ SharePoint Online – Getting User Image URL Without Callback In JSOM
(Prasham Sabadra) In this article, I’ll share one little finding, which I recently found. This is related to the current user profile image, which we need to show on our SharePoint Online site in our custom master page. Generally in JSOM, whenever we call/ load something, we need call backs.
AJAX CRUD in Grid using JQuery DataTables in ASP.NET MVC 5
(Ehsan Sajjad) In this post, I will be addressing this problem and we will learn that how can implement CRUD using JQuery DataTables in one page without any full page reloads.
Locking Files in Java
(Arun Pandey) Time to get to know your locks! Whether you need blocking or non-blocking locks or want to know more about how they work, this quick example will set you straight.