Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Application Architecture - API Integration, AEM, VueJS, KendoUI

Avatar

Level 3

Hey guys,

 

We have an application architecture wherein a set of APIs are exposing the data via which we need to create custom Forms, Graphs etc.

 

Approach 1 - The idea is to have AEM call the APIs then expose a custom object to VueJS for rendering the data on the page.

Approach 2 - AEM calls the VueJS component directly which calls the APIs and consumes the response.

 

Is there any drawback to having the AEM act as a response filterer before passing the data to VueJS?

Or from performance perspective is there something to take into account?

1 Reply

Avatar

Level 7

@Cross_Leaf  Approach 1 would good as AEM would work as middle layer/ business logic layer here before passing object to Vue