Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-25 Thread Evert | Collab
A webservice commonly does this: * authentication (optional) * a service/method is invoked with an optional set of arguments * the service returns a result Why not abstract your service system to allow SOAP + REST + XML-RPC + JSON + AMF ? As long as the interface is abstracted, it doesnt

Re: [Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-24 Thread Evert | Collab
You are forgetting that if a request takes half the time to complete, it needs less cpu time and you can double the concurrent requests per server. Evert Dave Wolf wrote: I simply have to disagree here. We can demonstrate several in production applications which we have developed using SOAP

Re: [flexcoders] Flex 2 and document encryption

2006-08-22 Thread Evert | Collab
Using https would be a good way.. that way everything will happen on a much lower level.. Evert Wally Randall wrote: Does anyone know of action script functions capable of encrypting documents on the client prior to upload to the server? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: xml framework

2006-05-15 Thread Evert | Collab
I have some test scripts that do that in PHP.. It's still in an untested beta phase.. If you want to see some code or discuss it, drop me a line.. Evert Suzy Lawson wrote: Sorry, for clarification, I'm very familar with the Cairngorm framework. This would be *completely* outside of it.

Re: [flexcoders] Re: Large XML Dataset?

2006-04-05 Thread Evert | Collab
file telling where which records can be found... Evert wayneposner wrote: --- In flexcoders@yahoogroups.com, Evert | Collab [EMAIL PROTECTED] wrote: Is there any chance you can split up the xml in multiple categories. Or maybe with a 'global xml index' of some kind? Evert

Re: [flexcoders] Large XML Dataset?

2006-04-04 Thread Evert | Collab
Is there any chance you can split up the xml in multiple categories. Or maybe with a 'global xml index' of some kind? Evert wayneposner wrote: I've been searching and searching, but haven't been able to find the answer, so I'm posting here as a last resort. I am working on a Flex