Re: Advice Offline/Online
From: Chris Tacke, eMVP (ctacke[at]Open_NET_CF[dot]org)
Date: 03/27/04
- Next message: Neil Smith [MVP Digital Media]: "Re: LNK2019 error"
- Previous message: Christoph Braendle: "Re: Database engine with synchronization from mysql"
- In reply to: Martin Blow: "Advice Offline/Online"
- Next in thread: Neil Smith [MVP Digital Media]: "Re: Advice Offline/Online"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 27 Mar 2004 07:56:56 -0500
Welcome to the world of mobile computing. You're not the first person to
hit this, and the answer generally is that you'll have to write an app for
each device. There's no way to run a web app "disconnected" on most mobile
devices, so you need a device-resident app. AppForge Crossfire is worth
looking at, as it is "cross platform".
-Chris
"Martin Blow" <cyquin@REMOVE_THISmailcity.com> wrote in message
news:588C6BAB-6F23-473B-878D-FCF456A31D7A@microsoft.com...
> I am student currently working on a project to produce a mobile solution
for a maintanence team. The solution must be able to handle both working
online when a wifi connection is available and offline when one isn't. It
has been reccomended to me to utilize web projects in visual studio .net as
this will allow rapid deployment across a vast range of devices quickly.
However using such a solution does not solve the problem of needing to be
able to use the system when a network connection is unavailable. Is there
anyway to locally cache and execute all the asp.net pages(to allow offline
access and functionality to the system) and then use SOAP services etc. to
synchornize local data to a centeral database.(Online and synchornization).
My understanding is that the asp pages need to be placed on a server and so
this solution is not a viable option. Instead it would be necessary to
create a client application for each specific device if it is to be used
offline, but this is time consuming to carry out for a number of differant
devices. Finally in general palm's are cheaper than devices that run pocket
pc, and therefore it is also desirable but not essential for a system to be
compatible to with a palm os yet i don't believe that there is a compact
framework for the palm OS. Anybody got any suggestions for the best design
solution to this? Or is it going to be a case of create seperate application
for each device changing interfaces etc and ignore the palm OS as .net is
our development environment of choice?
- Next message: Neil Smith [MVP Digital Media]: "Re: LNK2019 error"
- Previous message: Christoph Braendle: "Re: Database engine with synchronization from mysql"
- In reply to: Martin Blow: "Advice Offline/Online"
- Next in thread: Neil Smith [MVP Digital Media]: "Re: Advice Offline/Online"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|