Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Zend Developer Zone:
Synchronizing Drupal Modules with Adobe AIR
May 13, 2008 @ 12:58:10

On the Zend Developer Zone, there's a new article/tutorial showing how to keep things in sync on your Drupal installation with the help of Adobe AIR.

Whether you're an enterprise developer working in a large shop or setting up a blog for yourself, you've almost certainly been tasked with keeping your development code in sync with some type of stable release. Whether a project is big or small, you still need to ensure that the core code you work with remains consistent.

The tutorial walks you through the setup of a basic AIR application, how to pull the configuration XML into it and parsing it to use in the interface. The next step is the sync, grabbing your config and pushing it out to other multiple configs across your sites (via a REST service).

tagged: adobe air synchronizing module drupal configuration rest webservice

Link:


Trending Topics: