Bookmarks tagged [spring]
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.
- 📆 published on: 2016-03-13
- tags: spring, spring-batch
- source code
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...
- 📆 published on: 2017-12-14
- tags: spring, spring-cloud, scalability
- source code
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
- source code
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...
- 📆 published on: 2018-10-04
- tags: spring, spring-batch
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
- 📆 published on: 2017-02-01
- tags: spring, spring-boot, spring-batch
https://github.com/spring-projects/spring-petclinic
A sample Spring-based application.
- tags: spring, example-apps
- source code
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...
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...
- 📆 published on: 2019-12-11
- tags: quarkus, spring-boot, spring, java
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...
https://dzone.com/articles/a-guide-to-spring-framework-annotations
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...
- 📆 published on: 2018-11-08
- tags: spring, spring-boot, docker, dockerfile, jib
Java's most widely used cache.
- tags: java, caching, spring, spring-boot
- source code
https://blog.netgloo.com/2014/12/18/handling-entities-inheritance-with-spring-data-jpa/
- 📆 published on: 2014-12-18
- tags: spring, spring-data-jpa, inheritance
https://www.baeldung.com/mapstruct
A quick and practical guide to using MapStruct
- tags: mapstruct, lombok, spring, maven
- source code
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...
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...
- 📆 published on: 2019-02-25
- tags: spring, spring-boot, rest, spring-security
- source code
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...
- 📆 published on: 2018-10-04
- tags: spring, spring-security, reactive
- source code
https://www.youtube.com/watch?v=1N-xwmoN83w
Resource Server parts
The OAuth 2.0 Authorization Framework is elaborate, with several nuances and subtl...
- 📆 published on: 2018-10-04
- tags: spring, spring-boot, spring-security, oauth2
- source code
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
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
- 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, ...
- 📆 published on: 2018-10-03
- tags: microservices, istio, spring, spring-boot
https://www.baeldung.com/spring-5-webclient
Discover Spring 5's WebClient - a new reactive RestTemplate alternative.
https://www.baeldung.com/spring-webflux
A brief guide to using WebFlux with annotations, in Spring 5.
- 📆 published on: 2019-02-21
- tags: spring, spring-webflux
- source code
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
- source code
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...
- 📆 published on: 2013-11-22
- tags: dependency-injection, javaee, spring
http://springfox.github.io/springfox/
Automated JSON API documentation for API's built with Spring
- tags: spring, swagger, rest, documentation
- source code
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
- source code
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.
- 📆 published on: 2018-11-05
- tags: spring, spring-boot, spring-cloud, hystrix, circuit-breaker
- source code
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
- source code
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
- source code
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.
- 📆 published on: 2018-09-13
- tags: spring
- source code
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...
- 📆 published on: 2009-02-10
- tags: javaee, spring, transactions
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
- source code
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
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 ...
- 📆 published on: 2014-05-31
- tags: spring, java, jersey, rest
- source code