[Xerte] Database

James Bowman james at jbassoc.biz
Fri Aug 31 14:52:41 BST 2007


Thanks for the ideas.  I'm reviewing Xerte as a replacement for Authorware.
It appears that the amount of code that's needed to run my pieces exceeds my
capabilties at this point.

Jim

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk]On Behalf Of
xerte at lists.nottingham.ac.uk
Sent: Tuesday, August 28, 2007 3:42 AM
To: xerte at lists.nottingham.ac.uk
Subject: RE: [Xerte] Database


If you use Xerte's iconID.onSendAndLoad, then the data is available as a
de-serialised object. As Thomas says, you can also extend Xerte with
complex components that do anything that Flash can do, such as remoting.
You need to think through the architecture of a xerte application that
uses a lot of lot of external swf files to provide core functionality
carefully.

One advantage of that approach is that your components can be re-used in
different applications quite easily.

-----Original Message-----
From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
xerte at lists.nottingham.ac.uk
Sent: 28 August 2007 09:28
To: xerte at lists.nottingham.ac.uk
Subject: RE: [Xerte] Database

You can also create a Flash application and use Flash Remoting to
directly send whole database record sets from a server-side script to
the Flash application, which subsequently displays the database data for
example via Flash v2 components. You can then load this Flash
application into Xerte.

Using Flash Remoting saves you the hassle of serialising/deserialising
your database data, i.e. the database record set is immediately
available as a multidimensional object in Flash.

Here's a freely available PHP implementation of Flash Remoting:
http://amfphp.org/

Please let me know if you need any further information to use Flash
Remoting.

Cheers,

Thomas


> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk
> [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte at lists.nottingham.ac.uk
> Sent: 26 August 2007 23:46
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Database
>
> Does Xerte send data to and receive data from databases like Microsoft

> Access or SqlServer?  I did a search in the archives but could not
> find discussions on this topic.
>
> Thanks.
>
> Jim
>
> James Bowman Associates
> Customized Quality Management Services
>
> 701 Canterbury Drive
> Appleton, WI 54915
> Phone:  800-731-7488
> Fax:  920-731-7193
> james at jbassoc.biz
> www.jbassoc.biz
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
_______________________________________________
Xerte mailing list
Xerte at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte
_______________________________________________
Xerte mailing list
Xerte at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte



More information about the Xerte mailing list