Flex has rapidly become the technology of choice for creating responsive, dynamic and visually stunning user-interfaces.
Rich Internet Applications built using Flex have many benefits over traditional technologies:
- Create engaging and compelling user-experiences
- Create more natural, intuitive and interactive applications by using transitions and effects
- Remove the flashing associated with full page loads prevelant on most websites
- Drastically reduces the load on web-servers by only loading the required content
- Flex applications always look and react the same way on every platform, unlike AJAX
- Flex applications request only the information they need from the server, not an entire page, often making them much faster



Add Comment