(Nikita Koksharov) If you make distributed systems with Java, Redisson can provide you with an in-memory data grid. See how Redisson and JDK’s implementations match up.
Tag: JSON / JAVA / XML
Parse/Read XML Having Nested Nodes To Display As A List In ASP.NET MVC
(Rajitha Alluri) In this article, we will learn how to parse XML having nested nodes in C#. This will help in a situation where the Server is returning XML as its response.
The History and Future of Java Programming Language
(Omed Habib) As the internet’s renowned programming language, Java has had a profound impact on how people navigate the digital world. Much of what users expect in terms of performance from their devices that access the internet has been set by Java functionality.
Swap Items in jQuery Object
(yuvalsol) I happened to stumble upon a jQuery discussion forum, where a user, requesting for help, wanted to know how to swap two items in a jQuery object. The answers that tried to address the problem were not satisfactory in my opinion and with this article, I will present my solution to the issu
JavaScript. But less iffy.
(James Sinclair) This is part three of a series of articles on reducing complexity in JavaScript code. In previous articles, we suggested that indentation is an indicator of complexity. It is not an accurate or comprehensive indicator, but it can be a helpful guide.
Adding SharePoint Column To List Item Using Napa Tools And JSOM
(Gowtham Rajamanickam) In this article, we will learn how to create a field to list the basic SharePoint-hosted SharePoint add-in, using Napa Office 365 development tools. Sharepoint basic operations are used by JavaScript Object Model here. If there are any changes, post your comments here.
How to Debug XSLT and XQuery
(Erin Cavanaugh) Nothing’s more frustrating than getting unintended results from an XSLT or XQuery transformation and having to spend hours tracking down the issue – especially if you’ve inherited the project from another developer or haven’t looked at the code in a few months.
Histogram Equalisation in Java
(AjithKp560_) Histogram equalisation is a technique used to enhance the contrast of image using the histogram of image. The histogram of image represents the frequency of gray levels in the image. The gray levels of image vary from 0 to 255, that is a gray scale image’s pixel size is 8 bits(1 byte).
Powerless Javascript
(Jeffrey Kemp) I was writing a small javascript function, part of which needed to evaluate 10 to the power of a parameter – I couldn’t remember what the exponentiation operator is in javascript so as usually I hit F12 and typed the following into the console:
Getting Started With O365 – SharePoint-Hosted Add-Ins Using JSOM
(Gowtham Rajamanickam) In this article, we will learn how to get a particular group’s user properties from the group’s basic SharePoint-hosted SharePoint add-in, using Napa Office 365 development tools. Sharepoint basic operations are used by JavaScript object model here. If there are any changes ,