| 1. |
Explain About Remote Object? What Is End Point In Remote Object? |
|
Answer» Remote OBJECT: Remote Service automatically serializes and deserializes the data between Flex client and your server side language. As a result, you can directly call methods on your Java/.Net/ColdFusion/PHP etc… objects. This service connects to an AMF (Action Message Format) Gateway. AMF protocol transfers data in a binary format, so the data can be moved across the network more quickly. endpoint: This property is used to identify the Java WEB project from your flex client project. Ex: http://localhost:8080/JavaTest/messagebroker/amf
Remote Object: Remote Service automatically serializes and deserializes the data between Flex client and your server side language. As a result, you can directly call methods on your Java/.Net/ColdFusion/PHP etc… objects. This service connects to an AMF (Action Message Format) Gateway. AMF protocol transfers data in a binary format, so the data can be moved across the network more quickly. endpoint: This property is used to identify the Java web project from your flex client project. Ex: http://localhost:8080/JavaTest/messagebroker/amf |
|