> "So maybe text data (info on apps) could be stored in a simple xml file."

I guess that's the same thing as a catalogue file...

Maurice 

-----Message d'origine-----
De : Nicholas Kwiatkowski [mailto:nicho...@spoon.as] 
Envoyé : mercredi 18 décembre 2013 13:20
À : dev@flex.apache.org
Objet : Re: Flex showcase

Why not just a simple catalogue?

<root>
 ---  <items>
      -- <Showcase Item 1>
           ----  <Image>
           ----  <Description>
           ----  <Title>
     ......


On Wed, Dec 18, 2013 at 7:15 AM, Kessler CTR Mark J < 
mark.kessler....@usmc.mil> wrote:

> Ok, so flex app loading an xml list from the server.  So the last part 
> is really about how to organize the data on the server.  Folder  for 
> each app in the showcase with a pics and another xml file that has the 
> detail description with the pic file listing.
>
> -Mark
>
> -----Original Message-----
> From: Maurice Amsellem [mailto:maurice.amsel...@systar.com]
> Sent: Wednesday, December 18, 2013 6:16 AM
> To: dev@flex.apache.org
> Subject: RE: Flex showcase
>
> I am not sure we could have BlazeDS equivalent on the apache web site.
> So maybe text data (info on apps) could be stored in a simple xml file.
>  Even with hundreds of apps it shouldn't be that large.
> And the images (screenshots) would be available as static resources, 
> as it is today, and loaded on demand by the flex app.
> AFAIK, javascript can also parse remote XML files, so data storage 
> would be independent of the implementation (js or flex).
>
> WDYT?
>
> Maurice
>

Reply via email to