|
18 | 18 | _Basics of Java can be learnt from this [course](https://www.udemy.com/course/java-tutorial/)_
|
19 | 19 |
|
20 | 20 | ## • __Service Layer using Spring with Spring Boot__
|
21 | | -###### 12. [Introduction to Web Services](https://java2blog.com/restful-web-service-tutorial/) |
22 | | -###### 13. [Introduction to Spring Framework](https://www.tutorialspoint.com/spring/spring_overview.htm) |
23 | | -###### 14. [Dependency Injection using Autowiring](https://www.javatpoint.com/autowiring-in-spring) |
24 | | -###### 15. [Introduction to Spring Boot](https://www.geeksforgeeks.org/introduction-to-spring-boot/) |
| 21 | +The service layer interacts with the presentation layer and the persistence layer. |
| 22 | +###### 12. Introduction to Web Services: Web services are client and server applications that communicate over the World Wide Web’s (WWW) HyperText Transfer Protocol (HTTP). Web services provide a standard means of interoperating between software applications running on a variety of platforms and frameworks [Learn More](https://java2blog.com/restful-web-service-tutorial/) |
| 23 | +###### 13. Introduction to Spring Framework: Spring Framework is an open source Java application development framework which supports building all types of Java applications like web applications, database driven applications, enterprise applications and many more. Java applications developed using Spring are simple, easily testable, reusable and maintainable. [Learn More](https://www.tutorialspoint.com/spring/spring_overview.htm) |
| 24 | +###### 14. Dependency Injection using Autowiring: [What is Autowiring?](https://www.javatpoint.com/autowiring-in-spring) |
| 25 | +###### 15. Introduction to Spring Boot: Spring Boot is a framework built on the top Spring framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again. [Learn More](https://www.geeksforgeeks.org/introduction-to-spring-boot/) |
25 | 26 | ###### 16. [Logging in Spring Boot](https://howtodoinjava.com/spring-boot2/logging/spring-boot-logging-configurations/)
|
26 | 27 |
|
27 | 28 | ## • __Persistence Layer using Spring ORM with Spring Boot__
|
|
0 commit comments