(David Walsh) CSS variables are a very welcome addition to the language, despite them being incredibly basic.
Tag: JSON / JAVA / XML
Power Of JSON/jQuery
(Abhishek Chadha) This article shows you the power of jQuery. As you all know, jQuery increases the developer’s productivity by simplifying the DOM manipulation.
Java Subtlety With Arrays of Primitives and Variable Arguments
(Dustin Marx) An interesting question was posed in a comment on the DZone-syndicated version of my recent blog post, “Arrays.hashCode() Vs. Objects.hash().”
Micronaut Tutorial: How to Build Microservices with This JVM-Based Framework
(Sergio del Amo Caballero) Unlike applications built using traditional JVM frameworks, Micronaut has 100% compile-time, reflection free, dependency injection and AOP.
JDK Bug System Time Wasters
(Dustin Marx) Several possibilities of the message’s possible contents crossed my mind when I saw the title of Jesper Wilhelmsson‘s message “Introducing time wasters” on the OpenJDK jdk-dev mailing list.
Routing And WildCard Route In Angular
(Sanwar Ranwa) In this article, we will learn about routing and wildcard routes in Angular 6. We will learn from the beginning; i.e., how to set up an Angular 6 environment in VS Code.
XML Serialization and Deserialization: Part 2
(Mayank_Gupta_) My previous article XML Serialization and Deserialization (Part-1) talks about serialization of objects to XML form. In this article, we will discuss about “Deserialization of XML” back to object form. Deserialization is used to convert bytes of data, such as XML or binary data, to ”
Significance Of Custom Table In Angular
(Purushottam Jha) Let’s consider we are developing an application which is having multiple pages with grids. You can design it as a component and use it as Child View.
What is a Java servlet? Request handling for Java web applications
(Matthew Tyson) Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond to the request URL, then marshal a response.
Easily Apply Sorting for DataTables.js in C#
(Stefan Vincent Haug) I recently started using https://datatables.net/ for my front-end development and quickly discovered that writing switch statements and for-each loops to handle the sorting requirements just wasn’t good enough.