E
egarcia
Guest
Hello, The Session object and the JSDO components in the OpenEdge Mobile do not have dependencies. (It only required JavaScript and the XMLHttpRequest object.) Even though the Mobile App Builder with its design tool gives you high productivity, you can build mobile apps by just using HTML/JS and CSS and package them with PhoneGap/Cordova. You can use any web development or even a text editor. Here are some few comments: - Yes, the URL that you mentioned is correct. - progress.js and progress.session.js are now distributed as progress.jsdo. version .js via the Mobile App Builder. As Shelley Chase mentioned your license question from few weeks back, in the near future, this library would be available as Open Source on GitHub. - You can place your files in RESTContent or WebContent, the difference is which WAR file would be used to delive the HTML/JS/CSS portion of your app. Notice that HTML/JS/CSS could also be hosted on a different web server or packaged with PhoneGap. - I noticed that the code to subscribe to AfterFill is commented out. You would need to subscribe to the call since the fill() operation is asynchronous. At the oemobiledemo.progress.com web site, you can find some examples of code using the JSDO, JQuery, the Mobille App Builder and other components: Simple HTML page using the JSDO - oemobiledemo.progress.com/.../example001.html Simple HTML page with JQuery/JQuery Mobile using the JSDO - oemobiledemo.progress.com/.../example002.html App developed using the Mobile App Builder: - oemobiledemo.progress.com/.../example003.html Simple HTML page with JQuery/JQuery Mobile using an INVOKE operation in the JSDO: oemobiledemo.progress.com/.../example004.html Sample App developed using the Mobile App Builder using JS char by amCharts as a plugin (template): - oemobiledemo.progress.com/.../example005.html Simple HTML page using an INVOKE operation and addRecords in the JSDO: oemobiledemo.progress.com/.../example006.html App developed using the Mobile App Builder using the Express Project based on the UIHelper component: - oemobiledemo.progress.com/.../example007.html Simple example using the JSDO from Angular: - oemobiledemo.progress.com/.../example008.html I hope this helps.
Continue reading...
Continue reading...