내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Spring Boot integration with AEM

Avatar

Level 2

Hi All,

I have seen few documents on how to use Spring MVC with AEM , but could not find anything on how to integrate Spring Boot with AEM. Can Spring Boot be used with AEM ? if yes can you please share some useful links on how to do it.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

I guess, that it's possible, but I am not aware of any integration which is opensourced. On the other hand, it wouldn't be that hard to implement some custom Injectors to make the content of the HttpSession easily accessible within a sling model.

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 10

Avatar

Level 10

Why would you even want to use Spring MVC with AEM. AEM is based on SLING and OSGi, not Spring APIs. 

Avatar

Level 2

We need it for session purpose . Is there any way to map Application's session with Redis using only AEM. Spring Boot provides special annotation for those.

Avatar

Level 10

As stated - AEM is not a Spring MVC framework.  There are no docs from Adobe on this use case. Adobe recommends using Sling APIs - which is what AEM is built on - not Spring APIs.

The Basics

Avatar

Level 2

Thank you for you response

Avatar

정확한 답변 작성자:
Employee Advisor

I guess, that it's possible, but I am not aware of any integration which is opensourced. On the other hand, it wouldn't be that hard to implement some custom Injectors to make the content of the HttpSession easily accessible within a sling model.