Now that the basic infrastructure has been created in Part 1 of this series, this tutorial will cover
building the first real module and the beginning of the overall user experience for the planning
application.
This module will include the creation of a tabbed layout and the placeholders for the modules which
will be created in subsequent sections of this tutorial.
Highlights
Understand the difference between modules and widgets
Learn the basic structure of a module
Instantiating a module
Best practices for modular and reusable development patterns
Adding layout attributes for handling widget alignments
Creating an esTabStrip widget
Configuring for basic application routing and URL handling