Spring
-
Context-Propagation SupportSpring/Webflux 2025. 10. 4. 15:04
https://projectreactor.io/docs/core/release/reference/advanced-contextPropagation.html Context-Propagation Support :: Reactor Core Reference GuideBoth default and automatic modes have an impact on performance. Accessing ThreadLocal variables can impact a reactive pipeline significantly. If the highest scalability and performance is the goal, more verbose approaches for logging and explicit argum..
-
What Every Spring Developer Should Know About Jakarta EE by Ivar Grimstad @ Spring I/O 2025Spring/Spring IO 2025. 9. 25. 23:20
What Every Spring Developer Should Know About Jakarta EE by Ivar Grimstad @ Spring I/O 2025https://www.youtube.com/watch?v=8j9W573EhtE slidehttps://speakerdeck.com/ivargrimstad/what-spring-developers-should-know-about-jakarta-ee What Spring Developers Should Know About Jakarta EEEven if Java was originally meant for clients, it soon turned out that it was a great fit for the server side as well..
-
Dependency Injection Revisited by Juergen Hoeller @ Spring I/O 2025Spring/Spring IO 2025. 9. 25. 22:47
Dependency Injection Revisited by Juergen Hoeller @ Spring I/O 2025https://www.youtube.com/watch?v=AvZEoxH_wGo Spring의 모든 세대는 빈 정의 및 주입 지점에 대한 설계 옵션을 미세 조정하여 프레임워크의 라이프사이클 관리와 긴밀하게 통합합니다. 이 강연에서는 Spring 애플리케이션 컨텍스트와의 선언적 및 프로그래밍적 상호작용을 위한 최신 기술을 다시 살펴봅니다. 여기에는 Spring Framework 6.2의 최신 기능과 Spring Framework 7.0의 향후 기능도 포함됩니다. Juergen Hoeller는 Spring의 핵심 설계자인 만큼, Spring 프레임워크의 DI(의존성 주입) 설계와 진화 과정..
-
Better Assertions with AssertJ by Tim te Beek @ Spring I/O 2025Spring/Spring IO 2025. 9. 20. 20:10
Better Assertions with AssertJ by Tim te Beek @ Spring I/O 2025https://www.youtube.com/watch?v=k7sXn1v4fYc& https://2025.springio.net/slides/better-assertions-with-assertj-springio25.pdf 2025년 5월 22-23일에 개최된 Spring I/O 컨퍼런스에서 Moderne의 Staff Software Engineer인 Tim te Beek이 발표한 'AssertJ를 사용한 더 나은 단언(Assertions)'에 대한 발표 자료와 강연 내용을 분석1단계: 발표 개요 및 핵심 주제구분내용발표자Tim te Beek (Moderne/OpenRewrite)행사Sprin..
-
Taming Testing of AI apps by Alex Soto @ Spring I/O 2025Spring/Spring IO 2025. 9. 20. 19:54
Taming Testing of AI apps by Alex Soto @ Spring I/O 2025https://www.youtube.com/watch?v=7BWsvHDC-d8 https://docs.google.com/presentation/d/1PUCLlEkxPMG7oZcTBlU1hKdVdqi-eAiOLJqI3LqsOuE/edit?slide=id.g351db6d493d_1_3#slide=id.g351db6d493d_1_3 Alex Soto가 Spring I/O 2025에서 발표한 "AI 앱 테스트 길들이기(Taming Testing of AI apps)" 세션과 관련 슬라이드에 대한 자세한 내용은 다음과 같습니다.이 발표의 핵심은 AI 기반 애플리케이션, 특히 대규모 언어 모델(LLM)을 활용하는..
-
Java 30주년, From Beans to Boot, Aspects to AI by Rod Johnson / Juergen Hoeller / Josh Long @ Spring I/O 2025Spring/Spring IO 2025. 9. 20. 19:46
https://www.youtube.com/watch?v=i_fiHmg1qM0 이 영상은 Spring Framework의 창시자인 Rod Johnson, 핵심 프레임워크 리더 Juergen Hoeller, 그리고 개발자 애드버킷 Josh Long이 참여한 Spring I/O 2025 콘퍼런스에서의 대담입니다. Spring의 20년이 넘는 역사를 회고하고, 현재의 Spring Boot와 미래의 Spring AI까지의 여정을 다룹니다.1단계: 스프링의 탄생과 초기 역할배경 (EJB의 복잡성 제거): Spring Framework는 Rod Johnson이 2002년에 발간한 책에서 시작되었습니다. 당시 **Enterprise Java (J2EE/EJB)**의 "터무니없는 복잡성"을 해결하기 위해 개발되었으며..
-
Java의 미래, Virtual Thread - 4월 우아한테크세미나Spring/Framework 2024. 4. 23. 18:29
4월 우아한 테크Java의 미래, Virtual Thread김태헌님https://www.youtube.com/@woowatech 우아한테크우아한형제들의 기술조직 이야기를 전하는 우아한테크입니다. 우아한형제들 https://www.woowahan.com/ 우아한테크 Facebook https://www.facebook.com/woowahanTech 우아한형제들 기술블로그 https://techblog.woowahan.comwww.youtube.comhttps://www.youtube.com/watch?v=BZMZIM-n4C0 발표자료 : https://drive.google.com/file/d/1GWMlgtKM8S4XcymK8fwCZLaQZ-K6P7Vq/view [우..
-
org.aspectj.runtime.internal.AroundClosure.ProceedingJoinPointSpring/Framework 2024. 3. 29. 14:35
1. 개요 org.aspectj.runtime.internal.AroundClosure.ProceedingJoinPoint는 AspectJ 프레임워크에서 @Around 어노테이션으로 정의된 어드바이스를 구현할 때 사용하는 클래스입니다. 2. 기능 Advice 실행: proceed() 메서드를 호출하여 타겟 메서드를 실행합니다. 타겟 메서드 실행 전후로 어드바이스 로직을 실행할 수 있습니다. JoinPoint 정보 제공: getSignature() 메서드를 사용하여 타겟 메서드의 서명 정보를 얻을 수 있습니다. getTarget() 메서드를 사용하여 타겟 객체를 얻을 수 있습니다. getArgs() 메서드를 사용하여 타겟 메서드의 인수를 얻을 수 있습니다. 3. 주요 메서드 proceed(): 타겟 메서드..