Skip to main content

previous disabled Page of 23
and
  1. No Access

    Chapter

    Spring Messaging

    Text here…

    Marten Deinum in Spring Boot 3 Recipes (2024)

  2. No Access

    Chapter

    Spring Security

    Security is critical in any application with access to live information – even public information. Security means controlling access to features and information; unless Annie is specifically granted access to ...

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

  3. No Access

    Chapter

    Next Steps

    By now, we’ve read about Spring and dependency injection, along with topics like web services (particularly REST services), transaction, persistence, and security. These are likely to be the "most important" p...

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

  4. No Access

    Video Segment

    The Challenge of Concurrent Programming

    This video segment introduces the challenge which concurrent programming face.

    Yu Zheng in Concurrency Model in Rust (2024)

  5. No Access

    Video Segment

    Multi-Process Model

    Introduce the content of Multi-Process section.

    Yu Zheng in Concurrency Model in Rust (2024)

  6. No Access

    Chapter

    Hello, World!

    It seems appropriate to start learning about Spring by building out our first example as a simple "Hello, World!" application. In this chapter, we’re going to take a look at the tools and libraries we’re going...

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

  7. No Access

    Video Segment

    Async Model

    Introduce the content of Async programming section.

    Yu Zheng in Concurrency Model in Rust (2024)

  8. No Access

    Chapter

    Social Use Cases

    In this chapter, we are going to explore the various use cases for social media, from general purpose networks to technically specialized ones like media sharing, as well as vertical social networks catering t...

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

  9. No Access

    Chapter

    Lifecycle

    In this chapter, we’ll expand on our sample application and learn about the lifecycle options in Spring. We’ll introduce how to invoke methods when Spring beans are created or destroyed and how to do so via mu...

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

  10. No Access

    Book

    Enterprise Social for the Java Platform

    Shares, Mashups, Likes, and Ways to Integrate Social Media into Your Cloud Native Enterprise Java Applications

    Werner Keil (2024)

  11. No Access

    Book

    Spring Boot 3 Recipes

    A Problem-Solution Approach for Java Microservices and Cloud-Native Applications

    Marten Deinum (2024)

  12. No Access

    Chapter

    Social Security

    The surge of cybersecurity attacks has nowadays created the need for defending our organization on multiple security fronts, be it physical, technological, or policies and procedures. Each one of the aforement...

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

  13. No Access

    Chapter

    Spring Web

    In previous chapters, we’ve looked mostly at dependency injection – easily the "secret sauce" that made Spring so popular and useful – as well as looking into the beginnings of what Spring can do for web devel...

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

  14. No Access

    Chapter

    Introduction to Spring Boot

    In this chapter, you will learn about the fundamentals of Spring Boot. At the heart of Spring Boot lies the Spring Framework, which Spring Boot extends to make auto-configuration, among other features, possible.

    Marten Deinum in Spring Boot 3 Recipes (2024)

  15. No Access

    Chapter

    Social Frameworks

    The previous chapter dealt with security frameworks like Soteria, Keycloak, or Spring Security. In this chapter, we’ll take a look at social frameworks like Meta Business SDK, Twitter4J, Twitter API Client, Le...

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

  16. No Access

    Chapter

    Spring Data Access with JdbcTemplate

    It’s time we started looking at how we actually access data. Spring has multiple ways of accessing data; here, we’re going to look at JdbcTemplate, a facade that provides trivial access to common operations, and ...

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

  17. No Access

    Chapter

    Spring MVC

    Spring Boot will automatically configure a web application when it finds classes on the classpath. It will also start an embedded server (by default it will launch an embedded Tomcat instance).

    Marten Deinum in Spring Boot 3 Recipes (2024)

  18. No Access

    Video

  19. No Access

    Book

  20. No Access

    Chapter

    Spring Security

    In this chapter, we will take a look at the Spring Security integration for Spring Boot. Spring Security can be used for both authenticating and authorizing users for your application. Spring Security has a pl...

    Marten Deinum in Spring Boot 3 Recipes (2024)

previous disabled Page of 23