0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R500 - R1,000 (1)
  • R1,000 - R2,500 (3)
  • R2,500 - R5,000 (1)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

Hacking with Spring Boot 2.4 - Classic Edition (Paperback): Greg L. Turnquist Hacking with Spring Boot 2.4 - Classic Edition (Paperback)
Greg L. Turnquist
R1,009 Discovery Miles 10 090 Ships in 10 - 15 working days
Learning Spring Boot 3.0 - Simplify the development of production-grade applications using Java and Spring (Paperback, 3rd... Learning Spring Boot 3.0 - Simplify the development of production-grade applications using Java and Spring (Paperback, 3rd Revised edition)
Greg L. Turnquist, Dave Syer, Mark Heckler, Josh Long
R1,110 Discovery Miles 11 100 Ships in 10 - 15 working days

Build Java web apps without wasting any time with this third edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 3 Purchase of the print or Kindle book includes a free eBook PDF Key Features Learn Spring Boot in a cohesive manner with this practical guide by a core Spring contributor Discover popular Java developer tools such as GraalVM native images, serving up JSON, and more Build secure, scalable, and manageable web applications from zero to production Book DescriptionSpring Boot 3 brings more than just the powerful ability to build secure web apps on top of a rock-solid database. It delivers new options for testing, deployment, Docker support, and native images for GraalVM, along with ways to squeeze out more efficient usage of existing resources. This third edition of the bestseller starts off by helping you build a simple app, and then shows you how to secure, test, bundle, and deploy it to production. Next, you'll familiarize yourself with the ability to go "native" and release using GraalVM. As you advance, you'll explore reactive programming and get a taste of scalable web controllers and data operations. The book goes into detail about GraalVM native images and deployment, teaching you how to secure your application using both routes and method-based rules and enabling you to apply the lessons you've learned to any problem. If you want to gain a thorough understanding of building robust applications using the core functionality of Spring Boot, then this is the book for you. By the end of this Spring Boot book, you'll be able to build an entire suite of web applications using Spring Boot and deploy them to any platform you need. What you will learn Create powerful, production-grade web applications with minimal fuss Support multiple environments with one artifact, and add production-grade support with features Find out how to tweak your Java apps through different properties Enhance the security model of your apps Make use of enhancing features such as native deployment and reactive programming in Spring Boot Build anything from lightweight unit tests to fully running embedded web container integration tests Get a glimpse of reactive programming and decide if it's the right approach for you Who this book is forThis book is for both novices and experienced Spring developers looking to learn how to build applications without wasting time on infrastructure and other tedious details. Working knowledge of the Java programming language is assumed.

Hacking with Spring Boot 2.3 - Reactive Edition (Paperback): Greg L. Turnquist Hacking with Spring Boot 2.3 - Reactive Edition (Paperback)
Greg L. Turnquist
R1,038 Discovery Miles 10 380 Ships in 10 - 15 working days
Developing Java Applications with Spring and Spring Boot (Paperback): Claudio Eduardo de Oliveira, Greg L. Turnquist, Alex... Developing Java Applications with Spring and Spring Boot (Paperback)
Claudio Eduardo de Oliveira, Greg L. Turnquist, Alex Antonov
R2,672 Discovery Miles 26 720 Ships in 10 - 15 working days

An end-to-end software development guide for the Java eco-system using the most advanced frameworks: Spring and Spring Boot. Learn the complete workflow by building projects and solving problems. About This Book * Learn reactive programming by implementing a reactive application with Spring WebFlux * Create a robust and scalable messaging application with Spring messaging support * Get up-to-date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5 * Learn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and more * This collection of effective recipes serves as guidelines for Spring Boot application development Who This Book Is For Java developers wanting to build production-grade applications using the newest popular Spring tools for a rich end-to-end application development experience. What You Will Learn * Get to know the Spring Boot and understand how it makes creating robust applications extremely simple * Understand how Spring Data helps us add persistence in MongoDB and SQL databases * Implement a websocket to add interactive behaviors in your applications * Create powerful, production-grade applications and services with minimal fuss * Use custom metrics to track the number of messages published and consumed * Build anything from lightweight unit tests to fully running embedded web container integration tests * Learn effective testing techniques by integrating Cucumber and Spock * Use Hashicorp Consul and Netflix Eureka for dynamic Service Discovery In Detail Spring Framework has become the most popular framework for Java development. It not only simplifies software development but also improves developer productivity. This book covers effective ways to develop robust applications in Java using Spring. The course is up made of three modules, each one having a take-away relating to building end-to-end java applications. The first module takes the approach of learning Spring frameworks by building applications.You will learn to build APIs and integrate them with popular fraemworks suh as AngularJS, Spring WebFlux, and Spring Data. You will also learn to build microservices using Spring's support for Kotlin. You will learn about the Reactive paradigm in the Spring architecture using Project Reactor. In the second module, after getting hands-on with Spring, you will learn about the most popular tool in the Spring ecosystem-Spring Boot. You will learn to build applications with Spring Boot, bundle them, and deploy them on the cloud. After learning to build applications with Spring Boot, you will be able to use various tests that are an important part of application development. We also cover the important developer tools such as AMQP messaging, websockets, security, and more. This will give you a good functional understanding of scalable development in the Spring ecosystem with Spring Boot. In the third and final module, you will tackle the most important challenges in Java application development with Spring Boot using practical recipes. Including recipes for testing, deployment, monitoring, and securing your applications. This module will also address the functional and technical requirements for building enterprise applications. By the end of the course you will be comfortable with using Spring and Spring Boot to develop Java applications and will have mastered the intricacies of production-grade applications. Style and approach A simple step-by-step guide with practical examples to help you develop and deploy Spring and Spring Boot applications in the real-world.

Learning Spring Boot 2.0 - (Paperback, 2nd Revised edition): Greg L. Turnquist Learning Spring Boot 2.0 - (Paperback, 2nd Revised edition)
Greg L. Turnquist
R1,306 Discovery Miles 13 060 Ships in 10 - 15 working days

Use Spring Boot to build lightning-fast apps About This Book * Get up to date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5 * Learn to perform Reactive programming with SpringBoot * Learn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and more Who This Book Is For This book is designed for both novices and experienced Spring developers. It will teach you how to override Spring Boot's opinions and frees you from the need to define complicated configurations. What You Will Learn * Create powerful, production-grade applications and services with minimal fuss * Support multiple environments with one artifact, and add production-grade support with features * Find out how to tweak your apps through different properties * Use custom metrics to track the number of messages published and consumed * Enhance the security model of your apps * Make use of reactive programming in Spring Boot * Build anything from lightweight unit tests to fully running embedded web container integration tests In Detail Spring Boot provides a variety of features that address today's business needs along with today's scalable requirements. In this book, you will learn how to leverage powerful databases and Spring Boot's state-of-the-art WebFlux framework. This practical guide will help you get up and running with all the latest features of Spring Boot, especially the new Reactor-based toolkit. The book starts off by helping you build a simple app, then shows you how to bundle and deploy it to the cloud. From here, we take you through reactive programming, showing you how to interact with controllers and templates and handle data access. Once you're done, you can start writing unit tests, slice tests, embedded container tests, and even autoconfiguration tests. We go into detail about developer tools, AMQP messaging, WebSockets, security, and deployment. You will learn how to secure your application using both routes and method-based rules. By the end of the book, you'll have built a social media platform from which to apply the lessons you have learned to any problem. If you want a good understanding of building scalable applications using the core functionality of Spring Boot, this is the book for you. Style and approach This book takes a tutorial-based approach to teach you all you need to know to get up and running with the latest version of Spring Boot. Filled with examples, you will gain hands-on experience of every area that Spring tackles.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Lucky Define - Plastic 3 Head…
R390 Discovery Miles 3 900
ZA Cute Butterfly Earrings and Necklace…
R712 R499 Discovery Miles 4 990
Avengers: 4-Movie Collection - The…
Robert Downey Jr., Chris Evans, … Blu-ray disc R589 Discovery Miles 5 890
Parker Jotter Duo S. Steel Ballpoint Pen…
 (5)
R599 R523 Discovery Miles 5 230
Cartier Baiser Vole Eau De Parfum Spray…
R3,430 R2,639 Discovery Miles 26 390
With God All Things Are Possible Small…
Paperback R35 R30 Discovery Miles 300
Marco Prestige Laptop Bag (Black)
R676 Discovery Miles 6 760
Loot
Nadine Gordimer Paperback  (2)
R205 R168 Discovery Miles 1 680
Back Together
Michael Ball & Alfie Boe CD  (1)
R48 Discovery Miles 480
Fine Living Folding Table (Black) (1.8m)
 (1)
R1,299 R899 Discovery Miles 8 990

 

Partners