Ofbiz Integration with Flex

Hi
I configure the Flex into ofbiz frame work, but It could not load the generated ShockWaveFlash (swf)
file into my jsp page.
After examing the source code, we found that the javascript partially
loaded while missing some code in between generating output to the
browser.
the following error has occurred blocking the application.
"DetectFlashVer is not defined
if anyone configured the flex into ofbiz , please let me know how to fix
the above issue.
Thanks & Regards
Lakshman

I have the same question. I have developers creating applications in Flex and am trying to find out if a web application can be embedded in the OBIEE web interface - or can we only put links to the application in OBIEE? We are trying to find out if we can integrate our data entry programs with the BI portal so reporting and data entry are seamless. Probably not enough information for a detailed answer - but pointing me to any resource is appreciated.

Similar Messages

  • OBI EE integration with flex

    How easy it would be to integrate OBI EE with Flex? Please let me know as soon as possible.
    Thanks in advance,

    I have the same question. I have developers creating applications in Flex and am trying to find out if a web application can be embedded in the OBIEE web interface - or can we only put links to the application in OBIEE? We are trying to find out if we can integrate our data entry programs with the BI portal so reporting and data entry are seamless. Probably not enough information for a detailed answer - but pointing me to any resource is appreciated.

  • Webdynpro ABAP integration with Flex

    Dear All ,
    We are trying to integrate the Flex with ABAP WebDynpro. On the front end there are a set of check-boxes and whenever the user selects one or more check box , we need to make a note of this selection and save this to the database. Data in FlexBuilder is getting stored as ArrayCollection with two columns label and selected.
    We need to integrate the same into SAP using WebDynpro ABAP. We have created a datasource to read the values. Even after giving the identical names in webDynpro the data is not getting populated.
    If any of you has worked on a similar requirement earlier, please revert back .
    Regards,
    Amit Saini

    Hi Banarji
    Ple try this.
    In Flex Part
            [Bindable] 
            [Embed(source=".jpg")]
           <mx:Image x="" y=" " width=" " id="loader1" autoLoad="true" source=".JPG" height=" "/>
    Webdynpro Part
          Goto MIME - > add .swf file
    I hope.It will work fine.
    Regards
    Laxmikanth Karunamoorthy

  • Outlook integration with flex

    Hi ,
    I have a scenario in which I have to open an Outlook email window (of a specified size) on a button click,
    and the previously selected PDF file has to be automatically attached to that mail.
    can anybody help in this case ?

    you can automatically open an email client like so:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
        <mx:Script>
            <![CDATA[
                import flash.net.navigateToURL;
                private function newBrowserWindow(url:String):void
                    var urlRequest:URLRequest = new URLRequest(url);
                    navigateToURL(urlRequest, "_blank");
            ]]>
        </mx:Script>
        <mx:Button click="newBrowserWindow('mailto:[email protected]')"/>
    </mx:Application>
    automatic attachment..
    maybe
    http://forums.devshed.com/beginner-programming-16/using-mailto-with-an-attachment-66699.ht ml
    will help

  • Best integration for Flex

    I have a doubt, what is  the best language for an application beckend RIA? I am wanting to create an  application and was thinking of using java integrating with Flex  (BlazeDS or WebOrb) but i dont know if is the best choice.

    Ok, I'm more familiar  with. NET, but in case I'll use that tool? Can I use Visual C #  Express only without having to purchase Visual Studio to integrate with  flex? Using WebORB in the case.

  • Charting with Flex Builder

    Hello,
    I am a newbie and am looking to develop some graphs and
    charts using Flex Builder, could someone provide some insight on
    how to build using Flex Builder?
    Thanks

    This issue was resolved with help from Ryan at Adobe tech
    support. For anyone else who's suffering from this problem, the
    resolution is that you need a valid Flex 2 w/Charting serial number
    to place in the file "<Flex 3 Builder
    Root>\sdks\2.0.1\frameworks\license.properties" on the line
    "charting=<serial #>".
    To answer my own previously asked questions:
    Yes, Flex Builder 3 is supposed to entitle me to use the Flex
    Charting component (which is integrated with Flex 3, but was an
    addon in Flex 2).
    No, the Flex Builder 3 serial does NOT work with Flex 2
    Charting. You need a Flex 2 w/Charting serial.
    To anyone in this position, I would recommend opening tech
    support case via the web support portal and politely explaining
    your situation. It took a few days, but when I finally got through
    to someone who could help, the resolution was prompt.
    Regards,
    Dave

  • Are there any recent tutorials or information for integrating Adobe Flex with Ruby on Rails 4?

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

    I've combed and searched extensively and most of the documentation is anywhere from 4 to 7 years old.  A lot of it focuses on outdated gems or libraries.  I've even seen Rails 2.0 as a focus for a lot of this information.
    I would just like to know if anyone has any valid resources for the latest Adobe Flex integrating with a Rails 4.x application.  And, if so, where is this hidden information listed or located?
    Thanks.

  • Integration of Flex with Aprimo Lead Management

    Has anybody worked on integrating Adobe Flex with Aprimo Lead Management? If so,how can it be done?

    "jonpor" <[email protected]> wrote in
    message
    news:gbj914$ct$[email protected]..
    > If you do any asp.net you've probably seen and used an
    updatepanel. You
    > are
    > right, it is AJAX. An "updatepanel" is an asp.net
    control that
    > encapsulates the
    > AJAX functionality to do partial page postbacks in
    Asp.net. With an
    > updatepanel, you can trigger ajax postbacks on parts of
    a page (whatever
    > is in
    > the updatepanel). Problem I'm having is when I trigger
    an update on the
    > client
    > side, it is triggering 'the whole page' to update,
    rather than only
    > posting
    > back what is in the panel. This is probably a better
    question for an
    > asp.net
    > site, but figured someone in the flex/flash camp might
    have figured out
    > how to
    > do it.
    >
    > Since I'm putting Flex in Asp.net, figured I'd try to
    look for an answer
    > here
    > rather then getting flamed on a Microsoft board for
    using Flex.
    I'd look at using ExternalInterface to fire of the js methods
    that run the
    AJAX.
    HTH;
    Amy

  • Integration of ATG with Flex

    Hi
    I'm new to ATG but have experience with Adobe Flex. I'm thinking about a website with Flex as UI and ATG as the back end. Please suggest the various methods to integrate ATG with Adobe Flex.
    Suggestions at the earliest will be really helpful.
    Thanx
    Bala

    same thread:
    ATG and SAP integration

  • What is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    http://www.adobe.com/devnet/flex/pdfs/getting_started_with_Flex3.pdf
    what is prereq for reading above, and for start develop/reading with flex and cf(level?) ?

    The Flex Quickstarts will be a place for starters, if you want to know 
    about Flex/CF integration the first to know would be some basics of CF.
    Sincerely,
    Michael
    Sent from my iPhone

  • Researching to use Blazeds with spring. I can use blazeds with flex builder 3.

    I would like to know, If i can use balzeds 4 with flex builder 3.
    I have all my applications on flex builder 3 with web services.
    Trying to convert to blazeds with spring.

    Yes, it is very much possible. I have done the integration, please check the steps in my post.
    http://sixtyfourarts.blogspot.com/2009/05/gae-integration-with-blazeds-in-eclipse.html

  • Accessing System resources with flex (especially Hardware resources)

    Can Flex access systems resources? Is there any integration
    with c++ (dlls), or java classes of some sort? ........trying 2
    decide on an RIA technology ..... and hardware resources
    accessibility is quite key, infact a show stopper.
    If Flex cant, any ideas of an RIA wit dis capability?
    thanks guys.

    Even with AIR, no dll access.
    Tracy

  • Integratio of OPM with Flex

    How can I integrate My oracle policy modelling project or rules with Flex Application.We r Trying to make similar type of project which has been given under OPM Example (Social Sevices) but in Adobe Flex.
    Till now i have written rules in oracle policy modelling then through policy modellinhg only i generated web services and trying to call in flex.
    But still i am not clear with how this can be achieved,which operation can be usefull for me for sending response from flex to oracle rule engine.
    Can you explain me the process step by step nd guide me for this project.
    Is my Approach is correct?
    It would be great Help if you clear my doubts regarding integration of OPM with Flex.

    There are two ways of accessing the engine.
    The first way is accessing the engine through the Java or .NET API. In order to do this Flex will need to be able to make direct calls to Java or .NET.
    The second way is through the Determinations Server Web Service. The Determinations Server is specifically designed to provide a coarse grained access to the Rule engine, through SOAP/XML over HTTP. The Assess service provide a stateless way of making determinations (ie - data in --> answer out). The Interview service provides a way of creating a more stateful experience (ie, create a session, add/modify data, get screens to answer questions)
    If Flex can call Java or .NET APIs directly then, you can use the engine API, otherwise you will have to run the determinations server as a remote web application and access, the engine through the Assess or Interview service.
    It looks like Flex definitely has support for calling web services, which would suggest that the Determiantions Server approach would work. A quick google for Flex, Java and .NET looks like access to Java and .NET is always done through web services.

  • Using new ColdFusion8 Features with Flex

    I've read that ColdFusion 8 has new enhancements for
    developers using ColdFusion Flash Remoting with FLEX that are
    supposed to make our lives a lot easier, like being able to return
    a cfquery directly to FLEX. I'd really like to try out some of
    these new features, but cannot find any documentation or examples
    of how to use them. The Developer Center has lots of examples for
    ColdFusion MX and FLEX2, but where are the FLEX2 and CF8
    integration examples? Does anyone know where I might be able to
    find some?

    With MacBooks it's only the Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010model 7,1 White Unibody that have the buttonless multi-touch glass trackpad that allow the gestures to work in Lion. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s had the button trackpads.
    http://support.apple.com/kb/HT3448

  • OIM 9.1.0 Integration with Active Directory 2008 R2

    Hi,
    My customer is running Root/Child AD structure based on windows 2003 w/SP2, OIM 9.1.0 deployed under one of the child domains, and integrated with child domains controllers which runs windows server 2003 as well.
    My customer has decided to upgrade his AD to Windows Server 2008 R2 domain controllers across the entire AD Forest and still wants to integrate the current OIM v9.1.0 with AD for all of his Users provisioning and password synchronizations.
    Am not sure if current OIM version of OIM 9.1.0 is compatible and supported by OIM v9.1.0 under active directory version 2008 / R2, and not sure if it can be integrated with such AD version.
    Any guidance is really appreciated.
    Also I was thinking of such scenario but also not sure of its support ability and if OIM will keep working on such scenario, the scenario is to upgrade only the AD root domain to Windows 2008 R2 while keeping the child domain holding the OIM 9.1.0 at Windows 2003 version.
    Is this a working and supported scenario by OIM v9.1.0 ?

    I believe you question should be if the connector supports this architecture. Check out the versions supported for the connector you are using and you should be good.
    -Bikash

Maybe you are looking for

  • Do I have a virus? My Mac is acting very strangely

    There are lots of strange things happening with my mac. When I first got this mac, everything was fine. Then I had a run-in with someone who I suspect tried to or did in fact hack in to spy. There was one instance when it seemed to me like someone wa

  • GL substitution rules

    all I have two different substitution rules for one vender #1 is vendor and plant 1 or 2 or 3 and GL xxxxx then post to BA - 70 2 is vendor and plant 4 or 5 or 6 and GL xxxx then post to 81 When I created PO and did the GR/ it's posting to BA 70 wher

  • HT2494 how can i find the connected accessories

    Connected extern diskdrive; how can i address them?

  • Will BT upgrade me from my ancient Home Hub v1.0 ?...

    I've been a BT Broadband customer for about 6 years, and I'm still using the same version 1.0 Home Hub that I got when I first signed-up all those years ago. What do I need to do to get a more modern Home Hub from BT? The one I've got isn't broken as

  • After Effects download error

    I am trying to download the after effects trial and I keep getting an error code 107. I have tried all of the toubleshooting solutions but I still get the error. I am able to download all of the other trial except after effects. I am using a window c