Hi Spring fans! in this installment, we'll look at different ways to register beans with Spring, culminating in the new programmatic bean registration functionality in Spring 5.
Welcome to another installment of This Week in Spring! As usual, we've got a lot to cover so let's get to it! My friend Kenny Bastani and I will be doing a training for O'Reilly on the first and second of March introducing all things Spring, Spring Boot, Spring Cloud and Cloud Foundry - join us!
Eric Bottard has just announced Spring Cloud Data Flow for Cloud Foundry 1.1.1 which includes stability improvements, better error handling, network call optimizations and better load performance characteristics
An update on the 5th and last milestone of Spring Framework 5.0...
Spring MVC and Spring WebFlux
The name *Spring MVC* is both well known and widely used but it may surprise a few there is no actual project or independent distribution with that name. Rather it is a module within the Spring Framework distribution called `spring-webmvc`. Here is another trivia question. Did you know that the top-level package in the module does not feature "mvc"? Rather it is called `org.springframework.web.servlet`. Practically speaking those are details that we don't have to remember. What matters is that we have a short and memorable name to refer to *Spring's Servlet stack based* web framework.
Spring's reactive stack web framework, new in 5.0, is fully reactive and non-blocking. It is suitable for event-loop style processing with a small number of threads. It is supported on Servlet containers (Tomcat, Jetty, Servlet 3.1+) but also non-Servlet runtimes (Netty, Undertow) since the common foundation for this stack is not the Servlet API but a non-blocking alternative built on Reactive Streams and the Reactor project. In case you're wondering, isn't Servlet 3.1 capable of non-blocking I/O…
Welcome to another installment of This Week in Spring! This week I'm in Atlanta, GA for the incredible DevNexus event and then it's off to Geneva, Switzerland for the Voxxed CERN event. As usual, don't hesitate to say "Hi" if you're around!
Hi Spring fans! In this tip, we'll look at jOOQ (a fluent API for typesafe SQL query construction and execution) to quickly and easily interface with our SQL database.
The RabbitMQ Team has been busy! The RMQ Java Client has some very nice new (non-breaking) new features in Metrics, logging and Java NIO, among other things.
Expanding on the metrics support in RMQ Java Client 4.0, the Rabbit team blogs about using JMX, Spring Boot Actuator and Coda Hale's awesome DropWizard Metrics library.