Book Image

Ext JS Application Development Blueprints

Book Image

Ext JS Application Development Blueprints

Overview of this book

Table of Contents (18 chapters)
Ext JS Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The best of the rest


We've barely touched the surface of what Sencha Cmd can do. We're looking at Sencha Cmd from the perspective of a highly interested architect, but an architect needs a strong awareness of the full stack of tools available to their developers. Let's do a whistle-stop tour of some of the features that Ext JS developers can use to ease their work on the details of an application.

Packages

Packages are a way of reusing code between projects. Sencha Cmd and Ext JS recognize packages as fleshed out concepts in the Sencha ecosystem, so developers should be aware that they're available for use. The workspace concept, which we discussed earlier, assists with development of packages, but they can be consumed at the application level, providing a tidy bundle of CSS, JavaScript, and other resources for an app to consume from a local or remote source.

Note

The Sencha documentation at http://docs.sencha.com/cmd/5.x/cmd_packages/cmd_creating_packages.html provides instructions on creating...