By Jean Georges Perrin This is the second in a series of 4 articles on the topic of ingesting data from files with Spark. This section deals with ingesting a JSON file.
From The Joy of Kotlin by Pierre-Yves Saumont
This article discusses retying functions in Kotlin.
From Spring in Action, Fifth Edition by Craig Walls
Security is essential to development, and it’s better to treat it as a concern rather than as a feature or add-on. This article, taken from chapter 4 of Spring in Action, Fifth Edition, discusses securing Spring.
From Modern Java in Action by Raoul-Gabriel Urma, Mario Fusco, and Alan Mycroft
In this article, you will learn about DSL with Lambdas, the pros and cons of DSLs, and the different DSL solutions on JVM.
From Enterprise Java Microservices by Ken Finnigan
Just enough Application Server (JeAS) is a term has been used on occasion over the years, but usually in relation to customizing a full application server by removing functionality manually. Only with the popularity of microservices has JeAS become crucial for Enterprise Java. This article talks about what JeAS means and some of its benefits.