Skip to main content

Page of 22
and
  1. No Access

    Chapter

    Java Enterprise Services

    In this chapter, you will learn about Spring Boot’s support for the most common Java enterprise services: using Java Management Extensions (JMX), sending email with Jakarta Mail, and scheduling tasks.

    Marten Deinum in Spring Boot 3 Recipes (2024)

  2. No Access

    Chapter

    Spring Boot Actuator

    When develo** an application, you want to be able to monitor the behavior of the application once it’s launched. Spring Boot makes it easy to enable this by introducing Spring Boot Actuator. Spring Boot Actu...

    Marten Deinum in Spring Boot 3 Recipes (2024)

  3. No Access

    Chapter

    Spring Batch and Modulith

    In this chapter, we’re going to talk about two recent but lesser known libraries in the Spring Framework ecosystem: Spring Batch and Spring Modulith. Both can aid in providing useful tooling around functions w...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  4. No Access

    Video Segment

    Mainstream Concurrency Models in Rust

    This video segment lists and introduces main concurrent programming models in Rust: process, thread and Async.

    Yu Zheng in Concurrency Model in Rust (2024)

  5. No Access

    Chapter

    History and Justification

    Spring is an application framework providing dependency injection features for the Java Virtual Machine – features that enable testability, reliability, and flexibility to application developers. It changed ho...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  6. No Access

    Video Segment

    Multi-Thread Model

    Introduce the content of Multi-Thread section.

    Yu Zheng in Concurrency Model in Rust (2024)

  7. No Access

    Chapter

    Introduction

    This chapter tells the history of social media from ancient days until more recently. The first few decades of the 21st century are often considered the “heydays” of social media between the “DotCom Bubble” an...

    Werner Keil in Enterprise Social for the Java Platform (2024)

  8. No Access

    Chapter

    Configuration and Declaration of Beans

    In this chapter, we’re going to explore a decent subset of Spring configuration, and we’re going to shift attention away from "Hello, World" into a simple application that will allow us to explore features and...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  9. No Access

    Video Segment

    Explore Further

    This video segment provides more information if audiences want to learn more.

    Yu Zheng in Concurrency Model in Rust (2024)

  10. No Access

    Chapter

    Standardization

    This chapter explores the efforts to standardize access to social media via common APIs, as well as some standards used by social networks themselves, allowing not only to switch more easily between different ...

    Werner Keil in Enterprise Social for the Java Platform (2024)

  11. No Access

    Chapter

    Spring and Jakarta EE

    Spring can certainly be used in a standalone environment, but the most common environment for Spring has historically been in an enterprise environment, powering web applications and backend services in a mana...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  12. No Access

    Chapter

    Security Frameworks

    The previous chapter dealt with security aspects of social networks and standards related to security. In this chapter, we’ll cover security frameworks like Soteria, Keycloak, Spring Security, Micronaut Securi...

    Werner Keil in Enterprise Social for the Java Platform (2024)

  13. No Access

    Chapter

    Spring Boot

    So far, we’ve looked at dependency injection and various configuration approaches, and we’ve explored deploying some web services into Apache Tomcat. Along the way we’ve used a small set of Spring modules, pic...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  14. No Access

    Chapter

    The Basics of Spring Boot

    In this chapter, we will take a look at the foundational features of Spring Boot.

    Marten Deinum in Spring Boot 3 Recipes (2024)

  15. No Access

    Chapter

    Social Portals

    As you remember from Chapter 3, Java Portlets were an early approach to mashups; therefore, popular portal servers also support social media integration like social login, mas...

    Werner Keil in Enterprise Social for the Java Platform (2024)

  16. No Access

    Chapter

    Persistence with Spring and Spring Data

    In Chapter 8 we finally stopped looking at configuration and presentation mechanisms, and we looked at accessing a relational database with JdbcTemplate. In this chapter, we’r...

    Joseph B. Ottinger, Andrew Lombardi in Beginning Spring 6 (2024)

  17. No Access

    Chapter

    Packaging

    In this chapter, you will learn about different solutions for packaging a Spring Boot application, from creating an executable JAR to using GraalVM to create a native image from the code.

    Marten Deinum in Spring Boot 3 Recipes (2024)

  18. No Access

    Chapter

    WebFlux

    This chapter covers WebFlux recipes.

    Marten Deinum in Spring Boot 3 Recipes (2024)

  19. No Access

    Chapter

    Data Access

    Most applications use a relational database such as Oracle, MySQL, or PostgreSQL; however, there is more to data storage than just SQL databases. There are also these types:

    Marten Deinum in Spring Boot 3 Recipes (2024)

  20. No Access

    Chapter

    Setting the Scene

    A microservices architecture allows you to design software systems as a collection of independent services that communicate through APIs. Each microservice performs a specific business function and is responsi...

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

Page of 22