Expand my Community achievements bar.

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

Access Content of CQ5 from external JAVA system

Avatar

Level 3

Hi All,

I have an requirement to access an CQ5 page from external java application and read the HTML of the page . Is it possible to implement? if so can you guys provide some inputs? The Java application reads the HTML and using Java Mail service triggers an email.i am not getting an idea how to read the CQ5 page from external Java application. Please suggest

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Just use the restful approach. So just use a HTTP-Client and access the resources.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Just use the restful approach. So just use a HTTP-Client and access the resources.