The FAQ suggests the <script> tag to load datasources can be split. I'd like to be selective and only load the datasources needed to display the first "page" of the app. Then load the others in the background. Loading datasources from the servlet is by far the longest call during startup so limiting it to the bare minimum should improve the user's experience.
I assume we'd have to get the inheritsFrom datasources loaded in correct order, and we'd need to be sure a datasource was loaded before a page needing it was rendered.
Are there any more pitfalls to this idea?
Thanks!
,Chris
SmartClient version: v9.0p_2013-07-11EVAL
I assume we'd have to get the inheritsFrom datasources loaded in correct order, and we'd need to be sure a datasource was loaded before a page needing it was rendered.
Are there any more pitfalls to this idea?
Thanks!
,Chris
SmartClient version: v9.0p_2013-07-11EVAL
Comment