MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manual do Utilizador Página 97

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 124
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 96
TUTORIALS POINT
Simply Easy Learning Page 92
Flex RPC Services
This chapter describes RPC Services provided by Adobe Flex:.
F
lex provides RPC services to provide server side data to client side. Flex provides a fair amount of controll
on to server side data.
Using Flex RPC services, we can define user actions to be executed on server side.
Flex RPC Sservices can be integrated with any server side technologies.
One of Flex RPC Service provide inbuilt support for compressed binary data to be transferred over the wire
and is pretty fast.
Flex provides following three types of RPC Services
RPC Service
Description
HttpService
<mx:HTTPService> tag is used to represent an HTTPService object in an MXML file. When
you make a call to HTTPService object's send() method, it makes an HTTP request to the
specified URL, and an HTTP response is returned.You can also use the HTTP HEAD,
OPTIONS, TRACE, and DELETE methods.
WebService
The <mx:WebService> tag is used to get access to the operations of SOAP-compliant web
services.
RemoteObject
The <mx:RemoteObject> tag is used to represent an HTTPService object in an MXML file.
This tag gives you access to the methods of Java objects using Action Message Format
(AMF) encoding.
We're going to discuss HTTP Service in detail. We'll use an XML source file placed at server and access it at client
side via HTTP Service
Items.xml
CHAPTER
17
Vista de página 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 123 124

Comentários a estes Manuais

Sem comentários