Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/descriptions-of-it-technologies/spring-framework


https://github.com/descriptions-of-it-technologies/spring-framework

example-code java spring-annotations spring-boot spring-mvc springframework

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Spring Framework.

## Contents at a Glance.
* [About](#about)
* [Documentation.](#documentation)
* [Useful links.](#useful-links)
* [Spring Data JPA.](https://github.com/descriptions-of-it-technologies/spring-data-jpa)
* [Spring Boot.](https://github.com/descriptions-of-it-technologies/spring-boot)
* [Spring MVC.](https://github.com/descriptions-of-it-technologies/spring-mvc)
* [Spring Cloud.](https://github.com/descriptions-of-it-technologies/spring-cloud)
* [Spring Security.](https://github.com/descriptions-of-it-technologies/spring-security)
* [Spring WebFlux.](https://github.com/descriptions-of-it-technologies/spring-webflux)
* [Spring RestTemplate.](https://github.com/descriptions-of-it-technologies/spring-resttemplate)
* [Spring WebClient.](https://github.com/descriptions-of-it-technologies/spring-webclient)
* [Spring Framework Annotations.](spring-framework-annotations.md)
* [Spring Framework Testing.](spring-framework-testing.md)
* [Main Concepts.](#main-concepts)
* [Spring Framework and RESTful Services.](#spring-framework-and-restful-services)
* [Dependency Injection.](additional-files/dpendency-injection.md)
* [Inversion of Control. IoC.](additional-files/inversion-of-control.md)
* [Application Context.](https://github.com/descriptions-of-it-technologies/spring-framework/blob/master/additional-files/application-context.md)
* [Web Application Context.](https://github.com/descriptions-of-it-technologies/spring-mvc/blob/master/additional-files/web-application-context.md)
* [Spring Bean Life Cycle.](additional-files/spring-bean-life-cycle.md)
* [Help](#help)

## About.

## Documentation.

## Useful links.
* []()

# Main Concepts.
* [ComponentScan in Spring Boot.]()
* [What is the difference between "web.xml" and the Spring Context "servlet.xml"?.]()

## Spring Framework and RESTful Services.
* The Spring Framework has very robust support for creating and consuming RESTFul Web Services.
* Spring Framework has 3 Distinct libraries for creating RESTful services.
* Spring Framework has 2 Distinct libraries for consuming RESTful services.
* There are also several popular libraries for creating and consuming RESTful services frequently used with Spring.

## Help.