I have a client that would like to build an interactive tool as an AEM component where the user has several numerical inputs, and the function is to output a graph and figures from an equation. Does anyone have any examples of interactive user tools such as finance calculators or quizzes built as a component in AEM?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
This use case would be done through custom AEM components. Using HTL or JSP on the front end and Java on the backend (OSGi services) - there is not much that cannot be programmed for AEM.
A few year ago - during a code contest for AEM - we had an entry that we flipped to an article. It was developed by https://www.linkedin.com/in/edubey/ and represents an AEM Custom Quiz component for use on an AEM web page.
The use case for this was a quiz. I hope this would point you in the right direction...
Scott's Digital Community: Developing a custom Adobe Experience Manager Quiz Component
This use case would be done through custom AEM components. Using HTL or JSP on the front end and Java on the backend (OSGi services) - there is not much that cannot be programmed for AEM.
A few year ago - during a code contest for AEM - we had an entry that we flipped to an article. It was developed by https://www.linkedin.com/in/edubey/ and represents an AEM Custom Quiz component for use on an AEM web page.
The use case for this was a quiz. I hope this would point you in the right direction...
Scott's Digital Community: Developing a custom Adobe Experience Manager Quiz Component
Thank you! In this case, (as an AEM implementer and not a developer) are you saying that it can't be built as a component that has AEM dialog box inputs, that could potentially be used and changed across multiple pages and sites within AEM?
Views
Replies
Total Likes
Views
Likes
Replies