Saturday 4 August 2018

Spring Framework

Spring Framework
Spring Core
Cover spring core concepts like dependeny injection. Read more>>
Spring MVC
MVC stands for Model View Controller. Spring Web MVC is a web framework built on top of Servlet API. it is built on controller pattern and MVC guide lines. Read more>>
Spring Boot
Introduction to Spring Boot
By using spring boot, you can create standalone spring applications. Any typical web application requires Servlet container, caching library, messaging service etc., Read more>>
Actuator
Spring Boot actuator is used to monitor the running spring boot application. It provides Health, info and JMX endpoints. Read more>>
Aspects
Aspect is a block of code that is injected into application at run time. Aspects are used to solve cross-cutting concerns. Read more>>
Spring ArangoDB
Spring and ArangoDB integration Read more>>
Spring Batch
Batch Processing is a way of executing list of tasks as a group. Most of the batch processing applications will execute without any user interaction. Read more>>
Spring Boot 3
Spring boot 3 tutorial Read more>>
Spring Cache
Spring Cache is used to cache data items. Read more>>
Spring cloud
Api gateway example etc., Read more>>
Spring Data REST
You are going to learn how to build REST APIs for spring JPA Repositories. Read more>>
Spring Developement Tools
Developement tools are used to do effective applicaiton development Read more>>
Flyway integration
Integrate Spring with Flyway Read more>>
GraphQL
GraphQL with spring boot hands on Read more>>
JDBC
JDBC with spring boot hands on Read more>>
Integration
Spring integration is an extension to spring programming model, implements most of the Enterprise integration patterns (https://www.enterpriseintegrationpatterns.com/) Read more>>
Integration
Spring integration is an extension to spring programming model, implements most of the Enterprise integration patterns (https://www.enterpriseintegrationpatterns.com/) Read more>>
Kafka
spring and Kafka examples Read more>>
log4j2
spring and log4j2 examples Read more>>
OpenAPI
spring and openAPI examples Read more>>
Quartz: Job scheduling
Integrate quartz job scheduling library with spring boot. Read more>>
Rate limiter integration
Integrate rate limitier libraries with spring boot. Read more>>
REST API Development
Covers CURD operations using Spring REST Read more>>
RestTemplate
RestTemplate as HTTP Client to perform CRUD Operations. Read more>>
Security
Covers how can we achieve Authentication and Authroization via spring security Read more>>
Swagger
Spring and swagger integration Read more>>
Spring Data JPA
Spring data is a spring project to perform CRUD operations on databases. Spring Data JPA enhances the standard JPA (Java Persistence API) using spring framework. Read more>>
Spring Shell
Spring Shell is a Java Library used to create a runnable application where the user enter textual commands that will get executed until the program terminates. Read more>>
WebAppliation Development
You are going to learn how to build web applications in spring boot from scratch Read more>>
Webflux
Spring WebFlux is a reactive web framework for spring. Read more>>
Test Spring Boot Applications
This tutorial covers how to test dao, serivce and controller layer components. Read more>>
Miscellaneous
You can get useful spring boot applications here. Read more>>

No comments:

Post a Comment