AEM FORM | Community
Skip to main content
AEMLearner-1989
Level 4
October 16, 2015
Solved

AEM FORM

  • October 16, 2015
  • 1 reply
  • 522 views

Dear Friends,

I created a sample registration form by using form builder component(out of box).

Now i just want to retrieve the register details from JCR and show it to the admin user ..how to do it ?

Please help ..

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 smacdonald2008

I would use Java OSGi to read the JCR and show the data result result in an AEM page (or component). You can use OOTB form component as a starting point. 

You can write an OSGi Java service that can read (ie - register details from JCR ) and write data to the AEM JCR. See this communtiy article as an example: 

Querying Adobe Experience Manager Data using the JCR API

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

I would use Java OSGi to read the JCR and show the data result result in an AEM page (or component). You can use OOTB form component as a starting point. 

You can write an OSGi Java service that can read (ie - register details from JCR ) and write data to the AEM JCR. See this communtiy article as an example: 

Querying Adobe Experience Manager Data using the JCR API