Data exchange between different application domains

is this possible?
say i have example.com/swf_1.swf which dynamically loads a module example.com/swf_2.swf in a different application domain. is it possible to still exchange data between the two swf files? if so, how?
thanks.

Have a study of LocalConnection Class
link is:
http://livedocs.adobe.com/flex/3/html/help.html?content=security2_13.html

Similar Messages

  • How to communicate accross applications in different application domains using SWFBridge

    Hi,
    I have a Flex portal application that loads two sub-applications as siblings as such: Different application domains but same Security Domain
    var loaderContext1:LoaderContext = new LoaderContext(); 
    loaderContext1.applicationDomain = new ApplicationDomain();//new app domain
    /* sub-application 1*/
    swfLoader1 = new SWFLoader();
    swfLoader1 .loaderContext = loaderContext1;
    var loaderContext2:LoaderContext = new LoaderContext(); 
    loaderContext2.applicationDomain = new ApplicationDomain();//new app domain 
    /* sub-application 2*/ 
    swfLoader2 = new SWFLoader();swfLoader2.loaderContext = loaderContext2;
    But the host application (which is in a different application domain), needs to receive data from the first sub-application and pass it to the second sub-applicaiton.
    I heard about the SwfBridge and Shared events but I am not sure how to use it. I can't find documentation on how to implement it.
    Any direction or feedback woul be very helpful.
    thank you.
    Regards,
    /Fatima

    Hi,
    Thanks for your post. The app I want to cmd-tab to is on screen at the other desktop. I've tried again using 7 different applications and this problem persists in all of them, so I still need to use a multi-touch gesture (or ctrl-right arrow).
    Just to be clear, when I press cmd+tab to change into iTerm, for instance, I can see iTerm in the menu bar next to the apple, but Lion won't change into a different desktop or show me the iTerm windows.
    Edit: thank you captfred ! It was in front of me.

  • How can we do the data migration between Oracle Applications and SAP R/3.

    Hi All,
    How can we do the data migration between Oracle Applications and SAP R/3 system.What are all the possible ways to move bulk data from Oracle Apps to SAP r/3 system.
    Provide any 3rd party tools which supports data migration and also pls rpovide the SAP's own data migration tools with supports the above feature.
    Awaiting for best possible solution.
    Thanks in advance.
    Regards
    Dharmaraju

    the 3rd party tool is ETL , you can use ETL tool and the prepare the load files then you can use LSMW method to upload the data to SAP.

  • Managed bean/Data exchange between two ADF Rich Faces based applications

    Hi,
    I have been trying to research what seems to be a small issue. My requirements are as follows.
    1. I need to be able to pass managed bean information from one ADF Rich Faces based application to another (in two separate ears) at runtime (e.g. from Ear1: SenderApp/Sender.jspx -> Ear2: ReceiverApp/Receiver.jspx).
    2. I do not want to use the database as my applications need to be performant.
    3. Serialization/de-serialization would fall pretty much under the database category. In other words, I like to avoid Serialization/de-serialization of the managed bean.
    4. I cannot use query string due to security issues.
    My question is as follows:
    1. Is there any standard/architecture/best practices for data exchange of backing beans or other forms between two ADF Rich Faces based apps (in two separate ears)?
    2. Has someone found anything similar to an applicationScope that works across applications?
    I would appreciate any ideas.
    Thanks very much,
    Edited by: user11219846 on Jul 23, 2009 2:38 PM
    Edited by: user11219846 on Jul 23, 2009 2:42 PM

    Hi,
    its not an ADF Faces problem, but not possible in Java EE. You can however fallback to vendor specific implementations like in WLS. From the WebLogic documentation : http://e-docs.bea.com/wls/docs103/webapp/sessions.html
    Enabling Web applications to share the same session*
    By default, Web applications do not share the same session. If you would like Web applications to share the same session, you can configure the session descriptor at the application level in the weblogic-application.xml deployment descriptor. To enable Web applications to share the same session, set the sharing-enabled attribute in the session descriptor to true in the weblogic-application.xml deployment descriptor. See “sharing-enabled” in session-descriptor.
    The session descriptor configuration that you specify at the application level overrides any session descriptor configuration that you specify at the Web application level for all of the Web applications in the application. If you set the sharing-enabled attribute to true at the Web application level, it will be ignored.
    All Web applications in an application are automatically started using the same session instance if you specify the session descriptor in the weblogic-application.xml deployment descriptor and set the sharing-enabled attribute to true as in the following example:
    +<?xml version="1.0" encoding="ISO-8859-1"?>+
    +<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90";;>+
    +...+
    <session-descriptor>     
    +<persistent-store-type>memory</persistent-store-type>+
    +<sharing-enabled>true</sharing-enabled>+
    +...+
    +</session-descriptor>+
    +...+
    +</weblogic-application>+
    Frank

  • Data exchange between loops in different vi's

    hello,
    in the top level vi of my application i've got a daq.
    data from the daq is needed in a low level vi.
    both vi's are controled with queues.
    the problem is that i solve the data exchange with a global variable.
    i there any other solution to avoid global variables.
    markus

    here
    http://forums.ni.com/ni/board/message?board.id=170&message.id=163697
    we come up with multiple ways
    Hey, has this already been noted for the FAQ?
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Idoc data  comparison between different R/3 clients.

    Hi ppl ,
    Is there a way idoc comparison can be done between different clients without going
    by Segment by Segment comparison ?
    I have a requirement wherein i have thousands of idocs in QA system and i need to
    compare those with the ones in PROD system. The segments in the idocs may vary
    depending on the data that flows from the third party system which will post idocs in R/3.
    So, the segment wise comparison of data is also ruled out .
    Do we have any standard reports which will help in achieving this purpose ?
    Please let me know how the idoc data comparison can be carried out .
    Regards,
    Nick.

    Hi Nick,
    There is no standared tools available for comparing the data of two idocs.
    By using beyond compare s/w you can check the data, but the thing is you have to download the idoc data to file format.
    By using Idoc_xml_transform function module you can download idoc data to xml format, after you can compare.
    Check this
    http://download.cnet.com/Beyond-Compare/3000-2242_4-10015731.html
    Regards
    Ramesh

  • Data exchange between R/3 and CRM system.

    hello,
    how to list the data sources, function modules, user and cust exits through  which the data exchenge happens between R/3 system and CRM system?
    do we have any transaction to see the list of the master and transaction data that is exchenged across these systems?
    thanks in advance,
    swamy

    thanks markus,
    but from CRM system we are able to find out only the data exchange that is happening at that point of time.(only the list of tables /function modules that are exchanging the data is listed.)
    is there any way to get the information of the datasources mapped between these two systems?
    swamy

  • Data exchange between SCM and ERP

    Hi Guys,
    Can you please tell what all data is exchanged between ERP system and SCM system.
    I am doing a project to find out the exchange of data between these systems, it would be great if u can help me out or throw a direction to find these details.
    Thanks a lot guys
    Regards,
    Kumar
    POINTS ASSURED

    Hi Kumar,
    Please find detailed document help link as below:
    http://help.sap.com/saphelp_scm70/helpdata/en/64/08533b89050863e10000000a114084/frameset.htm
    For master data following data flow occurs from ECC to APO:
    u2022     Products
    u2022     Locations
    u2022     Classes and characteristics
    u2022     Batches
    u2022     Setup groups
    u2022     Resources
    u2022     Production Process Modes  / Produtc Data structures
    Transaction data flow
    u2022     Sales documents
    u2022     Stocks
    u2022     Inspection lots
    u2022     Purchase orders and requisitions
    u2022     Planned orders
    u2022     Maintenance orders
    u2022     Project / network orders
    Regards
    Datta

  • How to share security context between different application ?

    Hi all,
    I have two applications(ADF faces + BC, JDev 10.1.3.1) deployed into OAS 10.1.3.1.
    The two applications are :
    1) SalesApp -> main menu page = SalesMenu.jspx
    2) ReportApp -> main menu page = ReportMenu.jspx
    I want implement security using CustomLogin.
    The question is :
    How can I share security context between the applications ?
    What I mean is, from SalesMenu.jspx there is one menu item to jump into ReportMenu.jspx, and I want user no need to Login again, Login is once and the user is recognized in the two apps. How to achieve that ?
    Thank you for your help,
    xtanto

    Xtanto,
    actually you can't if these are separate J2EE application deployments. The session is not shared and thus the authentication is lost. I heard that OracleAs is planning to implement a feature that allows you to share the session and thus a context between two J2EE deployments. I am not 100 % sure this is the case and will check with OC4J Product Management
    Frank

  • Sessions in jspx between different Application Server

    Hello All,
    I have two applications running in two different Application servers.
    I call the jspx in one applications server from jspx of another applications server using the href.
    My requirement is, when I logout the first application it shud automatically inviladate session in the second jspx also.
    Is there any way of acheive this..
    Also please pass on any links to work on sessions in jspx.
    Thanks
    Krrish

    Hi frank,
    Thank you for the reply..
    Can you please provide any links to SSO enabling the custom application.
    Thanks
    Krrish

  • Standard XML schema for Vendor data exchange between SAP and other system

    Is there a SAP standard way of XML schema that we exchange between SAP and other system? Please let me know.
    Thanks.

    See SAP Interface Repository (http://ifr.sap.com).
    My proposal is to leave old SAP connectors staff and use SAP Exchange Infrastructure. There is a support of industry XML standards in XI 3.0 like xCBL.

  • Data Syncronisation between EPMA applications

    Hi
    General question
    I want to transfer data from 2 planning applications into a third planning application. All applications are EPMA (11.1.1.3 !).
    One way ( a bit clunky ) is to do a DATAEXPORT from the source applications & then load the file into the new one in the old-fashioned way.
    Another way is to utilise Data Syncronisation function in EPMA.
    The source & target hierarchies are largely the same, but the source application level 0 members for accounts & entities will not be present in the target application.
    Does anyone have any opinions on the best way to accomplsh this ?
    Thanks

    Hi,
    If you are using a structural coding scheme in your dimensions (i.e. 6 digits for level 0, 5 digits for level 1, 4 digits for level 2 etc.) You can define source dimension mappings as specified at below link:
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epma_admin/epma_mapping.html#bpma_data_synch_1_43
    The other alternative is to literally pick all members except level 0 from member selector, it is possible to select all level 1 and above members, however this requires regular updates to your mappings.
    Have a look at below link if you haven't done so:
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epma_admin/epma_data_sync.html
    Cheers,
    Alp

  • Uthorization schemes between different applications

    Hi
    I have a main application from which the user can go to different applications (through tabs).
    I have authorization scheme set for the main application.
    When I try to use these (main app) authorization schemes in the other sub applications, they doesn't work.
    Is there any way we can globalize the authorization scheme in the main application so that they can be used by different apps ???
    Or share the main applications authorization schemes with the sub applications.
    Thanks.

    machan wrote:
    Hi,
    I don't want to maintain the same authorization scheme at two different places.
    So, I was thinking if I can use the main apps auth scheme in the sub apps without actually coping them into the sub apps !!!That's pretty simple, Create authorization scheme in your master app and then in all sub apps create the authorization > As a Copy of an Existing Authorization Scheme > select your master app.
    Once you have copied > Edit the same and > select the master authorization scheme name for Reference Master Authorization Scheme From > make sure you check the refresh check box.
    Repeat the above process for all sub apps you want. (You can subscribe as many sub apps as you like)
    So now on wards you don't have to maintain the authorization scheme in sub apps, just have to make changes to the one in master app and just publish the changes, that will apply those changes to the all sub apps subscribed for that scheme.

  • Basic question regarding Contract data exchange between CRM and ERP

    Hi,
    1) At a very general level, can somebody tell me via what technology are contract documents exchanged between CRM and ERP? IDocs, RFC modules or proxies?
    2) Is it possible to sychronise changes in a contract, e.g. if the contract is changes in the ERP system, those changes are auotomatically updated in the CRM contract?
    3) Can somebody point me to any documentation on this?
    Kind Regards,
    Tony.

    contracts are exchanged between CRM ans ERP ssytem ny RFC and FM , you use object SALESCONTRACT for this,it is possible to synchronize changes between both the systems

  • Sharing between different Security Domains..

    Hello!
    there are two different security domains and i have two applets which are under different sD.
    is it possible to communicate with each other by using classic shareable interface methods.
    Thanks a lot in advance!

    Hi,
    I have not tried this but I cannot see any reason it would not work. The applets are still in the same JCRE context. Your best best is to set up a simple SOI that works under one SD and then try it with two.
    Cheers,
    Shane

Maybe you are looking for

  • Safari wont open to its homepage at login

    Hi all: I have Safari set to "Open at Login" and to open with a new window, to the home page. It does open at login, but does not open the new window. Anyone know why? It's Safari 5.1.7, and 10.6.8. (Firefox behaves correctly, by the way) Also, me mu

  • Creating contract with service line items

    Hi, My requirement is to create contract with multiple service line item. The issue is my system is ECC5 so i don't have BAPIS like BAPI_CONTRACT_CREATE or BAPI_SERVICE_CREATE .How do we achieve this without writing a bdc. Do we have any equivalent b

  • Registration reminder suddenly not working ?

    Laptop purchased in February and has been successfully registered for warranty etc with Toshiba. In the last 10 days I have had repeated error messages that the Toshiba registation reminder has stopped working - the windows error message is in fact :

  • Radar graph - fill

    Hi all, Here is the example of what I mean http://peltiertech.com/Excel/Charts/VBAdrawradar.html Radar graph in OBIEE has a fill of series. How to achieve to have only line without fill? Thanks all

  • Problem in fetching data for Tcode QA03

    Hi, I am working on a report in which i have to pick up the dates for a material i.e. when it is MIGO is done and when it is moved to unrestricted stock. Till now i am fetching up the data from MSEG nad MKPF where i am getting the data w.r.t. movemen