Question
Dashboard with js, business logic and services to RDBMS
I want to build a dashboard with a small business logic layer underneath and then push the data to Mysql. I know how to do the mash up UI. I got the Mysql configured and able to show the data in grid as well.
I want to know
- How to link button actions to services with js
- How to build a service layer underneath UI and database
Any help would be appreciated.

