(Emmanouil Gkatziouras) Once getting your hands into typing scala code using play, the first thing that comes to mind is JSON. Without doubt JSON is one of the most basic components of web applications. Rest apis use json, your angular app has to consume json and the list goes on.
Tag: JSON / JAVA / XML
JavaScript ES6 Multiple Inheritance Class
(M@dHatter) I decided to jump into JavaScript ES6 and start learning the new features. I like everything except the lack of multiple inheritance support for classes.
Handling ‘State’ in Java WebSocket Applications
(Abhishek Gupta) State is a concept dealt with in several facets of application development. With the newer paradigm of WebSockets, how do you handle state here?
Retrieve SharePoint Hosted Add-in Data As JSON From A Console Application Using HTTP REST Request
(Priyaranjan K S) SharePoint hosted add-in (app) is one of the two ways to create SharePoint add-ins, the other one being Provider Hosted Add-ins. SharePoint hosted add-ins can be used to deploy lists, custom pages, workflows, web parts and other components.
Using JavaScript’s Implicit Setters and Getters
(Gerd Wagner) Already available from ES5.1 (and even supported by IE 9), JavaScript’s set and get methods have not been used very widely. Their main use case is the implementation of a best practice in OOP.
How To Convert And Bind JSON String In To ASP.NET GridView With C#
(Khumana Ram) If we don’t know about JSON string/objects and how many columns there are or the column names, then we won’t be able to create a C# class for an object deserializeObject, and I mean wrapper class.
Object Oriented JavaScript Class Library in C#/.NET Style
(EJocys) JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
Oracle has a plan to make Java 9 migration easier
(Paul Krill) A new proposal would temporarily permit illegal reflective access from code on class path by default, so more older code would function in Java 9
How To Make A Slide Show In ASP.NET Using AJAX Library Tool
(Nilesh Jadav) Open Your Visual Studio, go to File-> New Web Site and choose ASP.NET Web Form Site and name it as -> [slideshow_demo].
Java 101: Regular expressions in Java, Part 2
(Jeff Friesen) The first half of this tutorial introduced you to regular expressions and the Regex API. You learned about the Pattern class, then worked through examples demonstrating regex constructs, from basic pattern matching with literal strings to more complex matches using ranges, boundary ma