Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Hands-On Microservices with  Kotlin
Hands-On Microservices with  Kotlin

Hands-On Microservices with Kotlin: Build reactive and cloud-native microservices with Kotlin using Spring 5 and Spring Boot 2.0

eBook
$27.98 $39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

Hands-On Microservices with Kotlin

Getting Started with Spring Boot 2.0

Spring is the most popular Java Framework, according to RedMonk's latest reports, and Spring Boot is becoming the starting point for Java Developers interested in microservices.

More details on the RedMonk report can be found here: http://redmonk.com/fryan/2017/06/22/language-framework-popularity-a-look-at-java-june-2017/.

In this chapter, we will be developing our first microservice with Kotlin using Spring Boot 2.0 and getting a deep dive into the Spring Boot application structure and how the component scan works. We will get a basic overview of how we could use Maven and IntelliJ IDEA to develop, build, and package our microservices and how to configure and run, and then learn about:

  • SpringBoot 2.0
  • Spring Initializr
  • Maven
  • IntelliJ IDEA
  • The component scan
  • Spring Application Context
  • Spring Configuration
  • SpEL
...

Creating a Spring Boot application

When we decide to create a microservice, we may have a clear view of what we want to do, but deciding how we are going to do it may be more complex than anticipated. In this section, we will guide you through the required initial steps. First, we may need to set up a set of tools, which we will use later for managing our projects' files and dependencies to edit our code.

Then, we will take advantage of using Spring Initializr, a service provided by Spring to easily create new Spring Boot applications. Since Spring Initializr generates a project for a chosen build system, in our case Maven, we will learn how to use it effectively. Finally, we may need an IDE that allows us to help in our developer tasks, from debugging to refactoring, IntelliJ IDEA will be our choice for this.

...

Spring Boot application structure

Microservices, if exposed as web services, either JSON or XML, need to have the corresponding HTTP server capabilities. As well as managing resources and connections to databases, they may consume other services, or even publish data through messages queues.

If you have worked with these kinds of applications before, you may remember how complex they were in order to configure and set up with probably dozens of XML files and properties and in many cases a lot of boilerplate code that initialized many of these systems.

Spring, through Spring Boot, provides a framework that will drastically reduce the boilerplate code and autoconfigure most of the system that we need to use.

Let's review the different components that we will use to create microservices.

...

Packaging and running a Spring Boot application

Now that we know something more about building microservices within Spring Boot, we need to package and run our service. This will teach us how to package a Spring Boot application.

Then, we will analyze the difference between packaging, using JARs or WARs.

Finally, we learn how to run the package applications, and how to creating self-executables JARs.

Packaging

We can package the application using the Maven lifecycle phase package, either using the IntelliJ Maven projects window or from the command line.

We can open a command line to the project folder from IntelliJ using the terminal window from the menu—View | Tool Windows | Terminal or using the Alt + F12 keybinding...

Configuring our application

When we create a Spring Boot application, we may need to use configuration values, things that we want to externalize from the application code itself, or that we may want to change without affecting the main code.

First, we will make some changes in our service and review the different methods to configure the application. Then, we will understand what Spring Expression Language is, and how we can use application profiles. Finally, we will apply our knowledge of configuration to create some conditional beans.

Setting configuration values

There is a time in any application that we may need to have a configurable value, something that we can define outside our main code and that can easily change...

Summary

Now we have a set of tools that we understand and will boost our productivity when creating microservices. When we create new microservices, instead of starting from scratch, we have to learn how to use Spring Initializr and how to customize it for our needs. We understand now what the component scan is and how by using components we can decouple our microservices implementation and we are ready to configure our microservices using the flexible Spring Configuration.

Now it's time to create more advanced microservices. For starters, we will do a deep dive into creating RESTFul APIs in the next chapter. There, we will learn how we can handle requests, and produce responses, or even handle errors, and how we can use HTTP verbs and status to produce our ubiquitous language for the users of our API.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Write easy-to-maintain lean and clean code with Kotlin for developing better microservices
  • Scale your Microserivces in your own cloud with Docker and Docker Swarm
  • Explore Spring 5 functional reactive web programming with Spring WebFlux

Description

With Google's inclusion of first-class support for Kotlin in their Android ecosystem, Kotlin's future as a mainstream language is assured. Microservices help design scalable, easy-to-maintain web applications; Kotlin allows us to take advantage of modern idioms to simplify our development and create high-quality services. With 100% interoperability with the JVM, Kotlin makes working with existing Java code easier. Well-known Java systems such as Spring, Jackson, and Reactor have included Kotlin modules to exploit its language features. This book guides the reader in designing and implementing services, and producing production-ready, testable, lean code that's shorter and simpler than a traditional Java implementation. Reap the benefits of using the reactive paradigm and take advantage of non-blocking techniques to take your services to the next level in terms of industry standards. You will consume NoSQL databases reactively to allow you to create high-throughput microservices. Create cloud-native microservices that can run on a wide range of cloud providers, and monitor them. You will create Docker containers for your microservices and scale them. Finally, you will deploy your microservices in OpenShift Online.

Who is this book for?

If you are a Kotlin developer with a basic knowledge of microservice architectures and now want to effectively implement these services on enterprise-level web applications, then this book is for you

What you will learn

  • • Understand microservice architectures and principles
  • • Build microservices in Kotlin using Spring Boot 2.0 and Spring Framework 5.0
  • • Create reactive microservices that perform non-blocking operations with Spring WebFlux
  • • Use Spring Data to get data reactively from MongoDB
  • • Test effectively with JUnit and Kotlin
  • • Create cloud-native microservices with Spring Cloud
  • • Build and publish Docker images of your microservices
  • • Scaling microservices with Docker Swarm
  • • Monitor microservices with JMX
  • • Deploy microservices in OpenShift Online

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 29, 2018
Length: 414 pages
Edition : 1st
Language : English
ISBN-13 : 9781788473491
Vendor :
JetBrains
Languages :
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want

Product Details

Publication date : Jan 29, 2018
Length: 414 pages
Edition : 1st
Language : English
ISBN-13 : 9781788473491
Vendor :
JetBrains
Languages :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 152.97
Building Applications with Spring 5 and Kotlin
$48.99
Hands-On Microservices with  Kotlin
$48.99
Kotlin Programming Cookbook
$54.99
Total $ 152.97 Stars icon

Table of Contents

13 Chapters
Understanding Microservices Chevron down icon Chevron up icon
Getting Started with Spring Boot 2.0 Chevron down icon Chevron up icon
Creating RESTful Services Chevron down icon Chevron up icon
Creating Reactive Microservices Chevron down icon Chevron up icon
Reactive Spring Data Chevron down icon Chevron up icon
Creating Cloud-Native Microservices Chevron down icon Chevron up icon
Creating Dockers Chevron down icon Chevron up icon
Scaling Microservices Chevron down icon Chevron up icon
Testing Spring Microservices Chevron down icon Chevron up icon
Monitoring Microservices Chevron down icon Chevron up icon
Deploying Microservices Chevron down icon Chevron up icon
Best Practices Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Most Recent
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.4
(8 Ratings)
5 star 75%
4 star 0%
3 star 12.5%
2 star 12.5%
1 star 0%
Filter icon Filter
Most Recent

Filter reviews by




Metin Öztürk Feb 04, 2020
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As a starter in Kotlin backend development, this book helped me a great deal. Clear, focused and practical.
Amazon Verified review Amazon
Noel A. Hahn Jun 12, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As others have stated, there are a decent amount of typos but I really have to give the writer props. I've read a decent amount of Spring books and online material that have never been put together in such a complete and practical way. I bought this to learn Reactive Programming with Spring and best practices with Kotlin and the couple of chapters that actually covered this material were very informative. However, the entirety of this book has you go from learning the very basics to creating real production-ready microservices and deploying them using modern tools. And the small amount that is not covered, there are websites referenced. Best read on Spring by far, whether it book a book, or online tutorials.
Amazon Verified review Amazon
Mark Twain May 18, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
The book is simple and easy to understand. It gives full overview of microservices life cycle.
Amazon Verified review Amazon
Sami Jan 23, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
Unfortunately this book hasn't been reviewed once after redaction! A lot of typos, and worse, several code errors in the book that wouldn't compile.Many implicit things that you have to figure out by yourself, I was expecting more..
Amazon Verified review Amazon
Michael Jones Aug 18, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Most teams would love to be where this book describes. I knew my services could be better, this book gives me a destination and a roadmap to getting there.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.