Posted on November 15, 2006, 1:52 pm, by christophe, under
Flex.
I will be delivering a two-hour Flex presentation called “Rich Internet Applications with Flex and Ajax” at the New England Java Users Group tomorrow Thursday November 16th at 6:00pm. The meeting is open to everybody, so feel free to stop by if you are in the Boston area.
The agenda is posted here
You can register here
Posted on November 14, 2006, 12:45 pm, by christophe, under
Flex.
I will in Europe next week presenting an in depth Flex session at three developer seminars in Paris, Brussels, and Noordwijk. These events are organized by the local Adobe offices. You can still register! Here is the information:
Posted on November 14, 2006, 11:03 am, by christophe, under
Flex.
One question that developers often ask when they see Flex for the first time is: “how do I write a database application?”
The answer to this question is typically: You use an HTTPService, WebService, or RemoteObject to connect to a server-side component that provides an API to manipulate your data. This approach provides infinite possibilities, but [...]