[an error occurred while processing this directive]
[an error occurred while processing this directive]

 

XP Data Table vs XAML

Joe Marini posted an example of creating an application using XAML in 70 lines of code (http://www.joemarini.com/tutorials/tutorialpages/amazonwishwatch.php).
Using the XPDataTable and a custom cellRenderer we build the same application in flash taking 70 lines of code in total as well
The data being displayed is being pulled live from Amazon using there WebServices interface
What's the difference?


Click here for the XP DataTable version


Click here for the main form code        Click here for the cell renderer code
[an error occurred while processing this directive]