08-24-2006, 08:54 AM
|
#1 (permalink)
|
| New Member
Join Date: Aug 2006 Model: 8700
Posts: 3
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Planing an application with huge data amount Please Login to Remove! Hello !
I am planing to build an application (BB and Domino) which has a huge amount of data ( > 9000 records ) on the server.
To avoid problems with memory, traffic, performance and handling of huge data on a mobile device I would like to know your opinion what might the best way to implement the solution.
As far as I know it could be one of the following ways:
A) Push all data to the device
Contra: This might be lead to problems with memory, traffic, performance and handling
Pro: This gives the user the ability to work off-line
development starting point:
ECL Sample
B) Push a subset of data to the device and give the ability to load data on request (and optional store requested data permanent)
Contra: User can not work off-line
Pro: No hassle with huge data amount
development starting point:
????
technology:
MDS Studio - Webservices
BB Java VM
BB Browser
???
C) Search records online - Browser based
Contra: User can not work off-line
Pro: No hassle with huge data amount
Contra: Lower user experience
Pro: Less client programming needed
development starting point:
????
Do you know about other ways to get a solution or have comments to my thoughts ?
Any hint will be appreciated.
Smido |
| Offline
| |