Showing posts with label Mobile database. Show all posts
Showing posts with label Mobile database. Show all posts

Friday, 6 February 2009

Mobile database

Check out this page:

SQL Anywhere provides data management and exchange technologies designed for database-powered applications that operate in frontline environments without onsite IT support. It offers enterprise-caliber features in a database that is easily embedded and widely deployed in server, desktop, remote office and mobile applications

Mobile database applications

Thursday, 5 February 2009

Architecture for the mobile cloud

Suppose you have a store of data that you want to expose to developers, either inside or outside your company. These days you may call it a cloud. How do you make it available? Well usually you would put together a set of web services that provide an HTTP-accessible API and publish that. Amazon AWS is maybe the canonical example, but there are many others. Then your developers can use browser based applications to access those web services, or develop with whatever other tools they have. They don’t need anything special on their machines (and don’t need to deploy an application-specific runtime to their application users). The app gets its data by requesting it from the cloud and makes changes by sending requests to the cloud as well. The API is exposed at the edge of the cloud and provides a clean, well-defined surface. Which real clouds don’t have, of course. But that’s by the way.

Read rest of Article here:

Architecture for the mobile cloud