InfoQ Homepage Java Content on InfoQ
-
Re-Platforming Legacy .NET Applications to PCF Using Modernized Techniques
Alfus Jaganathan, Poornima Varadhan discuss strategies, frameworks, libraries, tools and techniques applied to re-platform legacy .NET applications with a 12/15 factors, using modernized techniques.
-
Containers Were Never Your End State
Will Arroyo and Duncan Winn discuss the technical details, components, deployment patterns and usage of Kubernetes.
-
Hitting the Enterprise Sweet Spot – A Real-World View of PKS Deployment and Successful Use Cases
Alan Flower presents several use cases that drive PKS adoption, showing where it presents a better solution for certain workloads and shares real data on cloud migration trends.
-
It's All about Delivering: A Journey from AWS to Cloud Foundry
Daniel Basten discusses how Talanx adopted the Axon Framework and moved from AWS to PCF.
-
Safety at Speed: Panel Discussion with Boeing Corporation
The panelist discuss Boeing IT transformation adopting Cloud Foundry on multiple datacenters and tooling for automated CI/CD.
-
Cloud Foundry Services on PKS with No Extra Code
Joe Eltgroth and Jeenal Shah introduce Kibosh: a framework to deploy services to PKS/Kubernetes and make them available to applications.
-
Novel Algos and Optimizations in JCTools Concurrent Queues
Nitsan Wakart follows several examples of optimizations, tradeoffs, implementation details from the JCTools library and explores the driving forces behind some of JCTools novel algorithms.
-
Applying Concurrency Cookbook Recipes to SPEC JBB
Monica Beckwith talks about how she followed the recipes appearing in Doug Lea's cookbook and applied them to SPEC JBB, and reports her findings.
-
Bootiful CQRS and Event Sourcing with Axon Framework
Allard Buijze discusses using Spring Boot's autoconfiguration and Axon's separation of business logic and infrastructure concerns to set up a CQRS and Event Sourcing application.
-
JUnit 5: The Next Step in Automated Testing
Sam Brannen discusses JUnit 5, how it makes automated testing easier, and how it allows developers and organizations to encourage and enforce good development practices.
-
Asynchronous Programming with Kotlin Coroutines in Spring
Konrad Kamiński shows how coroutines can be used in Spring-based applications, what sort of problems can be encountered and how to solve them. Also, the spring-kotlin-coroutine library.
-
Full Stack Reactive with React and Spring WebFlux
Matt Raible explores techniques for making an application fully reactive with Spring WebFlux and React.