Best of Spring Framework — 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Best Animation Libraries For React🎉

    React-spring is a spring-physics-based animation library that should cover most of your UI-related animation needs. Framer Motion is a production-ready motion library for React. Green Sock has over 5,500 GitHub stars and 54k weekly NPM downloads.

  2. 2
    Article
    Avatar of devgeniusDev Genius·2y

    Virtual Threads in Spring Boot

    The article discusses virtual threads in Spring Boot, highlighting their lightweight nature and aim to simplify concurrent programming compared to traditional Java threads.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Microservices Patterns: Service Discovery Patterns

    A Service Registry is a centralized server / a database containing the location of service instances. In a microservices setup, services update their locations in the Service Registry at regular intervals. Service consumers can connect to the service registry and fetch the locations of those services. This will help the client to know where the service instance is located.

  4. 4
    Article
    Avatar of gcgitconnected·2y

    Difference between @Component, @Service, @Controller, and @Repository in Spring Framework

    Learn about the differences between @Component, @Service, @Controller, and @Repository annotations in the Spring Framework and how Component Scanning works.

  5. 5
    Article
    Avatar of auth0Auth0·3y

    Java Microservices with Spring Boot and Spring Cloud

    Microservices architecture allows for failover, resiliency, scalability, and agility in systems. Java has a vast open source ecosystem for developing microservice architectures. Spring Boot and Spring Cloud are popular frameworks for building microservices in Java. The article provides an example of building microservices with Spring Boot and Spring Cloud, including service discovery, API gateway, and security implementation.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    My Favorite Courses to learn Microservices in Depth

    Learn about Microservices architecture and how to create Microservices with Java using Spring Boot and Spring Cloud framework through the best online courses in 2023.

  7. 7
    Article
    Avatar of gcgitconnected·2y

    Experienced Spring/Spring Boot Interview Questions for Java Developers-2023[5–10 years]

    Experienced Java developers can find a list of interview questions related to Spring and Spring Boot in this article. Topics covered include alternative to spring boot application annotation, bean scopes, and differences between @inject and @autowire.

  8. 8
    Article
    Avatar of dzDZone·3y

    Agile Git Branching Strategies in 2023

    The right choice for a branching strategy is essential for project success, says author. Git-Flow is very popular and well-documented, but there are a few other alternatives like GitHub-Flow and the Trunk-based approach that exist. This article will describe why some other branching models may work better for your and your team.

  9. 9
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Mastering Spring Boot: Top Interview Questions with Solutions

    Spring Boot has emerged as a pivotal framework for building robust and scalable Java applications. Its simplicity, flexibility, and rapid development capabilities have made it a top choice for both developers and organizations. We’ve curated a comprehensive set of Spring Boot interview questions that are frequently posed by hiring managers and technical interviewers.

  10. 10
    Article
    Avatar of eversqlEverSQL·3y

    Java ORM – Hibernate vs Spring Data JPA vs EclipseLink vs JPA vs JDBC

    Java ORM - Hibernate vs. Spring Data JPA vs. EclipseLink vs. JDBC vs. JPA is a specification for an ORM framework that is defined by the Java Community Process (JCP), and not an open source project.

  11. 11
    Article
    Avatar of javacodegeeksJava Code Geeks·3y

    Popular 10 Microservices Frameworks

    Popular 10 Microservices Frameworks - Java Code Geeks - 2023 Software Development Popular 10 Micro Services Frameworks. These frameworks embody cutting-edge technology, seamless scalability, and the promise of a more agile and efficient software development process. Each service can be developed, deployed, and scaled independently of the others.

  12. 12
    Article
    Avatar of snykSnyk·3y

    A guide to input validation with Spring Boot

    Bean Validation can be used in Spring Boot applications for input and form validation, data validation prior to saving to a database, and enforcement of various security policies. This helps developers prevent errors, improve the overall quality of the application, and ensure that data is consistent throughout the application.