Using forms for web applications | Community
Skip to main content
safade_billy
New Participant
October 16, 2015
Solved

Using forms for web applications

  • October 16, 2015
  • 1 reply
  • 1064 views

I am not sure if this is the right forum for the conversation. However I am interested in knowing the community thoughts on to what extent would you use forms for creating web applications. 

My scenario is we are creating a web application that relies heavily on API's from many service providers. Essentially there is no persistence requirement in AEM except for any transient data stored before the API is called. The AEM forms is considered as presentation layer in the architecture stack. The extent of API invocation is that on the page we have few buttons and each of the button will invoke an API either to retrieve data or to submit data. Also we need to create multiple forms and there is common data to be re-used across multiple forms and required when submitting to the API. There are mid point save during the form data entry, however the data is stored in the integrated service not in AEM. This is purely because the application can be completed by other channels such as mobile app / backoff admin application which integrates to the API. 

I find it very hard and time consuming to setup the above scenario using AEM forms and evaluating other means to integrate the above web application into AEM. I would like to get your thoughts on what should I be considering in solving the above problem statement. 

Thank you and I appreciate you input. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ifconfig

Can you try out submit to rest end point submit action to pass the submitted data to your external service. https://helpx.adobe.com/aem-forms/6/configuring-submit-actions.html#Configuring%20the%20Submit%20to%20REST%20endpoint%20submit%20action

If you have a prefill use case then you can use HTTP protocol to prefill you form https://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html  

 

Let me know if want to elaborately discuss your use case.

1 reply

ifconfigAccepted solution
Employee
October 16, 2015

Can you try out submit to rest end point submit action to pass the submitted data to your external service. https://helpx.adobe.com/aem-forms/6/configuring-submit-actions.html#Configuring%20the%20Submit%20to%20REST%20endpoint%20submit%20action

If you have a prefill use case then you can use HTTP protocol to prefill you form https://helpx.adobe.com/aem-forms/6/prepopulate-adaptive-form-fields.html  

 

Let me know if want to elaborately discuss your use case.