background preloader

Flex

Facebook Twitter

Communauté - Forum Flex 2, Flex 3 et AIR - tutoriaux Flex et AIR. Adobe Flex Tutorial - Tutoriaux Flex Builder, MXML, ActionScript, AS3. Create Flex 4 and Java Web applications. Current Web technologies have an increased demand placed on them.

Create Flex 4 and Java Web applications

They must be able to manage user accounts, upload content, and stream video. This demand requires RIA developers to seek technologies that streamline development workflow while at the same time providing commonly sought-after features. The challenge to developers is picking the right set of technologies to provide these services. Adobe Flex is a client-side technology that provides developers with a rich set of API calls for creating GUIs, drawing graphics, playing and streaming media, and connecting to Web services. On the server side, Java technology provides abilities such as connecting to relational database management systems (RDBMSs), multi-threaded processing of service requests, and optimum scaling with increased demand.

This article demonstrates how to write a simple, yet powerful RIA that utilizes Flex for the client, Java technology for the server, and MySQL for the back-end database. The sample application. Tutoriel Flex - AIR - Nouvelles Technologies Web. Rich Internet Applications with Grails, Part 2: Grails and the Google Web Toolkit. About this series This series explores application architectures that use a Service Oriented Architecture (SOA) on the back end implemented with the Grails framework.

Rich Internet Applications with Grails, Part 2: Grails and the Google Web Toolkit

Explore how much Grails simplifies creating Web applications in general and Web services in particular. This kind of back end can be easily hooked up to any pure client-side application. In Part 1, you used Adobe Flex to create an application that leveraged the Flash Player. In this article you will use the Google Web Toolkit (GWT) to create the front end in pure JavaScript. Prerequisites In this article you will build a Web application using Grails and GWT. Back to top New services In Part 1, you created an application that used a Service Oriented Architecture (SOA) built using Grails. Search API service The existing application had a search business service. Listing 1. The listCategory method finds all of the stories in a given category. Listing 2. Listing 2 only shows the new search method. Listing 3. Search entry point $ . #!

Rich Internet Applications with Grails, Part 1: Build a Web application using Grails and Flex. About this series This series explores application architectures that use a Service Oriented Architecture (SOA) on the back end implemented with the Grails framework.

Rich Internet Applications with Grails, Part 1: Build a Web application using Grails and Flex

Explore how much Grails simplifies creating Web applications in general and Web services in particular. This kind of back end can be easily hooked up to any pure client-side application. In Part 1, you will use Adobe Flex to create such an application that leverages the Flash Player. In Part 2, you will use the Google Web Toolkit to create the front end in pure JavaScript. Prerequisites In this article you will build a Web application using Grails and Flex. Architecture Many organizations are pursuing a Service Oriented Architecture (SOA). Web services When many developers hear the term Web service, they think of one thing: SOAP (Simple Object Access Protocol). Grails domain model Grails is a general purpose Web development framework.