Book Image

qooxdoo Beginner's Guide

Book Image

qooxdoo Beginner's Guide

Overview of this book

Over the past few years, all the major internet or enterprise applications are developed or migrated to Rich Internet Application to support all the features that are provided in the desktop applications. This helps organizations keep the end users happy and also improves application deployment and maintenance. qooxdoo is a stable, open source RIA framework. If you are waiting and watching for the right time to migrate your application to qooxdoo, this is the right time!This book explains in detail about the rich user interface development in qooxdoo. It explains various concepts of qooxdoo framework in an easy to grasp and organized way, making it simple even for a novice in qooxdoo and also increases the competency level of the developer who is already working in qooxdoo.This book helps developers understand the qooxdoo framework, setup the environment, and start the development of RIA using qooxdoo. You will learn the core programming techniques in qooxdoo, user interface development in qooxdoo, testing & debugging qooxdoo applications, internationalization of qooxdoo applications to multiple languages, customizing the look and feel of qooxdoo applications using Themes, Performance management, etc.In the course of the book, we develop a complete application which will help the developer to understand the concepts better and to put things together to see the step-by-step progress to complete an application. By the end, this book will get the developer accustomed to the widgets and API available in the qooxdoo framework, and will enable him to design, develop, debug, and test the RIA in qooxdoo.
Table of Contents (19 chapters)
qooxdoo
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
References

Time for action - partitioning


Let us include a few samples as a separate component and link that to the Team Twitter application as a part and load that part only when the samples module is opened.

  1. 1. We have provided the set of samples in the samples.zip file. Create the directory C:/teamtwitter/source/class/teamtwitter/samples and extract samples.zip under the samples directory.

  2. 2. One class, teamtwitter.Samples, has been written to display all the samples that have been developed during the course of the Team Twitter application development. That class is available in the file 978-1-849513-70-8_10_01.txt under Chapter 10. You can copy that code file into teamtwitter as C:/teamtwitter/source/class/teamtwitter/Samples.js.

  3. 3. As mentioned in the configuration section, let us configure two parts for the Team Twitter application; one for the main Team Twitter application and another one for samples. The updated config.json is available as a file 978-1-849513-70-8_10_02.txt.

    "my-parts-config...