Monday, September 08, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< May 2007 >>
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Search

Categories
 • Acrobat (2) [RSS]
 • Adobe (67) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (22) [RSS]
 • AIR (126) [RSS]
 • Appearances (118) [RSS]
 • Books (68) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1143) [RSS]
 • Data Services (12) [RSS]
 • Fish Tank (2) [RSS]
 • Flash (103) [RSS]
 • Flex (365) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (93) [RSS]
 • JRun (12) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (21) [RSS]
 • MAX (157) [RSS]
 • Regular Expressions (12) [RSS]
 • RIA (4) [RSS]
 • SQL (37) [RSS]
 • Stuff (503) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (136) [RSS]
 • Wireless (97) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
May 31, 2007

Apollo To Get An Embedded Database

I've been waiting for this one to be announced, and Mike Chambers just blogged it - Apollo will include an embedded SQLite engine which can be used for local database storage, and which will be invaluable to apps that need to support offline processing.

Related Blog Entries

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
Ben, will something be included within Apollo to allow for data sync between the embedded db and an online connection? For instance, if I write an Apollo application with an embedded db to handle inventory management, and have an e-commerce site that maintains a copy of the inventory db that automatically removes items from inventory as they are sold, do we have a way to sync the two datasources?
# Posted By Cutter | 5/31/07 1:19 PM
--
Ben, will something be included within Apollo to allow for data sync between the embedded db and an online connection? For instance, if I write an Apollo application with an embedded db to handle inventory management, and have an e-commerce site that maintains a copy of the inventory db that automatically removes items from inventory as they are sold, do we have a way to sync the two datasources?
--

First, if you are using Flex Data Services, then you already get a lot of this.

We have also already included some low level APIs to make this type of development / data syncing either (some are in the alpha, more in the beta).

Finally, we are looking at also providing higher level APIs that to specifically what you are looking for. However, those will not be in the beta.

hope that helps...

mike chambers

mesh@adobe.com
# Posted By mike chambers | 5/31/07 1:48 PM
Why would Scorpio go with Derby and Flex go with SQLite? From an operations, support and experience point of view, why wouldn't Adobe pick one database?

Just curious.
# Posted By Craig | 5/31/07 2:42 PM
Craig, I am sure that the fact that ColdFusion is written in Java (Derby is Java based, not C based) and Apollo is written in C (SQLite is written in C, not Java) has something to do with it.

--- Ben
# Posted By Ben Forta | 5/31/07 2:46 PM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved