Skip to main content

Page of 22
and
  1. No Access

    Book

    Spring 6 Recipes

    A Problem-Solution Approach to Spring Framework

    Marten Deinum, Daniel Rubio, Josh Long (2023)

  2. No Access

    Chapter

    A Basic Spring Boot Application

    You could start writing code directly, but that, even while being pragmatic, would be far from a real case. Instead, you’ll see how to define a product you want to build and split it into small chunks. This re...

    Moisés Macero García, Tarun Telang in Learn Microservices with Spring Boot 3 (2023)

  3. No Access

    Book

    Learn Microservices with Spring Boot 3

    A Practical Approach Using Event-Driven Architecture, Cloud-Native Patterns, and Containerization

    Moisés Macero García, Tarun Telang (2023)

  4. No Access

    Chapter

    Introduction to Cloud Computing

    Cloud computing is the latest buzzword in the technology industry, and for good reason. It has the potential to revolutionize the way people use computers. This chapter introduces cloud computing and explains ...

    Tarun Telang in Beginning Cloud Native Development with Mi… (2023)

  5. No Access

    Book

    Pro Spring 6 with Kotlin

    An In-depth Guide to Using Kotlin APIs in Spring Framework 6

    Peter Späth, Iuliana Cosmina, Rob Harrop (2023)

  6. No Access

    Chapter

    The Data Layer

    It took two chapters to complete your first user story. Now, you have an MVP that you can use for experimentation. MVP stands for Minimum Viable Product. It is a concept widely used in product development and ...

    Moisés Macero García, Tarun Telang in Learn Microservices with Spring Boot 3 (2023)

  7. No Access

    Chapter

    Application Architecture

    Persistence is typically one of the most important topics in any language because it provides a way to save information in the long term for the applications that consume or produce it. In the past, when most ...

    Andres Sacco in Beginning Spring Data (2023)

  8. No Access

    Chapter

    Heuristics

    Haksun Li, PhDa*

    Haksun Li, PhD in Numerical Methods Using Kotlin (2023)

  9. No Access

    Chapter

    Setting Up Your Development Environment

    To develop cloud-native applications, you need a development environment. A development environment includes a set of tools and software you use to write, compile, test, and run your code. Setting up your deve...

    Tarun Telang in Beginning Cloud Native Development with Mi… (2023)

  10. No Access

    Chapter

    Event-Driven Architectures

    The last chapter analyzed how the interface between your microservices plays a key role concerning tight coupling. The Multiplication microservice acts as the orchestrator of the process by calling the Gamific...

    Moisés Macero García, Tarun Telang in Learn Microservices with Spring Boot 3 (2023)

  11. No Access

    Chapter

    Building REST APIs Using Spring Boot

    REST is an architectural style for building distributed systems that provide interoperability between heterogeneous systems. The need for REST APIs has increased significantly with the drastic increase in mobi...

    Siva Prasad Reddy Katamreddy, Sai Subramanyam Upadhyayula in Beginning Spring Boot 3 (2023)

  12. No Access

    Chapter

    Spring Data with SQL and NoSQL Databases

    Now that you’ve been introduced to multiple aspects of data access, such as connecting to the database, executing native queries with JDBC, map** tables to entity classes to allow database records to be trea...

    Peter Späth, Iuliana Cosmina, Rob Harrop, Chris Schaefer in Pro Spring 6 with Kotlin (2023)

  13. No Access

    Chapter

    Spring Data and Different Types of Persistence

    Chapter 1 discussed mechanisms to persist the information. One of them is Spring Data which offers the possibility to persist the information using different databases w...

    Andres Sacco in Beginning Spring Data (2023)

  14. No Access

    Chapter

    Random Numbers and Simulation

    Haksun Li, PhDa*

    Haksun Li, PhD in Numerical Methods Using Kotlin (2023)

  15. No Access

    Chapter

    Microservices Architecture

    Service-based architecture has become an increasingly popular way to build scalable and resilient systems. It makes it possible to scale individual services independently by decoupling services from each other. ...

    Tarun Telang in Beginning Cloud Native Development with Mi… (2023)

  16. No Access

    Chapter

    A Quick Tour of Kotlin

    Kotlin is not very different from Java. Kotlin introduced some new language features, but I’m sure you’ll find that Kotlin and Java are more similar than they are different. This is good news if you’re a Java ...

    Ted Hagos in Beginning Kotlin (2023)

  17. No Access

    Chapter

    Cassandra: Wide-Column Database

    The non-relational databases you have seen so far can have specific information replicas but imply that you configure a master node indicating the slaves. Another problem is how to replicate the information, w...

    Andres Sacco in Beginning Spring Data (2023)

  18. No Access

    Chapter

    Securing Web Applications

    Security is an essential aspect of software application design. It protects software from unauthorized access and misuse. Numerous threats are lurking around the Internet to steal users’ information. Hence, yo...

    Siva Prasad Reddy Katamreddy, Sai Subramanyam Upadhyayula in Beginning Spring Boot 3 (2023)

  19. No Access

    Chapter

    Task Scheduling

    Task scheduling is a common feature in enterprise applications. Task scheduling is composed mainly of three parts:

    Peter Späth, Iuliana Cosmina, Rob Harrop, Chris Schaefer in Pro Spring 6 with Kotlin (2023)

  20. No Access

    Chapter

    Transaction Management

    As you saw in the previous chapters of this book, you can execute simple queries to obtain information. Still, there are other cases when the situation is complex and involves updating/inserting/deleting table...

    Andres Sacco in Beginning Spring Data (2023)

Page of 22