Open in app

Sign In

Write

Sign In

Umut Altaş
Umut Altaş

25 Followers

Home

About

Apr 26, 2022

Spring — MVC and the Web Layer Q&A

1- MVC is an abbreviation for a design pattern. What does it stand for and what is the idea behind it? Model View Controller pattern (MVC pattern). The MVC pattern divides the system into three kinds of components. Each component in the system has specific responsibilities. Let’s see these three components of this pattern: Model: The model in the MVC pattern is responsible for maintaining data for the view so that…

Spring

9 min read

Spring — MVC and the Web Layer Q&A
Spring — MVC and the Web Layer Q&A
Spring

9 min read


Mar 28, 2022

Spring — Boot Q&A

1- What is Spring Boot? Spring Boot is a set of preconfigured modules that works on top of Spring Framework and simplifies configuring a Spring application. Some of the more central modules are: Spring-boot-dependencies. Contains versions of dependencies Spring-boot-starter-parent. Parent pom.xml Spring-boot-starters. Parent for all the Spring-Boot starter modules Spring-boot-autoconfigure. …

Spring

6 min read

Spring — Boot Q&A
Spring — Boot Q&A
Spring

6 min read


Mar 24, 2022

Spring — JDBC, Transactions and JPA Q&A

1- Why does Spring prefer unchecked exceptions? Checked exceptions forces developers to either implement error handling in the form of try- catch blocks or to declare exceptions thrown by underlying methods in the method signature. This can result in cluttered code and/or unnecessary coupling to the underlying methods. …

Spring Boot

18 min read

Spring — JDBC, Transactions, JPA and Spring Data Q&A
Spring — JDBC, Transactions, JPA and Spring Data Q&A
Spring Boot

18 min read


Mar 22, 2022

Spring — AOP Q&A

1- What is the concept of AOP? Aspect-Oriented Programming (AOP) enables modularization of cross-cutting concerns. It complements Object-oriented programming (OOP). OOP has class and object as key elements but AOP has aspect as key element. Aspects allow you to modularize some functionality across the application at multiple points. This type of functionality is known as cross-cutting concerns. 2- Which problem does it solve?

Spring

7 min read

Spring — AOP Q&A
Spring — AOP Q&A
Spring

7 min read


Mar 19, 2022

Spring — Dependecy Injection and IOC Q&A

1- What is dependency injection and what are the advantages? Dependency injection is a design pattern that promotes loose coupling between the Spring components — that is, between the different collaborating POJOs. So by applying DI to your complex programming, your code will become simpl09er, easier to understand, and easier to test. According to the DI pattern, dependent objects are…

Spring Boot

23 min read

Spring — Dependecy Injection and IOC Q&A
Spring — Dependecy Injection and IOC Q&A
Spring Boot

23 min read

Umut Altaş

Umut Altaş

25 Followers

linkedin.com/in/umut-altas

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams