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

Similar Messages

  • Best practice for integrating oracle atg with external web service

    Hi All
    What is the best practice for integrating oracle atg with external web service? Is it using integration repository or calling the web service directly from the java class using a WS client?
    With Thanks & Regards
    Abhishek

    Using Integration Repository might cause performance overhead based on the operation you are doing, I have never used Integration Repository for 3rd Party integration therefore I am not able to make any comment on this.
    Calling directly as a Java Client is an easy approach and you can use ATG component framework to support that by making the endpoint, security credentials etc as configurable properties.
    Cheers
    R
    Edited by: Rajeev_R on Apr 29, 2013 3:49 AM

  • 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.

  • BlazeDS with Flex and ATG

    Hi All,
    Can any one tell me how to integrate ATG and Flex using Blazeds.

    Hi,
    Were you able to resolve the issue?
    We are having the same issue when running on local with IE7.
    For amf channel we are using localhost:8080 (local jboss).
    Please let me know.
    thank you

  • Integration of Oracle ATG with external web service

    Hi All
    I am new to Oracle ATG 10.1 and am trying to integrate ATG with an external web service. I checked the documentation library and checked ATGWSFrameGuide but it only helped theoritically. Can anybody share any resource / docs to explain how to integrate ATG with web services.
    With Thanks & Regards
    Abhishek

    There is no rocket science involved here. Just create a component whose properties file can contain the required properties like the wsdl path,etc. Create the stub classes out of the wsdl, jar it and place it in your classpath. Populating the request data into stub and invoking an operation will be similar to the one that we use in normal java while working with web services

  • 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.

  • EJB 3.0 integration in FDS, with Annotations

    We have been working with the EJB 3.0 implementations and see
    a lot of synergy between the new approach to enterprise Java with
    this new specification, and would love to see FDS add an adaptor to
    support it.
    Our new entity/session beans have annotated relationships,
    primary key information, and security regarding access to the
    object and it's methods are specified already in the Java source.
    Centralized management of this information where it is closest to
    the source is highly productive.
    With so much of the FDS configuration still sitting in static
    XML files, we are required to maintain a redundant copy of all of
    the annotation information separately. This adds pure overhead to
    the development process, and it is challenging to keep the two in
    sync when applications are enhanced.
    We would like to see the FDS framework more tightly
    integrated with the rest of the J2EE world, and through Java
    introspection and annotations learn about the applications
    available on the server side without custom config files.
    The fill, assembler, and synchronization methods could simply
    be a standard class interface to be implemented with methods to
    override, or even annotated with flex annotations. Destinations
    would no longer need to be hand-configured. The meta-data about row
    identity would be read from the entity beans themselves. If a fill
    method has parameters, read them from the function prototypes.
    (The existing Flash remoting product seems to have the above
    features. We enjoy the integration of Flash Remoting, and the
    development workflow associated. The Flash client only needs the
    JNDI name of the services, and once authenticated, access to any
    function is possible without further action. FDS goes above and
    beyond to provide several very interesting features, but is not
    quite as intuitive when it comes to J2EE services.)
    To tie this meta-information on the server back to the IDE
    for visual design, using real server-side object properties and
    methods, and session bean functions would close the loop on the
    development cycle. This could also be accomplished within Eclipse
    since the server side Java classes could easily be in the
    classpath. The IDE could give the developer a hand in choosing and
    referencing valid return object properties. An actionscript object
    could even be generated if necessary from the entity bean's
    properties...
    Are any of these ideas in the works, or are there any
    exisiting methods for accomplishing these efficiencies?

    caused by: com.sun.enterprise.InjectionException: Illegal use of static field private static car.session.CarSessionLocal jsfpack.BackingBean.carSession on class that only supports instance-based injectionat com.sun.enterprise.util.InjectionManagerImpl._inject(InjectionManagerImpl.java:292)
    ... 52 more
    StandardWrapperValve[Faces Servlet]: Servlet.service() for servlet Faces Servlet threw exception
    com.sun.enterprise.InjectionException: Illegal use of static field private static car.session.CarSessionLocal jsfpack.BackingBean.carSession on class that only supports instance-based injectionInjected fields in server-side components should never be marked static. static is only used for
    the main class of Application Client components.

  • 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

  • Please guide on how to integrate ATG with RTD(Real-Time Decisions.

    Please post the steps on integration of RTD with ATG.

    Got the steps from RTD documentation. I just consumed one of the WSDL files provided with the installation.
    set all the request parameters and got the response.

  • 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

  • To interate ATG with SAML 2.0

    Hi,
    I need to integrate ATG with SAML 2.0 where our ATG site will be the service provider (SP) and the third party application (e.g. Giggya) will be the Identity Provider (IDp).
    I googled saml 2.0 integration but couldn't understand it thoroughly as there are some missing links like how to send username/passwords to IDp for validation and what needs to be sent along, need of configuring proxy url and error urls ,metadata url, etc.
    Also, I want to understand if there is any JAVA version compatibility (and for that matter the ATG version too if at all it is important) needs to be kept in mind if we want to do SSO with SAML 2.0
    Any documentation,explanation of how saml 2.0 can be integrated will be highly appreciated as this is something that doesn't look a highly common integration.
    Regards,
    Girish

    Hi All,
    We configured SAML2.0 according to the steps provided in the below url.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/006381ca-cda8-2f10-a2b1-cd351eb04dad?overridelayout=true
    We created a URL iView and passed URL as "http://hostname/saml2/idp/sso", but on previewing the iview we are getting an error that URL cannot be found.
    On running HTTPWatch, we got the error for the above mentioned url: ERROR_INTERNET_CANNOT_CONNECT
    Can anybody help on this?
    Thanks in advance!

  • Integrating Bazeds-spring from Flex Adobe air application?

    Hi
    I have seen that from Flex Adobe Air platform using the old integration model (without spring) with Blazeds we can successfully communicate from AIR to the server side.
    I have got the project working fine with FLEX-SPRING-BLAZEDS on a simple flex application. However, I would like to know if the same can be done with the new way of defining channels in Server side with the Blazeds-Spring combination from AIR. If yes could you please direct me to the changes in configuration required in the flex side of the Air application.
    Thanks,
    Naveen

    AIR does not support running applications from a CD-ROM;
    that's both a technical and a licensing limitation.
    You can redistribute both AIR and your application via
    CD-ROM, thus enabling off-line install, if you agree to a
    redistribution license. See
    http://www.adobe.com/products/air/runtime_distribution1.html
    for details.
    Oliver Goldman | Adobe AIR Engineering

  • 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

  • How can I create an executable with Flex Builder 3?

    I'm working with Flex Builder 3 right now and I've run my
    head into a brick wall. Here's the situation:
    I'm creating a standalone application (runs in its own
    window, not in a web page) and I want to run it on a computer that
    does not have Flex Builder 3 installed. Help files and web searches
    haven't directed me to the right answer, so I was hoping that
    someone on this forum could help. Anyone know how to create a .exe
    file or something else that can be run outside of Flex Builder?
    Thanks a lot for any help!

    quote:
    Originally posted by:
    rob_parkhill
    Convert it to an AIR Application?
    Thanks Rob,
    This may be what I'm looking for, but I don't know enough
    about the difference. I guess I should have pointed out that I'm a
    complete Flex Novice!
    Anyway, with Flex Builder, I created an MXML Application. I
    went through all my various options again in Flex Builder and found
    that under the project menu, I could export a release build in what
    appears to be the format you mentioned. I managed to create a .air
    file, but it is not a recognized file type on my computer. I tried
    double clicking it and the built-in windows services couldn't even
    find a possible way to run it. Am I missing some important step?
    Thanks again.

Maybe you are looking for

  • How to get trigger code from the schema into a file

    Please help me in getting code of any trigger from the schema, without using any data dictionary views.

  • Website movie won't play

    I have exported a movie for web using Quicktime Player I chose the smallest version (425k .mov) and it plays fine I added the movie to a photo album page on my site in iWeb Selected movie - opened the Quicktime inspector and ticked Autoplay and saved

  • Need help in Solution Manager for preparing for Career in SM

    Hi Gurus, This is Amit Choudhary here,i am in SAP BW and and new to SM,so wants to work in Solution manager as i got chance to work with EWA reports and found this is quite interesting so, is there any one can help me in learning more about SM so tha

  • TLF have a big size

    Dears, i use TLF in flash files, it make the file has a big size. for example classic Text size is 2-3 k and TLF size is 56 k, sure without the external tfl file which is exported during the publish. So, How can i reduce and control this difference i

  • Fatal Error in Quicktime for WIndows

    I am just trying to run iTunes, but quicktime is acting up on me. I tried uninstalling it, but it said there was a fatal error during "installation". I need help re-installing quicktime, fixing it from the inside, or whatever needs to be done here to