-
### 유효성 검사 & 데이터 검증 Vaildation 이란?
- 서비스의 비즈니스 로직이 올바르게 동작하기 위해 **사용되는 데이터에 대한 사전 검증하는 작업**
- 유효성 검사 혹은 데이터 검증이라고 부르는데, 흔히 Validation 이라고 부름
- **들어오는 데이터에 대해 개발자가 의도한 값이 의도한 형식의 값으로 제대로 들어오는지 체크하…
-
We need to be able to create DTO with stereotype "Transport Object".
-
Let's say I want to rely on a Specification inside my domain model's setter method (that will mutate the object) and reuse it when validating a Command at the Application layer (and be able to map the…
-
I found the following weird behaviour when using `CrudOptions.serialize` option.
Basically, I am trying to use DTO to hide some internal implementation details which database entities contain. What…
-
inside MBE4/Docs/ there a pdf file with all the needed documentation for the development of said bundle MBE4, now use this a point of reference to understand how things are done, then go to AcmeFake/D…
-
We use graphqlite's external type declaration feature to map entities to graphql object types but not all of our services return entities, some of them return dto's, we then have to map these dto's in…
-
'VO'를 'DTO'의 의미로써 쓰는것을 지향하는 배경은 아래와 같습니다.
----
getter/setter만 있는, 값을 실어나르는 VO라고 칭하는 사람이 있는데 이는 DTO로 칭하는 것이 혼란의 여지가 적습니다. Core J2EE Patterns 라는 책의 초판에서 그 의미로 VO가 정의되어 있었지만, 혼동의 여지가 있어서 2판부터는 TO(T…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
_No response_
### What should this feature add?
The pagination of the image library is a ter…
-
## Solution Checker for Managed environments
Managed environments requires the configuration of Solution checker, You can use [solution checker](https://learn.microsoft.com/en-us/power-apps/maker/dat…
-
시큐리티 구현은 `java기반`과 `xml기반`이 있다.
- LookSt는 xml 기반으로 작업하였다.
- 의존성 추가 방법은 `gradle`과 `maven` 두 가지 모두 가능하지만,
LookSt는 maven을 사용하므로 maven에 의존성을 주입해주었다.
### 1. 시큐리티 의존성 추가 - pom.xml
**propert…