LiveCycle Data Services ES 2.6 Beta 2 ROCKS HARD!!
Ok, I've been working on an article regarding LCDS + AIR and offline sync. I had everything pretty much done EXCEPT saving offline data back to the server (which I haven't tested with 2.6 B2 yet but will). Yesterday I installed LCDS 2.DS ES 2.6 and today I decided to toy with it. I jumped into the Dev Guide and looked at what they said was needed to do online/offline.
So I'm a skeptic at times when I see a little bit of code doing a lot but DANG! This time I was proved wrong.
airfds.swc, I'm assuming, handles creating a sqlite database and updating it. I won't spill the beans on all of the goods (my article will cover it more) but peep how flippin' simple this is:
contactsDS.saveCache(contacts);
Yep, that's it. contactsDS is my DataService and contacts is an ArrayCollection loaded from LCDS. There are other things to do for loading data from the cache and your LCDS implementation, as well as saving data back, but for the most part...WOW!
I'm loving it and keep rockin' Adobe/LCDS/Flex team!!
More to come...
Categories
Flash Platform0 TrackBacks
Listed below are links to blogs that reference this entry: LiveCycle Data Services ES 2.6 Beta 2 ROCKS HARD!!.
TrackBack URL for this entry: http://mt.johncblandii.com/mt-tb.cgi/99


Leave a comment