How do you control the use of DojoX code or widgets in a production application?
Dojo Toolkit consists of Core, Dijit and DojoX. As an incubator for new ideas to expand the DojoX toolkit, code and widgets function with varying degrees of instability.
DojoX code, such as QueryReadStore (for retrieving data packets from the server) or widgets such as Grid (for using the user interface grid component) are not included in Core or Dijit. But they are functional enough to be used in some cases, as the “developer fears” warning, because in future versions of the Toolkit API or the location of components in the source tree may change. Another problem is that you may need to configure the DojoX component, which you use to work correctly in your environment, as the code does not yet have a high degree of reliability.
So, how do you guarantee that as the DojoX components that you use are developing, your application stays on a smooth track?
user290
source
share