23 private links
In the previous blogs we built the landing page using Thymeleaf, Bower and Bootstrap and deployed it...
Check out this post to learn more about building Continuous Integration/Continuous Delivery (CI/CD) into Spring-Boot-based Java applications.
Diesmal wollen wir uns mit der Stream-Operation collect() befassen, die auf den ersten Blick recht unscheinbar aussieht, jedoch zusammen mit ihrem Parameter vom Typ Collector umfangreiche Funktionalität bietet.
- IntroductionThis part of the tutorial is going to conclude the observability discussions by ...
JUnit 5 (JUnit Jupiter) is around for quite some time already and it is equipped with tons of featu...
Enterprise Java scheint in Zeiten von Cloud-native und Serverless nicht gut für die Zukunft gerüstet zu sein. Bedeutet dies das Aus für Java in der Cloud?
Java 8 brought a lot of changes to the JVM. Here's a DZone guide to all things Java 8, including tutorials on FP concepts, lambda expressions, and more.
Wingtips is a distributed tracing solution for Java based on the Google Dapper paper. - Nike-Inc/wingtips
Assert that the java code of a project satisfies certain checks. - nidi3/code-assert
If you have just started learning selenium then the below tricks and tips will act as a saviour. Th...
In this post, we take a look at the latest news in Java over the past month, focusing on Java 12, the latest tutorials, community, and other news.
In this post, we look at a common problem facing Java developers: how to install multiple versions of the JDK on the same machine. Let's find out.
XML? Das war doch dieses wunderbar validierbare Datenformat! Einfach gegen das XML-Schema validieren und… ja, was und? Wie sieht die Reaktion darauf denn aus? In den meisten Fällen wollen oder müssen wir genau diese Reaktion in Form eines Custom SOAP Faults gestalten. Aber wie funktioniert das mit Spring Boot & Apache CXF?
SOAP-Endpoints auf Basis von Microservice-Technologien mit Spring Boot? Cool! Aber wie findet man bei den ganzen „Micro-Servern“ Fehler? Wie sehen die SOAP-Nachrichten aus und wie logge ich eigentlich generell? Und: wie viele Produkte haben wir eigentlich verkauft? Das klingt so, als bräuchten wir einen Blogartikel zum Thema Logging und Monitoring mit Spring Boot und Apache CXF!
Diesmal wollen wir unsere SOAP-Services testen. Doch wie teste ich einen Webservice aus einem Unit-Test heraus? Wie baut man einen Integrationstest? Und gibt es da nicht auch noch etwas dazwischen?
Part three of a series on modeling Java problems as folds, looking specifically at streams in Java 8.