Best option to connect with data
Posted: Thu Nov 26, 2015 12:57 pm
Hello,
I'm using Stimulsoft Reports.JS (purchased version because of halloween discount).
I will start using now more serious on a new project and I need to define my data connection strategy.
I know from a previous post that there is no BusinessObjects (although there is the option on designer for now) on JS.
With FX I deal with all server requests and convert the data to proper business objects (entities) between Flex and server side and then I populate this data directly on the report, so the report is 100% unbound from any dependency from server side or even database engine.
With JS, my options are:
1. Bound directly to database. I assume that the database engine don't need to be exposed from localhost using your php helper, correct ?
2. Export my data to JSON file (static path) and point the report to that data file.
Those are all possibilities or I'm not aware of any other ?
Thanks,
Hugo.
I'm using Stimulsoft Reports.JS (purchased version because of halloween discount).
I will start using now more serious on a new project and I need to define my data connection strategy.
I know from a previous post that there is no BusinessObjects (although there is the option on designer for now) on JS.
With FX I deal with all server requests and convert the data to proper business objects (entities) between Flex and server side and then I populate this data directly on the report, so the report is 100% unbound from any dependency from server side or even database engine.
With JS, my options are:
1. Bound directly to database. I assume that the database engine don't need to be exposed from localhost using your php helper, correct ?
2. Export my data to JSON file (static path) and point the report to that data file.
Those are all possibilities or I'm not aware of any other ?
Thanks,
Hugo.