(Florian Rappl and Manuel Römer) With the rise of sophisticated backend services living in the cloud, the need for efficient (i.e., developer friendly) APIs has also exploded. Luckily, we have great examples of wonderful APIs out there. Unfortunately, building our own APIs in a similar way is hard w
Tag: JSON / JAVA / XML
Java 12 String API Updates
(Grzegorz Piwowarek) Want to learn more about the new features coming to Java 12 string APIs?
Expand/Collapse Table Rows With jQuery
(Sagar Pardeshi) In this article, we will explore two ways to expand/collapse HTML table rows.
Updated JSON Schema Support Highlights v2019 Release 3
(Erin Cavanaugh) From updated support for standards and relational databases to several new data mapping options, Altova’s Version 2019 Release 3 product line addresses developer requests and ups the ante with innovative new functionality. Let’s take a look at the highlights.
The Hypermedia APIs Support in JAX-RS and OpenAPI: a Long Way to Go
(Andriy Redko) Sooner or later, most of the developers who actively work on REST(ful) web services and APIs stumble upon this truly extraterrestrial thing called HATEOAS: Hypertext As The Engine Of Application State.
Node.js vs Python for a Beginner’s Web App
(Eric Boersma) Learning to build webapps is an exciting process, but it comes with its own set of challenges. As a newer developer, deciding what programming language will bring your big idea to life is a common challenge.
Getting Started With Angular Routing Using Angular CLI – Part 3
(Rajeesh Menoth) In this article we are going to learn the basic routing concepts in Angular 6 using Angular CLI (Command Line Interface ).
How Expedia Is Getting Rid of Java Bean Transformers
(Fabio Borriello) In a layered architecture, where you are creating levels of abstraction by encapsulating changes to particular data objects and propagating these to other layers, the object mapping process can become mandatory and cumbersome.
Hibernate doReturningWork() method Example
(Yatin) In this tutorial, we will learn Hibernate 4 Returning Work interface and Session.doReturningWork() method for Jdbc.
How To Insert Multiple Data Using Reactive Form In Angular 7
(Puneet Kankar) In this article, we will learn how to insert multiple data items using Reactive Forms in Angular. We will build a demo application for easy understanding.