Building AIR Applications with the NetBeans IDE

If you’re looking for a way to build Rich AJAX/HTML Desktop Applications then you have come to the right place. Read on...
I’ve recently downloaded and installed NetBeans 6.5 Milestone 1 to check out some of its cool new features. One of the things that I’ve noticed is that the developers have added a new Run-Configuration option to the PHP project properties dialog. This new option will enable us to configure the interpreter to use when running or debugging PHP scripts. This is a welcomed featured that we can use to configure multiple runtime options for our PHP projects.
Using the new Run-Configuration option I’m going to demonstrate how you can go about converting a PHP project into a Rich Ajax/HTML Project using the Adobe AIR SDK.
How to setup an Adobe AIR Project with the NetBeans IDE
The first thing we need to do (assuming that you have already downloaded and install NetBeans 6.5 M1 or higher) is to download and install the Adobe AIR SDK (Software Development Kit) from the Adobe website.
To install the AIR SDK simply unzip the downloaded file to a folder on your hard drive (For example: c:\airsdk)
Once you have downloaded and have unzipped the AIR SDK files to a folder on your hard drive, we are now ready to create a new PHP project inside the NetBeans IDE.
To create a new PHP project from within NetBeans, select the File -> New Project menu option. A popup dialog will appear with two or more project types for you to choose from. Select the PHP application project type and click next. Watch the video clip below to view the remaining steps.
A step-by-step video guide showing how to create an AIR application with NetBeans 6.5
AIR Project Files
Click here to download the files used within this demonstration.
Write a comment
- Required fields are marked with *.
Posts: 3
Reply #2 on : Fri August 08, 2008, 05:32:09
Posts: 3
Reply #1 on : Wed August 06, 2008, 20:58:31
Subscribe to Feed by Email
Posts: 3
Reply #3 on : Mon August 11, 2008, 23:33:53