-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Flex 3 with Java

In the previous chapter, you saw three main methods for accessing data from Flex applications. Most Flex applications you would develop will communicate with server using one of the three data access methods provided by the Flex 3 SDK. In this chapter, we will mainly focus on how to develop Flex applications to communicate with server-side Java objects or JSP, and process the data sent by the server into your Flex application.
Flex provides three main methods for accessing server-side data: HTTPService, WebService
, and RemoteObject
. Although we have discussed these three methods in our earlier chapter, in this chapter we will concentrate on the HTTPService
data access method. We will learn how to use it in conjunction with JSP on the server to send and fetch dynamic results in your Flex application.
In this chapter, we will discuss two common data formats which can be used to send and fetch data over HTTP from a Flex application to a JSP, that...
Change the font size
Change margin width
Change background colour