Hi Danny,

Are you familiar with Flex/Flash Shared Objects?

A little synopsis regarding using SharedObject with Flex here:
http://sujitreddyg.wordpress.com/2008/01/24/shared-objects-in-flex/

When you write that your application has a "large volume of data", how
large?

With SharedObject the default storage size is 100KB.  Setting storage to
"unlimited" is easily accomplished on a user-by-user basis through the Flash
Player settings box.  The following technote covers "How to manage Local
Shared Objects":
http://kb.adobe.com/selfservice/viewContent.do?externalId=52697ee8

To really simplify the coding of data synchronization in Flex the key is
using LiveCycle Data Services on the backend.

Regarding "examples which related to database application", Adobe's
Christophe Coenraet's has several examples of a simple Contact Manager
application with full downloadable source code.  Of late, Christophe's
examples have been showcasing synchronization using AIR, but I think that
you may be able to adapt them to using Flex in browser with SharedObject for
storage.

This first post by Christophe mentions that in the early "AIR betas, the
Flex Data Management Service uses Local Shared Objects as the local data
store. For the AIR 1.0 release, we will use the SQLite database embedded in
the AIR runtime instead."
http://coenraets.org/blog/2007/10/offline-synchronization-using-air-and-livecycle-data-services/

Christophe's most recent update of this sample app is:

InSync: Automatic Offline Data Synchronization in AIR using LCDS 2.6
http://coenraets.org/blog/2008/05/insync-automatic-offline-data-synchronization-in-air-using-lcds-26/

An example not using Flex Data Services, but with just source on using
SharedObject with Flex is here:

Flex: Using Local Shared Object to store a serialized class instance
http://blog.flexmonkeypatches.com/2007/10/11/flex-using-local-shared-object-to-store-a-serialized-class-instance/

Please post back if the above helps?

Also please post back regarding what you management finally approves for the
project.

Best regards,

g


On Thu, Jul 24, 2008 at 9:45 PM, itdanny2002 <[EMAIL PROTECTED]> wrote:

> Cross Platform - depends on application. Our siutation - don't mind
> Cheaper - we bought VS.net already.
>
> This one sounds good:-
> "Standard (client-side) libraries are allegedly
> a lot broader in Flex than Silverlight."
>
> Anyone has examples which related to database application ?
>
>
>
> --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote:
> >
> > Well the benefits (assuming silverlight as the other option) become:
> >
> > * Cross platform
> > * Much more traction and an established user base
> > * Standard (client-side) libraries are allegedly a lot broader in
> Flex than
> > Silverlight. Just repeating what I've heard here though, I don't
> know for
> > sure.
> > * Not evil - IMHO of course, but this _is_ a Flex list ;-)
> > * Don't quote me on this, but probably substantially cheaper (for a
> > commercial license) unless you already have VS
> >
> > I don't know what capabilities the Silverlight equivalent of AIR
> has. But
> > AIR apps will run on Mac Win and Linux, whereas Silverlight is
> Mac / Win
> > (client plugin) only, development is Win only. Also the AIR
> equivalent may
> > even be windows-clients only. Personally I avoid anything that
> means I'm
> > stuck with any one platform. I like choice, what if the next
> Windows / OS X
> > is awful?
> >
> > -Josh
> >
> > On Fri, Jul 25, 2008 at 2:00 PM, itdanny2002 <[EMAIL PROTECTED]> wrote:
> >
> > > But if the only to do the sync is to
> > > install a program in desktop. Then,
> > > any benefit of AIR is better than
> > > Microsoft'stuf ? Sorry, it is a management
> > > question so that we can sell our management
> > > while our other development is on MS platform.
> > > Inshort, any good point in AIR which is better ?
> > >
> > > Thanks
> > >
> > > --- In flexcoders@yahoogroups.com, "Josh McDonald" <dznuts@>
> wrote:
> > > >
> > > > Anything that lives in a browser is not going to be able to
> have a
> > > local
> > > > database, going to microsoft won't change that.
> > > >
> > > > On Fri, Jul 25, 2008 at 11:03 AM, itdanny2002 <Chow.Danny@>
> > > wrote:
> > > >
> > > > > I need to build a web-based Application which
> > > > > has data in Client & Server, sync is required.
> > > > >
> > > > > AIR
> > > > > ---
> > > > > Support SQLite in client side - It's ok but we
> > > > > want web-based so that installation is not
> > > > > required. Go to anywhere, just a click to see
> > > > > data.
> > > > >
> > > > > FLEX
> > > > > ----
> > > > > It can't have database operation such as SQLite
> > > > > in client. I don't think cookie is a solution due
> > > > > to large volume of data.
> > > > >
> > > > > I need to defence and stay in Flex faction in
> > > > > my company. Any good point(s) that make me won't
> > > > > in camp of VS.Net ?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > --
> > > > > Flexcoders Mailing List
> > > > > FAQ:
> > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > > > Search Archives:
> > > > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!
> > > Groups
> > > > > Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > "Therefore, send not to know For whom the bell tolls. It tolls
> for
> > > thee."
> > > >
> > > > :: Josh 'G-Funk' McDonald
> > > > :: 0437 221 380 :: josh@
> > > >
> > >
> > >
> > >
> > > ------------------------------------
> > >
> > > --
> > > Flexcoders Mailing List
> > > FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > > Search Archives:
> > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo!
> Groups
> > > Links
> > >
> > >
> > >
> > >
> >
> >
> > --
> > "Therefore, send not to know For whom the bell tolls. It tolls for
> thee."
> >
> > :: Josh 'G-Funk' McDonald
> > :: 0437 221 380 :: [EMAIL PROTECTED]
> >
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>

Reply via email to