views:

539

answers:

4

I'm looking to develop an offline version of an application that still needs to connect to the live site to retrieve the information and store results.

The application is for an online course system, that now needs to work when an internet connection is either unavailable or flaky. The system currently tracks each page viewed of the course (with flash and video content) and then also displays and tracks the taking of multiple choice exams. This all needs to be provided offline. I'm thinking that the program will connect through the users account at the start to download either a portion or all of the course, including exams and then at the end connect again to upload the results. (It'd be cool if it could do the process automatically when a connection is available.) The application needs to look similar to the online version and needs to be easy to use (easy install, little user input required for upload/download of results).

I have done a bit of research and it looks like Adobe AIR might be a good middle ground between the online version and an offline version.

My biggest issue is that I don't have experience developing desktop applications as I am a PHP developer, so I'm looking for something like AIR that bridges the gap. (The online version is a LAMP application.)

Has anyone used Adobe AIR for this type of offline application? How easy and secure was it?

Are there other solutions out there?

+1  A: 

From your description, it sounds like Google Gears is a little closer to what you're looking for.

Ian Varley
+2  A: 

I think AIR is a great choice for this. I use AIR all the time now for in house utilities I write.

The built-in database and persistent store are great.

Nosredna
+1  A: 

Adobe AIR is a great solution for this. We are building something similar. But we are facing problems in resuming downloads if the download process gets broken.

Vinayak
A: 

Hi,

I have a similar requirement. need to enhance the flex application to support for offline capability. Adobe AIR supports this feature. dont know how to proceed with this task. please send me some samples and steps to proceed.

thanks in advance, nithya

I think you have the wrong place for your question. You may want to consider asking a question vs answering this question.
Darryl Hein