Integrate a web application with AEM | Community
Skip to main content
AEM_Forum
Level 10
October 26, 2017
Solved

Integrate a web application with AEM

  • October 26, 2017
  • 6 replies
  • 1276 views

Hi all,

Kindly suggest how to integrate a web application with AEM.

Any tutorial examples will help me to understand.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

We can integrate anything with AEM, its the matter of writing some code.

The only thing it comes up to is how much effort would it take. You need to get your requirement before further exploring/researching on this question.

For Use-Cases, I would recommend you search within the community search panel with keywords like integration etc.

6 replies

kautuk_sahni
Community Manager
Community Manager
October 26, 2017

Which Web app you want to integrate? What is the exact use-case? You need to elaborate this bit more.

~kautuk

Kautuk Sahni
AEM_Forum
AEM_ForumAuthor
Level 10
October 26, 2017

Hi Kautuk,

We do not have any further details as of now.

I understand that AEM itself is a web application.

But, is it possible to integrate AEM with any other Web App? Any case studies, etc?

Thanks,

Rama.

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
October 26, 2017

We can integrate anything with AEM, its the matter of writing some code.

The only thing it comes up to is how much effort would it take. You need to get your requirement before further exploring/researching on this question.

For Use-Cases, I would recommend you search within the community search panel with keywords like integration etc.

Kautuk Sahni
AEM_Forum
AEM_ForumAuthor
Level 10
October 26, 2017

Hi Kautuk,

We have a web application chat bot , which needs to connect to AEM.

It should be done in two ways:

  1. Retrieve the content URL on published server
  2. Stream  the content as HTML , then render it

Kindly share any case studies/implementations in these lines, even if not the same exactly.

Appreciate all your responses.

Thanks,

Rama.

kautuk_sahni
Community Manager
Community Manager
October 26, 2017

Mostly all ChatBot shares their JS that we need to add in the page.

This is a simple case of inserting any JS code in AEM page. It can be done directly or by DTM.

~kautuk

Kautuk Sahni
AEM_Forum
AEM_ForumAuthor
Level 10
October 26, 2017

Hi Kautuk,

The integration I am referring to is different.

For normal Chat tool integration with AEM, your approach is perfect.

But here, Chat tool needs to fetch content from AEM repository.

What I would think is that we need to write a web service for picking up a resource in JCR and stream it, and expose this functionality to the Chat tool.

Thanks,

Rama.