Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Create ADF UI Based on JSON

Hadi FMay 24 2016 — edited May 24 2016

Hi ADF Experts,

I have a RESTFull web service which returns JSON in response , let's say this is the webserive url : localhost:7101/myapp/service/payload/ the GET method has a parameter (taskNumber) , the JSON object structure is depended on the type of task which depends on the taskNumber , so the problem is i have a Dynamic payload and i can't use the standard way of making data control from REST service , so i need another way to generate ADF components like inputBox and ... programmatically based on the JSON i get each time.

thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2016
Added on May 24 2016
4 comments
647 views