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.
- :calendar: published on: 2016-03-13
- tags: spring, spring-batch
- :octocat: source code
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...
- :calendar: published on: 2017-12-14
- tags: spring, spring-cloud, scalability
- :octocat: source code
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...
- tags: spring, source-code
- :octocat: source code
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-batch
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
- :calendar: published on: 2017-02-01
- tags: spring, spring-boot, spring-batch
GitHub - spring-projects/spring-petclinic: A sample Spring-based application
https://github.com/spring-projects/spring-petclinic
A sample Spring-based application.
- tags: spring, example-apps
- :octocat: source code
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...
- :calendar: published on: 2019-12-11
- tags: quarkus, spring-boot, spring, java
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...
- :calendar: published on: 2018-11-08
- tags: spring, spring-boot, docker, dockerfile, jib
Ehcache Home Page
Java's most widely used cache.
- tags: java, caching, spring, spring-boot
- :octocat: source code
Handling entities inheritance with Spring Data JPA – Netgloo Blog
https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/
- :calendar: published on: 2014-12-18
- tags: spring, spring-data-jpa, inheritance
Quick Guide to MapStruct | Baeldung
https://www.baeldung.com/mapstruct
A quick and practical guide to using MapStruct
- tags: mapstruct, lombok, spring, maven
- :octocat: source code
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...
- tags: spring, spring-cloud, google-cloud-platform
- :octocat: source code
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-security, reactive
- :octocat: source code
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...
- :calendar: published on: 2018-10-04
- tags: spring, spring-boot, spring-security, oauth2
- :octocat: source code
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...
- tags: spring-security, spring, architecture
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...
- tags: spring-boot, spring
- :octocat: source code
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, ...
- :calendar: published on: 2018-10-03
- tags: microservices, istio, spring, spring-boot
Spring 5 WebClient
https://www.baeldung.com/spring-5-webclient
Discover Spring 5's WebClient - a new reactive RestTemplate alternative.
- tags: spring, spring-webflux, reactive-programming
- :octocat: source code
Guide to Spring 5 WebFlux
https://www.baeldung.com/spring-webflux
A brief guide to using WebFlux with annotations, in Spring 5.
- :calendar: published on: 2019-02-21
- tags: spring, spring-webflux
- :octocat: source code
Project Reactor Home Page
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...
- tags: reactive, spring, jvm
- :octocat: source code
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...
- :calendar: published on: 2013-11-22
- tags: dependency-injection, javaee, spring
SpringFox homepage
http://springfox.github.io/springfox/
Automated JSON API documentation for API's built with Spring
- tags: spring, swagger, rest, documentation
- :octocat: source code
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,...
- tags: spring, spring-cloud
- :octocat: source code
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.
- :calendar: published on: 2018-11-05
- tags: spring, spring-boot, spring-cloud, hystrix, circuit-breaker
- :octocat: source code
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.
- tags: spring, spring-boot, circuit-breaker, hystrix
- :octocat: source code
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).
- tags: java, spring, testing
- :octocat: source code
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.
- :calendar: published on: 2018-09-13
- tags: spring
- :octocat: source code
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...
- :calendar: published on: 2009-02-10
- tags: javaee, spring, transactions
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...
- tags: spring-boot, spring
- :octocat: source code
Spring Documentation
The Spring 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, ...
- tags: spring, free-programming-books, java
Sharing coding knowledge – CodingpediaOrg
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 ...
- :calendar: published on: 2014-05-31
- tags: spring, java, jersey, rest
- :octocat: source code