Hi,
Can someone explain me what are the benefits of creating webhandler service over rest ones? Seems to be more flexible as written in ABL. How about other aspects e.g. performance etc. Both types deal with HTTP verbs.
In the project create wizard there is a description: "Creates an OpenEdge project with a WebHandler service that is used to create RESTful API powered by WebHandler class." - does it mean webhandler service is also of REST type? I am a bit confused.
Thanks,
Marek
Yes, If you don’t check that checkbox plain REST service will be created.
Thanks,
Sanjeev
Thanks, Sanjeev for your explanation.
Let me ask one more question. In the mentioned wizard there is also a checkbox: Create a Data Object Service (Generate a JSDO catalog).
Is it to have JSDO object manipulation on the client-side, like with the REST services?
Thanks,
Marek
That's clear. But if I will not mark this checkbox json file is not created?
Thanks,
Marek
Yes, If you don’t check that checkbox plain REST service will be created.
Thanks,
Sanjeev
Many thanks, Sanjeev!
Marek