Expand my Community achievements bar.

SOLVED

AEM FORM

Avatar

Level 5

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 ..

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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