External Feeds

Java articles from around the world.

Java News Roundup: MicroProfile 4.1, Spring Boot Updates, Kotlin, Scala, OpenJDK, Liberica JDK

infoq.com | July 26, 2021 |

This week's Java roundup for July 19th, 2021, features news on JDK 17, JDK 18, OpenJDK, Liberica JDK, GraalVM, MicroProfile 4.1, Quarkus 2.0.3, Hibernate, Spring Framework, JobRunr 3.4.0, ReactorFirst 0.1.0, Apache Tika 2.0.0, Kotlin 1.5.30-M1, Scala 3.0.1 and Scala 3.0.2-M1.

Read Article

Implementing Retry with Resilience4j and Spring Boot

reflectoring.io | July 23, 2021 |

A deep dive into the Spring Boot Resilience4j Retry module, this article shows why, when and how to use it to build resilient applications.

Read Article

History of Infra as Code

infoq.com | July 23, 2021 |

Andrew Clay Shafer walks through the progression of ‘Infrastructure as Code' in theory and practice, some problems these developments solved and also some problems they revealed.

Read Article

InfoQ Live Roundtable: Microservices - Are They Still Worth It?

infoq.com | November 19, 2020 |

The panelists discuss the positive and negative impact of microservices: is there an alternative middle ground, have we learned how to deal with operational complexity?

Read Article

Organisational-Level Agile Anti-Patterns - Why They Exist and What to Do about Them

infoq.com | November 19, 2020 |

Agile anti-patterns can affect organisations, morale, and quality if left untreated. The critical first step is acknowledging the existence of the pain point. Effective root cause analysis helps to understand what causes the anti-patterns to arise in organisations, where actions can be taken to address those causes.

Read Article

Angular 11 Has Arrived

infoq.com | November 17, 2020 |

Google has released version 11 of Angular, its popular Single Page Application framework. The release focuses on improving the developer experience and finalizing the cleanup of the issue tracker.

Read Article

Getting Started with Spring Data Specifications

reflectoring.io | November 15, 2020 |

All you need to know to get started with Spring Data JPA Specifications

Read Article

How to use typesafe enums in Java

infoworld.com | November 12, 2020 |

Use typesafe enums to avoid the problems with traditional enumerated types

Read Article

A Seven-Step Guide to API-First Integration

infoq.com | November 10, 2020 |

For a successful digital transformation project, following an API-first approach is more effective and future proof than using an integration-first approach.

Read Article

Processing Files With Java 8 Streams

reflectoring.io | September 29, 2020 |

An overview of the Java APIs that allow us to work with files in Java 8 streams.

Read Article