I am new to javascript webappbuilder. When i was using flex, it was very trivial to add REST URL to the application operational layers.
However in webappbuilder i absolutely have no idea to do the same thing. I want my services to have been added to the application since the application start running so then my client can just turn it on or off in layer list to access the desired information.
Is it possible to add the REST URL using config file so that the services have been added since the first time the application started?
Please help me...