With the introduction of the cloud, enterprise application development moved from monolithic applications to small lightweight process-driven components called microservices. Microservices are the next big thing in designing scalable, easy-to-maintain applications. It not only makes app development easier, but also offers great flexibility to utilize various resources optimally. If you want to build an enterprise-ready implementation of the microservices architecture, then this is the book for you! Starting off by understanding the core concepts and framework, you will then focus on the high-level design of large software projects. You will gradually move on to setting up the development environment and configuring it before implementing continuous integration to deploy your microservice architecture. Using Spring security, you will secure microservices and test it effectively using REST Java clients and other tools. Finally, we'll show you the best practices and common principles of microservice design and you'll learn to troubleshoot and debug the issues faced during development. By the end of the book, you will know how to build smaller, lighter, and faster services that can be implemented easily in a production environment. Sourabh Sharma has more than a decade of experience of product/app development. His expertise lies in developing, deploying, and testing N-tier web applications. He loves to troubleshoot complex problems and look for the best solutions. In his career, he has successfully developed and delivered various standalone and cloud apps to happy Fortune 500 customers. Sourabh has also initiated and developed a microservices-based product for his US-based top enterprise product company. He started writing Java programs in his college days, in the late 90s, and he still loves it.
W tej książce autor opisuje krok po kroku, jak stworzyć własny system mikrousług w Java.
Autor przechodzi w niej przez opis koncepcji mikrousług, konfiguracji Spring Boot, projektowaniu z wykorzystaniem DDD, implementacji usług REST, konfiguracji Dockera, OAuth2 oraz dodatkowych serwerów związanych z systemem mikrousług(równoważnik obciążenia, wyłącznik, serwer monitorujący i przesyłający komunikaty). Pod koniec książki pisze także o dobrych praktykach tworzenia mikrousług. Twórca książki poświęcił także rozdział tworzeniu aplikacji w technologii Angular.
W mojej ocenie książka służy bardziej jako prezentacja technologii stworzonych przez Netflixa niż jako poradnik dotyczący tworzenia systemu mikrousług. W wielu miejscach autor nie wyjaśnia dlaczego coś jest robione w podany sposób tylko idzie dalej. Książka nie zawiera prawie żadnej teorii. Jeśli chodzi o praktykę, to bez podstawowej znajomości Spring Boot czytelnik raczej sobie nie poradzi. Natomiast osoby bardziej doświadczone nie znajdą w tej książce wiele ciekawych rzeczy, ponieważ jest to tylko prezentacja technologii Netflixa.
One from modern books, which is more practical than theoretical, it gives just a short idea and the way how it'd be implemented with a modern state of the art.