Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Integrate a web application with AEM

Avatar

Level 10

Hi all,

Kindly suggest how to integrate a web application with AEM.

Any tutorial examples will help me to understand.

Thanks,

Rama.

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

6 Replies

Avatar

Administrator

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

~kautuk



Kautuk Sahni

Avatar

Level 10

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.

Avatar

Correct answer by
Administrator

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

Avatar

Level 10

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.

Avatar

Administrator

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

Avatar

Level 10

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.