(David McGahey) The JSON data format continues to evolve as an open standard as it is creatively applied to new data interchange requirements.
Tag: JSON / JAVA / XML
Getting Started With HTTP Client Get Request In Angular 8 Using Entity Framework
(Rupesh Kahane) In this article, I am going to consume RESfFul API in Angular 8 using the HttpClient module Get request using the entity framework. The HttpClient module is used to GET, POST, PUT, PATCH, and DELETE requests. An Angular application can communicate with backend services over HTTP.
Nesting with Java interfaces
(Jeff Friesen) If you’ve read my Java 101 tutorial introducing static classes and inner classes, you should be familiar with the basics of working with nested classes in Java code.
How To Add AutoComplete Textbox In React Application
(Sanwar Ranwa) In this article we are going to learn how we add AutoComplete textbox in ReactJS. We use Material UI Autocomplete component in this demo.
Use the jOOQ-Refaster Module for Automatic Migration off of Deprecated jOOQ API
(lukaseder) Starting with jOOQ 3.13, we’re offering a new module called jOOQ Refaster, which provides refaster templates for automatic API migration.
Login With Google Using ReactJS
(Sanwar ranwa) In this article, you will learn the step by step process of allowing users to log into an application with Gmail using ReactJS. You will see how to create a ReactJS project, install react-google-login React plugin, install Axios and Bootstrap, add React Router, install Bootstrap and R
Introduction to HTTP/2 support in Java 9
(Laszlo Csontos) The IETF streaming group approved the HTTP/2 protocol in 2015, sixteen years after HTTP/1.1 had been released. HTTP/2 comes with the promise of lowering latency and makes many of those workarounds obsolete which were necessary for HTTP/1.1 in order to be able to keep up with today’s
How To Debug An Angular Application In Chrome
(Nitin Pandit) Create a basic application or open any existing angular app in visual studio code. I have created a basic application and opened the same project in VS code.
Software, Aesthetics, and Craft: How Java, Lisp, and Agile Shape and Reflect Their Culture
(Ian Miell) The software industry is permeated with metaphors borrowed from architecture and construction.
WebApiClientGen vs Swashbuckle.AspNetCore plus NSwagStudio
(Zijian) WebApiClientGen and Swagger Toolchain are greatly overlapping in the .NET landscapes. This article gives a brief comparison, then a detailed comparison in the appendix, with examples in C# and TypeScript.