Jan 20, 2015

Spring Boot: Power + Productivity

There’s a lot of hype these days around microservices and distributed architectures (and for good reason!). Unfortunately, the “traditional” Spring Framework was not a great candidate for this craze; mountains of configuration and boilerplate got in the way of productivity and coding time. Luckily, Spring Boot solves these issues with an opinionated, productivity boosting framework that packs all the power we love in Spring Framework. Join me as I go from zero-to-production without touching a single line of XML.

Code and slides here

About the Author

Object Partners profile.

One thought on “Spring Boot: Power + Productivity

  1. Andrey says:

    Thanks a lot. That was very useful for me. Great presentation! And special thank for the source repo.

Leave a Reply

Your email address will not be published.

Related Blog Posts
Migrating from Cordova to React Native
Cordova and React Native are JavaScript based frameworks for building cross-platform mobile apps. They differ greatly in their approach, with Cordova being embedded web view centric, and React Native being native centric. React Native is […]
Building Scalable IoT Applications with AWS IoT
With the explosion of IoT devices across the world, handling communication with those devices in a secure, scalable and globally distributed manner is becoming increasingly important. Protocols such as MQTT offer a means for communicating […]
Simplifying Distributed Systems Using Apache Kafka
With the rising popularity of micro service architectures and typical scaling patterns used at enterprises, distributed systems are becoming more common and complex. What was once a simple web server connected to a database now […]
Rest Services with Node, Mongo, & Express
Demonstrating how easy it can be to build our RESTful webservices with Node, I will live code a full CRUD (Create, Read, Update, and Delete) REST service with NodeJS. We will utilize MongoDB as our […]