At the moment we are using a SA16 database with around 450 tables and lots of stored procedures. For mobile devolpment we developed webservices that returns JSON to the devices. Now we like to a step further and develop a single page application (SPA) on the web. Therefor we looked to several Javascript frameworks, like AngularJS en EmberJS. These frameworks work with MVC (very nice) and use models that extract there data from webservices. SQL Anywhere seems to be able to work in that way (per table a model, with webservices for CRUD operations). Questions:
Tia Hans |
I've done a couple of projects using AnguarJS, using PHP middleware on the server and SA as the backend database.
|
I have a simple question: do you want to use dynamic pages with the server-side code (Java/ASP.NET/PHP/Node.JS), or you prefer JavaScript pages and host everything on SA (using it as a server)?
We prefer hosting everthing in SA.