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 - migration


If you want to migrate from any release equal to or later than qooxdoo 1.0, you can migrate directly to the target version, say qooxdoo 1.4.2.

Any release equal or prior to qooxdoo 0.8.3 is considered as a qooxdoo legacy release. If you are migrating from any release prior to qooxdoo 0.8.3 to a newer version, say qooxdoo 1.4.2, then firstly you should migrate to the version qooxdoo 0.8.3 and then migrate to the target version, that is, qooxdoo 1.4.2. You can download this version from http://sourceforge.net/projects/qooxdoo/files/qooxdoo-current/1.4.2/.

  1. 1. The qooxdoo migration tool updates the source files and cleans/deletes certain directories. To be on the safe side, let us make a backup of the whole application before migrating to the newer version.

  2. 2. Let us update the configuration files to refer to the new version of qooxdoo SDK. In the Team Twitter application, we are referring to qooxdoo 1.2 SDK. The qooxdoo team has released a few releases by now. Let...