Integrate third party Js / CSS/HTML on a AEM page
Hi gurus,
Ima trying to tackle a use case where a different team creates a app/widget which comprises of some js/CSS/HTML. This widget has to be displayed on a AEM page.
I do not want to go via the route of iframe so thinking of other possibilities. One approach I'm inclined to is ask the third party team to upload the artefact combining full JS CSS and HTML in some shared location. From AEM we pull down this artifact and just refer it on a page via custom AEM component. ( by referring to path where the artifact is downloaded in repository .. may be DAM)
Has any one tried similar implementation before ?or do you see any other better approaches ? Greatly appreciate for guiding me towards right direction
Cheers