eGrid http://www.slideshare.net/yongjiew/flex-talk-egrid
egrid - What’s Xuni eGrid Console  is the UI component of  eGrid . The console is a rich internet application (RIA) developed to unify the management tools for eBay's production systems.  eGrid Console  allows the NOC, MIT and Site Ops teams to share data elements across UI components. The console provides a set of tools with which users can perform a variety of highly specialized functions.  Production:  http://grid.vip.ebay.com/grid/flex/eGrid.html   Dev:   http://sjc-vts-73.corp.ebay.com/grid/flex/eGrid.html
egrid - UI feature: Multiple Windows
egrid - UI feature: chart
egrid - UI feature: chart
Egrid – UI feature - diagram <root>     <Node id=&quot;start&quot; type=&quot;start&quot;/>     <Node id=&quot;task1&quot; type=&quot;task&quot;/>     <Node id=&quot;task2&quot; type=&quot;choice&quot;/>     <Node id=&quot;task3&quot; type=&quot;task&quot;/>     <Node id=&quot;task4&quot; type=&quot;task&quot;/>     <Node id=&quot;end&quot; type=&quot;end&quot;/>     <Edge fromID=&quot;start&quot; toID=&quot;task1&quot;/>     <Edge fromID=&quot;task1&quot; toID=&quot;task2&quot;/>     <Edge fromID=&quot;task2&quot; toID=&quot;task3&quot; label=&quot;failed&quot;/>     <Edge fromID=&quot;task2&quot; toID=&quot;task4&quot; label=&quot;success&quot;/>     <Edge fromID=&quot;task3&quot; toID=&quot;task4&quot;/>     <Edge fromID=&quot;task4&quot; toID=&quot;end&quot;/>   </root>
flexbook http://demo.quietlyscheming.com/book/app.html

Flex talk - Egrid

  • 1.
  • 2.
    egrid - What’sXuni eGrid Console is the UI component of eGrid . The console is a rich internet application (RIA) developed to unify the management tools for eBay's production systems. eGrid Console allows the NOC, MIT and Site Ops teams to share data elements across UI components. The console provides a set of tools with which users can perform a variety of highly specialized functions. Production: http://grid.vip.ebay.com/grid/flex/eGrid.html Dev: http://sjc-vts-73.corp.ebay.com/grid/flex/eGrid.html
  • 3.
    egrid - UIfeature: Multiple Windows
  • 4.
    egrid - UIfeature: chart
  • 5.
    egrid - UIfeature: chart
  • 6.
    Egrid – UIfeature - diagram <root>     <Node id=&quot;start&quot; type=&quot;start&quot;/>     <Node id=&quot;task1&quot; type=&quot;task&quot;/>     <Node id=&quot;task2&quot; type=&quot;choice&quot;/>     <Node id=&quot;task3&quot; type=&quot;task&quot;/>     <Node id=&quot;task4&quot; type=&quot;task&quot;/>     <Node id=&quot;end&quot; type=&quot;end&quot;/>     <Edge fromID=&quot;start&quot; toID=&quot;task1&quot;/>     <Edge fromID=&quot;task1&quot; toID=&quot;task2&quot;/>     <Edge fromID=&quot;task2&quot; toID=&quot;task3&quot; label=&quot;failed&quot;/>     <Edge fromID=&quot;task2&quot; toID=&quot;task4&quot; label=&quot;success&quot;/>     <Edge fromID=&quot;task3&quot; toID=&quot;task4&quot;/>     <Edge fromID=&quot;task4&quot; toID=&quot;end&quot;/>   </root>
  • 7.