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.
Join me next week for a Flex seminar in Paris, Brussels, and Noordwijk
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:
[Read more...]
Building database-driven Flex applications without writing (Client- or server-side) code
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 it makes the assumption that you already have that entire backend infrastructure in place. If you don’t, and all you want to do is build a rapid prototype or a simple application, this might look like a lot of work.
RSS