Some common sense (constantly updating ......)

Source: Internet
Author: User
Tags domain server
RPC includes three types: httpService, WebService, and RemoteObject.

HttpService and WebService can communicate with the business logic layer without passing through the data service layer. The RemoteObject must pass through the data service layer. HttpService and WebService have security restrictions, which are caused by FP. To put it simply, if the Flex application needs to obtain data from the external Domain Server for cross-origin access, FP first needs to check whether the external Domain Server has deployed the allowed source domain (that is, the domain where the flex application is deployed) the accessed crossdomain. xml file. Specifically, if the Flex application deployed on DomainA needs to obtain the Web services provided by DomainB, corssdomain must be deployed in the root directory of DomainB's Web server. xml file, and configure in the file to allow access to the DomainA application. Generally, we cannot deploy crossdomain in an external domain. xml file. In this case, the LiveCycle Data Service proxy Service can be used as an intermediary to bypass the FP security mechanism and the proxy FP can access the external Domain Server. This is the proxy Service of LiveCycle Data Service. The RPC service is synchronous, while the message service is asynchronous.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.