[progress Communities] [progress Openedge Abl] Forum Post: Re: Jsdo From Dotnet

Status
Not open for further replies.
E

egarcia

Guest
Hello, I have not tried these approaches but here is some feedback. You should be able to use RestSharp as a way to perform the REST calls to the OpenEdge backend since this is plain REST. You would just need to send the same payload as the JSDO would do. Regarding ClearScript. We do not have support for running the JSDO with NodeJS. However, it is technically possible to use the JSDO with NodeJS. A while back, we had a video on using the JSDO from Node.js. I would suggest to bring this requirement to your sales person so that product management is aware of it. Perhaps, you can also log an idea and explain how important this functionality is for your project. Some technical info. The progress.all.js library includes the code for integrating with Kendo UI. However, you should be able to use progress.jsdo.js which does not include it. The dependency on jQuery is for the usage of Promises. This is used by the JSDOSession object and is optional for the JSDO object. The Session object does not use Promises. There are NPM modules that can be used to provide support for Promises and also for the XMLHttpRequest object. However, I do not know if they can be accessed via ClearScript. I hope this helps.

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