Skip to content

Latest commit

 

History

History
294 lines (249 loc) · 18.9 KB

spring.md

File metadata and controls

294 lines (249 loc) · 18.9 KB

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.


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...


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...


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...


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


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

A sample Spring-based application.


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...


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...


http://www.ehcache.org/

Java's most widely used cache.


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


https://www.baeldung.com/mapstruct

A quick and practical guide to using MapStruct


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
  • :octocat: 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...


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

Resource Server parts

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


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...


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

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

It provides the following featur...


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, ...


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.


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...


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...


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

Automated JSON API documentation for API's built with Spring


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,...


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.


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.


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).


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.


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...


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...


https://spring.io/docs

  • Guides
  • Reference documentation
  • tags: spring, docs

https://spring.io/blog


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, ...


http://www.codingpedia.org/


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 ...