RE: [flexcoders] CRUD in XML

2007-01-08 Thread Tracy Spratt
Look at this example.

http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI
D=544

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of devisbalsemin
Sent: Saturday, January 06, 2007 7:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CRUD in XML

 

Hi,
can you help me to find some example how to implment Flex 2 CRUD with
xml file???
Thanks 
devis

 



RE: [flexcoders] CRUD in XML

2007-01-08 Thread Jeff Hindman
Any chance of getting a CF solution (or hints) for this tool (way cool,
btw)? I have a client that could

use this immediately.

Thanks -

 

Jeff Hindman

Simon Software Solutions

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Monday, January 08, 2007 10:57 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] CRUD in XML

 

Look at this example.

http://www.cflex.
http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=5
44 net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=544

 

Tracy

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of devisbalsemin
Sent: Saturday, January 06, 2007 7:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CRUD in XML

 

Hi,
can you help me to find some example how to implment Flex 2 CRUD with
xml file???
Thanks 
devis

 



RE: [flexcoders] CRUD in XML

2007-01-08 Thread Tracy Spratt
Jeff, you talki'n ta me?  If so, thanks for the kind words, but that is
an example, not a tool.  You take it and make a tool out of it if you
like.

 

Anyone who knows CF should be able to duplicate that JSP or ASP.NET code
VERY easily.  After all I don't know Java, but I figured out how to do
that simple file access stuff.  If someone does, and posts the CF side,
I'll add it to the example.  Same with PHP. Or whatever.

 

As far as the Flex side, it does not matter what the server part is
written in.  That's the good side of Flex's server agnosticism.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeff Hindman
Sent: Monday, January 08, 2007 2:28 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] CRUD in XML

 

Any chance of getting a CF solution (or hints) for this tool (way cool,
btw)? I have a client that could

use this immediately.

Thanks -

 

Jeff Hindman

Simon Software Solutions

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Monday, January 08, 2007 10:57 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] CRUD in XML

 

Look at this example.

http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI
D=544
http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=Fileobject
ID=544 

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of devisbalsemin
Sent: Saturday, January 06, 2007 7:49 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CRUD in XML

 

Hi,
can you help me to find some example how to implment Flex 2 CRUD with
xml file???
Thanks 
devis

 



Re: [flexcoders] CRUD in XML

2007-01-06 Thread greg h

devis,

Could you please provide a bit more detail about what you are trying to do?

CRUD is an acronym usually associated with the database operations INSERT,
SELECT, UPDATE and DELETE.

When you ask for some example how to implement Flex 2 CRUD with xml
file??? what do you mean?

Have you looked at the Flex 2 documentation sections on:

  - The E4X approach to XML processing

  http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html
  - Working with XML

  http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html


g


On 1/6/07, devisbalsemin [EMAIL PROTECTED] wrote:


Hi,
can you help me to find some example how to implment Flex 2 CRUD with
xml file???
Thanks
devis



Re: [flexcoders] CRUD in XML

2007-01-06 Thread Patrick Mineault
You'd probably be better off to use Remoting to implement CRUD in Flex. 
Search for RemoteObject on Google and you should find a variety of 
resources.

Patrick

greg h a écrit :

 devis,

 Could you please provide a bit more detail about what you are trying 
 to do?

 CRUD is an acronym usually associated with the database operations 
 INSERT, SELECT, UPDATE and DELETE.

 When you ask for some example how to implement Flex 2 CRUD with xml 
 file??? what do you mean?

 Have you looked at the Flex 2 documentation sections on:

 * The E4X approach to XML processing
   http://livedocs. macromedia. com/flex/ 201/html/ 13_Working_
   with_XML_ 169_03.html
   
 http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html

 * Working with XML
   http://livedocs. macromedia. com/flex/ 201/html/ 13_Working_
   with_XML_ 169_01.html
   
 http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html



 g


 On 1/6/07, *devisbalsemin* devisbalsemin@ yahoo.com 
 mailto:[EMAIL PROTECTED] wrote:

 Hi,
 can you help me to find some example how to implment Flex 2 CRUD with
 xml file???
 Thanks
 devis