Json/rest database api

Hi,

I am going to use a json/rest API for database handling on session section. The connectivity, it will be synchronous. Are there any “examples” anywhere? Can I use asynchronous connectivity ?

Sure it can work. If you want to do asynchronous queries of a database, you need to structure your code like a state machine rather than an iterative process.

I think I mentioned in another thread… If this is your first foray into a Web Edition project, you seem to be biting off an awful lot before having a good feel of how a WE app works. Certainly some impressive elements, but if you don’t get the flow right, there’s no chance you’ll make it work well.