Monthly Archives: November 2006

Presenting Flex at the New England Java Users Group tomorrow

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 in Flex | 16 Comments

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:
Posted in Flex | 20 Comments

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 [...]
Posted in Flex | 81 Comments