[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSDO and Business Entities: Common solution for information/warning messages?

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Patrik, Are you using WebHandler or REST as the transport? I have not heard a particular plan to provide this, however, I wonder if the Session Context functionality would address your requirement. With the Session Context functionality, you can pass JSON data from the client to the server and vice versa. For this functionality, you would set a the X-CLIENT-CONTEXT HTTP header on the server, then retrieve the context on the client-side using getContext() on the JSDOSession. A possible approach is to set a particular ID as part of your request so that the reply from the server is specific to the given request. The following thread has some details on the usage of X-CLIENT-CONTEXT and has a sample program showing how to set it: - community.progress.com/.../110005 Please notice that user roles support in KUIB 2.1 uses a different approach than the one mentioned in the the thread: - community.progress.com/.../2939.how-to-implement-user-roles-in-kendo-ui-builder-2-1-with-an-openedge-backend Please let me know what you think of this approach and if you need additional information. If the Session Context functionality does not address your requirement, please, feel free to add a suggestion to the Ideas section. I hope this helps. Thank you and regards, Edsel

Continue reading...
 
Status
Not open for further replies.
Back
Top