spring.md

July 15, 2021 · View on GitHub

Bookmarks tagged [spring]

www.codever.land/bookmarks/t/spring

Spring Batch Tutorial: Reading Information From a REST API

https://www.petrikainulainen.net/programming/spring-framework/spring-batch-tutorial-reading-informat...

This blog post describes how we can create a custom ItemReader that reads the input data of our batch job by using the RestTemplate class.


Cloud-Native Batch Processing with Spring Batch 4 - Michael Minella - 1h:9min

https://www.youtube.com/watch?v=-Icd-s2JoAw

This talk will explore the latest release of Spring Batch as well as how to utilize it in a modern cloud environment. We will work through building a cloud-native batch process using Spring's stack in...


spring-projects/spring-framework: Spring Framework

https://github.com/spring-projects/spring-framework

This is the home of the Spring Framework: the foundation for all Spring projects. Collectively the Spring Framework and the family of Spring projects are often referred t...


High Performance Batch Processing - 1h:11min

https://www.youtube.com/watch?v=J6IPlfm7N6w

One of the benefits of batch processing is its efficiency. This efficiency lends itself to the ability to bulk process very large volumes of data. Spring Batch 4.1 brings new enhancements to how we en...


Spring Tips: Spring Batch - 39min

https://www.youtube.com/watch?v=x4nBNLoizOc

In this tip, we'll look at how to process large amounts of sequential data using Spring Batch.

spring-boot 1.5.RC and spring-batch 4


GitHub - spring-projects/spring-petclinic: A sample Spring-based application

https://github.com/spring-projects/spring-petclinic

A sample Spring-based application.


Spring, Jakarta EE, CDI: The Good Parts - 1h:40min

https://www.youtube.com/watch?v=Px_FCgmrCLQ

For few last years I was doing many presentations about problems caused by container based dependency injections and runtime aspects based on dynamic proxy. If You are not familiar with this I will qu...


Quarkus for Spring Developers

https://quarkus.io/blog/quarkus-for-spring-developers/

The arrival of Quarkus 1.0 brings an innovative platform for developing Linux container- and kubernetes-native Java microservices. Developers typically have to set aside their existing knowledge as th...


JDK 8: Lessons Learnt With Lambdas and Streams - 30min

https://www.youtube.com/watch?v=wZKmA6XodNE&t=3s

Recorded at SpringOne Platform 2016. Speaker: Simon Ritter, Azul Slides: http://www.slideshare.net/SpringCentral/jdk8-lessons-learnt-with-lambdas-and-streams

Lambda expressions and the streams API ad...


A Guide to Spring Framework Annotations - DZone Java

https://dzone.com/articles/a-guide-to-spring-framework-annotations


Spring Boot in a Container

https://spring.io/blog/2018/11/08/spring-boot-in-a-container

Many people are using containers to wrap their Spring Boot applications, and building containers is not a simple thing to do. This is an article for developers of Spring Boot applications, and contain...


Ehcache Home Page

http://www.ehcache.org/

Java's most widely used cache.


Handling entities inheritance with Spring Data JPA – Netgloo Blog

https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/


Quick Guide to MapStruct | Baeldung

https://www.baeldung.com/mapstruct

A quick and practical guide to using MapStruct


Spring Cloud GCP Home Page

https://spring.io/projects/spring-cloud-gcp

The Spring Cloud GCP project makes the Spring Framework a first-class citizen of Google Cloud Platform (GCP).

[Spring Cloud GCP Code Samples](https://github.com/spring-cloud/spring-cloud-gcp/tree/mas...


Spring REST + Spring Security Example – Mkyong.com

https://www.mkyong.com/spring-boot/spring-rest-spring-security-example/

Technologies used :

  • Spring Boot 2.1.2.RELEASE
  • Spring 5.1.4.RELEASE
  • Spring Security 5.1.3.RELEASE
  • Spring Data JPA 2.1.4.RELEASE
  • H2 In-memory Database 1.4.197
  • Tomcat Embed 9.0.14
  • JUnit 4.1...
  • :calendar: published on: 2019-02-25
  • tags: spring, spring-boot, rest, spring-security
  • :octocat: source code

Reactive Spring Security 5.1 by Example - YouTube

https://www.youtube.com/watch?v=YcAufUtfm44

In this talk we will be taking an insecure, reactive application and gradually start applying Spring Security to it. Along the way we will discuss reactive programming, highlight the new features in S...


Securing OAuth 2.0 Resources in Spring Security 5.1 - YouTube

https://www.youtube.com/watch?v=1N-xwmoN83w

Resource Server parts

The OAuth 2.0 Authorization Framework is elaborate, with several nuances and subtl...


Topical Guide · Spring Security Architecture

https://spring.io/guides/topicals/spring-security-architecture

This guide is a primer for Spring Security, offering insight into the design and basic building blocks of the framework. We only cover the very basics of application security but in doing so we can cl...


Admin UI for administration of spring boot applications

https://github.com/codecentric/spring-boot-admin

This community project provides an admin interface for Spring Boot ® applications.

It provides the following featur...


Making microservices micro with Istio Service Mesh & Kubernetes by Ray Tsang @ Spring I/O 2018 - YouTube

https://www.youtube.com/watch?v=s31kdh7Q7Hc

Spring has been the leader as a microservices framework for Java with Spring Boot, Spring and Spring Cloud. Istio has emerged as a polyglot alternative to Spring Cloud as an open platform to connect, ...


Spring 5 WebClient

https://www.baeldung.com/spring-5-webclient

Discover Spring 5's WebClient - a new reactive RestTemplate alternative.


Guide to Spring 5 WebFlux

https://www.baeldung.com/spring-webflux

A brief guide to using WebFlux with annotations, in Spring 5.


Project Reactor Home Page

https://projectreactor.io/

Reactor is a fourth-generation Reactive library for building non-blocking applications on the JVM based on the [Reactive Streams Specification](https://github.com/reactive-streams/reactive-streams-jvm...


Oliver Gierke - Why field injection is evil

http://olivergierke.de/2013/11/why-field-injection-is-evil/

I’m quite frequently getting pulled into discussions on Twitter about the different flavors of Dependency Injection. Also, I’ve repeatedly expressed my distaste for field injection but as Twitter is n...


SpringFox homepage

http://springfox.github.io/springfox/

Automated JSON API documentation for API's built with Spring


Spring Cloud Homepage

http://spring.io/projects/spring-cloud

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing,...


A Guide to Spring Cloud Netflix - Hystrix

https://www.baeldung.com/spring-cloud-netflix-hystrix

The article shows how to set up a fallback in your application logic, using Spring Cloud Hystrix.


Spring Getting Started - Circuit Breaker

https://spring.io/guides/gs/circuit-breaker/

This guide walks you through the process of applying circuit breakers to potentially-failing method calls using the Netflix Hystrix fault tolerance library.


AssertJ homepage

http://joel-costigliola.github.io/assertj/

AssertJ provides a rich and intuitive set of strongly-typed assertions to use for unit testing (with JUnit, TestNG or any other test framework).


Spring Profiles

https://www.baeldung.com/spring-profiles

How to define and use Profiles in Spring. The 4 ways to enable profiles and their precedence. And a real-world example using profiles.


Transaction strategies: Understanding transaction pitfalls

https://www.ibm.com/developerworks/library/j-ts1/index.html

Transaction processing should achieve a high degree of data integrity and consistency. This article, the first in a series on developing an effective transaction strategy for the Java platform, introd...


Spring Boot

http://spring.io/projects/spring-boot

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".

We take an opinionated view of the Spring platform and third-party libraries so yo...


Spring Documentation

https://spring.io/docs

  • Guides
  • Reference documentation
  • tags: spring, docs

The Spring Blog

https://spring.io/blog


Spring Framework Reference Documentation

http://docs.spring.io/spring/docs/current/spring-framework-reference/html/

Rod Johnson, Juergen Hoeller, Keith Donald, Colin Sampaleanu, Rob Harrop, Thomas Risberg, Alef Arendsen, Darren Davison, Dmitriy Kopylenko, Mark Pollack, Thierry Templier, Erwin Vervaet, Portia Tung, ...


Sharing coding knowledge – CodingpediaOrg

http://www.codingpedia.org/


Tutorial – REST API design and implementation in Java with Jersey and Spring – CodingpediaOrg

http://www.codingpedia.org/ama/tutorial-rest-api-design-and-implementation-in-java-with-jersey-and-s...

In the blog post I will present you how to “beautifully” design a REST API and also, how to implement it in Java with the Jersey framework. The RESTful API developed in this tutorial will demonstrate ...