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

Flex 3 with Java

Flex data access components provide call-and-response model to access remote data. There are three methods for accessing remote data in Flex: via the HTTPService
class, the WebService
class (compliant with Simple Object Access Protocol, or SOAP), or the RemoteObject
class.
The HTTPService
class is a basic method to send and receive remote data over the HTTP protocol. It allows you to perform traditional HTTP GET and POST requests to a URL. The HTTPService
class can be used with any kind of service-side technology, such as JSP, PHP, ColdFusion, ASP, and so on. The HTTP service is also known as a REST-style web service.
REST stands for Representational State Transfer. It is an approach for getting content from a web server via web pages. Web pages are written in many languages such as JSP, PHP, ColdFusion, ASP, and so on that receive POST or GET requests. Output can be formatted in XML instead of HTML, which can be used in Flex applications...
Change the font size
Change margin width
Change background colour