In the Zone this week.
Category Adobe Flex 3
Bookmark :
Bookmark :
And using Adobe Flex 3 to build a Rich Internet Application. Specifically, a very very nice web front end for FirM to replace the very old Web 1.0 one we have in there. And so far, I do like flex. Some real strange issues. One in particular is that its web service consumer can only deal with Web Services that have a single root element (and not half-a-dozen as I had). Took a while to get through it. More on this later.
And hey - we're biking to Skye this weekend! Way-hey!








Comments
So far I have stuck to using the standard HTTP / XML calls from within Flex to Notes agents, though I know at some point I will have to start consuming web services so thanks for the heads up.
Posted by Mark Barton At 08:12:34 On 16/05/2008 | - Website - |
Posted by Denis At 09:24:36 On 16/05/2008 | - Website - |
Posted by John At 10:47:01 On 16/05/2008 | - Website - |
Not near the screenshot stage. Web services themselves are very easy (aside from the single root object limitation), and things like parsing and creating XML is very simple.
The debugger is excellent. For instance. I'm actually using Eclipse+Flex on the Mac, and using Safari to debug. I could do all of that on a windows machine, or on a Linux machine.
---* Bill
Posted by Wild Bill At 10:52:13 On 16/05/2008 | - Website - |
Posted by Pedro Quaresma At 11:03:27 On 16/05/2008 | - Website - |
As for book recommendations: I brought Adobe Flex 3 - Training from the source, which is ok for an introduction but I tend to use Flex Solutions - { Link } if I need a bit more of a reference.
Posted by Mark Barton At 12:05:18 On 16/05/2008 | - Website - |
Do you mean the message body element can only have a single child element? Odd.
Posted by Kerr At 12:12:47 On 16/05/2008 | - Website - |
So it can get stupidly complex very quickly. Just have one 'thing' at the top level, really.
In terms of Books, I do like 'Flex for Developers' Jacobs/FreindsOfEd - its first chapter solved about 12 flex 'gotcha's for me.
On saying that, I also have 'Flex Solutions (Casario/Friends of Ed), Actionscript 3.0 cookbook (O'Really), and ActionScrip 3.0 Bible/Wiley. The latter is good at digging you out of *serious* trouble.
I tend to buy a lot of books.
---* Bill
Posted by Wild Bill At 14:02:20 On 16/05/2008 | - Website - |
I recently join a openntf project to create some Domino component to flex.
You can see a demo here ({ Link } ) for the view component, there is a flat view and a categorized view.
The code is under the Cecill-C licence (French LGPL licence).
Is here:
{ Link }
If the work can help someone, I will continue to put him in the web.
Posted by amahi At 13:19:57 On 21/06/2008 | - Website - |