Google Talk integration with WebCenter

We are planning to include GTalk (inside a portlet) in a WebCenter based jspx page (portal page). Is this possible in 10g? Can you please explain a bit about the integration, incase you had a similar requirement?
Thanks /Santanu

Santanu,
This should be very straight forward. All you need to do is grab the URL from this page. You can use OmniPortlet's HTML layout to prototype it.
Peter

Similar Messages

  • Domino Lotus Mail Integration With Webcenter Spaces

    Hello,
    I am looking for solution for Domino Lotus Mail Integration with Webcenter Spaces, can you please let me know any one having any technical idea how to integrate with webcenter spaces.
    Please provide the solution.
    Thanks,
    Chandra

    For registering a mail server to WebCenter Spaces, see this link: http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_mail.htm#WCADM238
    If you want to do more advanced stuff like synchronizing calendar events in Spaces with events registered at Domino Server, I'm not sure whether it is possible out-of-the-box. There is an API for synchronization with MS Exchange (based on web services), so provided that Domino Server has a similar interface you could try the same approach.
    If you want to run WebCenter apps/portlets in Lotus front-end environment, I'm almost sure it is impossible.

  • Lotus mail integration with WebCenter Services 11g

    Hi,
    I'm looking for documentation to integrate Lotus Domino 8.5 into Webcenter. I cann't find the WebCenter Social Computing Services 11g
    Technical White Paper which I hope can be helpful. Any help on this topic is highly appreciated.
    Regards,
    DeeJay

    Hello Guys,
    any info available about the integration of Lotus Domino with Webcenter Portal?
    Thanks,
    Pedro Ribeiro

  • Document\Approach\Guidance for ATG Integration with Webcenter Site

    we have a requirement where pages/templates/content will be created in Webcenter Sites and will be consumed in ATG. I am looking for some Document\Approach\Guidance for Webcenter Site and ATG Integration

    I am looking for some Document\Approach\Guidance for Webcenter Site and ATG IntegrationBelow may help you:
    http://www.extended-content.com/wp-content/uploads/2012/07/WhitePaper-PublishingContentToATGFromOracleWebCenter-July2012.pdf
    http://www.extended-content.com/mediastore-now-integrates-with-webcenter-sites/
    http://technology.amis.nl/2011/08/13/fatwire-integrated-into-webcenter-as-webcenter-sites-for-web-experience-management/
    Hope this helps.
    -RMishra

  • Google Map Integration with Map Viewer is not working

    Hi Team,
    My MapViewer Version: Ver11_1_1_7_B130111
    I have created a Google Map (with Type of Map Source as "Google Maps") in Oracle Map Viewer and i could see google map in Oracle Map Viewer(using "show Map").
    I wanted to show a village map theme over the above google map in a web page and i am using Jdeveloper to integrate map viewer with Village data. I could see the google maps inside Jdeveloper however when i run the Jdeveloper code google map is not shown inside the web page.
    I tried with Oracle Maps, Bing Maps as the "map source" in map viewer and tried integrating inside Jdeveloper and got same result (blank screen). However when i tried a different mapviewer ( Base Map ELOCATION.WORLD_MAP from OracleFMW MapViewer Home ) i could see the map in the web page.
    I could get all other base maps (created with "internal" as the map source") in the web page, so there is some thing that i am missing with Google Maps, Bing Maps, Oracle Maps. Could you please help me what is that i am missing or point to a help resource?
    Thanks
    Nag

    Hi Jayanth,
    Issue is solved after creating the web page using latest JDeveloper (11.1.2.4). Thanks a lot for your help
    With Regards
    Nag

  • UCM integration with webcenter

    hi,
    How to create page runtime and submit data to UCM and dispaly the content. Allow users to in line editing the content like site studio pages.
    If anyone has any idea on integrateing webcenter with ucm please let me know.
    thanks
    manu.

    Use Document manager provided in Webcenter. To add the content and edit the content.

  • Google IMA integration with OSMF?

    Hi there
    Just wondering if anyone has had any experience integrating the Google IMA library into an OSMF, am struggling for ideas as to the best possible method.
    http://code.google.com/apis/ima/docs/sdks/googleflashas3_apis.html#AdsManager
    The integration requires a Video Class Object to be passed to it in order to playback a video ad, and record the impressions correctly.
    As the ads are intended to be pre-rolls, I am trying to use the same Video screen of my OSMF player - but i cant get access to it from the OSMF api !
    I am trying to prevent having to create a separate video class screen object just to play ads and add/remove it when necessary.
    Any suggestions welcomed!
    Thanks
    Steve

    Hi Steve,
    Obviously can't post the whole thing as it is proprietary code for a customer, but here is a snippet; this is the play trait:
    [code]
    package XXXX {
    import flash.net.NetStream;
    import org.osmf.traits.PlayState;
    import org.osmf.traits.PlayTrait;
    public class GoogleIMAPlayTrait extends PlayTrait
    public function GoogleIMAPlayTrait(ns:NetStream=null)
      super();
      netStream = ns;
    public function get netStream():NetStream {
      return _netStream;
    public function set netStream(ns:NetStream):void {
      _netStream = ns;
    //   this.setCanPause(_netStream!=null);
    private var _netStream:NetStream;
      * Called immediately before the <code>playState</code> property value is changed.
      * <p>Subclasses can override this method to communicate the change to the media.</p>
      *  @langversion 3.0
      *  @playerversion Flash 10
      *  @playerversion AIR 1.5
      *  @productversion OSMF 1.0
    override protected function playStateChangeStart(newPlayState:String):void
      if(netStream) {
       switch(newPlayState) {
        case PlayState.PAUSED :
         netStream.pause();
         break;
        case PlayState.STOPPED :
         break;
        case PlayState.PLAYING :
         // Assume that netStream from ad has already had play start
         // so that this is just an "unpause" command
         netStream.resume();
         break;
    private var paused:Boolean = false;
    [/code] 
    Process was quite straightforward, though, this is what I did / do:
    1. Extended LoaderBase to build a GoogleIMALoader class
    2. Extend LoadableElementBase to build a GoogleIMAMediaElement class
    3. Implement custom traits for all the things I need to control as per the above
    4. Create a MediaFactoryItem that will recognise my advert resources to map them
    5. Register the MediaFactoryItem with the DefaultMediaFactory
    That way, I can send advert URLs to my MediaFactory in the same way as for any other media and they will seamlessly blend into the OSMF player.
    G

  • EM self Service interface integration with WebCenter Portal

    Hi,
    I just have a question from my customer which is: how we can integrate the Self Service interface from EM 12c into WebCenter portal? Did anyone tried this before ? how easy was that and what steps are required?
    Thanks

    Search also uses an absolute path, so it will need to start from /sp:Site/sp:RootWeb.
    There is also the option of making the search recursive or not.
    One way to explore how the simple search works, is to create a new JSF JSP page, and then to first drop the data control's search method onto that page and take Parameters > ADF Parameter Form. Click OK to accept any defaults. Now drop the return of the search method onto the same page, and drop it as, say, an ADF read-only table, again click ok to accept all the columns.
    Now follow the documented steps that you need to do to make this runnable (i.e. adding the sharepoint library), and run the page.
    When you run the page, you'll be able to explore possible values for input path's and search strings to see how it behaves. I suggest you start by searching in a small Document Library, so you can familiarise yourself with how it is working.
    So, suppose you have a SharePoint Document Library called TestDocuments, then its path should look like:
    /sp:Site/sp:RootWeb/sp:Lists/TestDocuments/sp:Files
    then enter true for "isRecursive" and suppose you have a document in this library named MyTestDocument.doc, then try looking for a name pattern MyTest%.
    Also, you can go back to your getItems page - the one that is displaying the whole repository as a tree - and use that to find what the absolute paths are to your data. You'll need to supply that absolute path as the starting point for your searches.

  • Seibel Integration with WebCenter

    Hi,
    I have a portal PDK application in JDeveloper 11.1.15.0. I wish to get data from Seibel through WebCenter into JDeveloper. How do I do that?
    Thanks.

    There are a couple of older 10.1.3 tutorials on using ADF with Siebel here:
    http://www.oracle.com/technetwork/middleware/fmw4apps/siebel/index.html
    Combine this with a newer ADF Web service data control tutorial like this one:
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_14/jdtut_11r2_14.html
    And you'll have the basics.

  • ADF Integration with Webcenter Spaces

    We are developing an ADF application. We have to Integrate it in WebCenter Spaces.
    In the ADF application we will be using taskflows to implement our functionality.
    We Can Integrate it in Spaces in 3 ways.
    1. Add it as an Omni Portlet
    2. Add it as a WSRP provider
    3. Add taskflows as Shared Library.
    We dont have to concentrate more on Personalization. We do have to implement Security for the taskflows(jazn-data.xml).
    Could you please let us know which of the following would be a best approach for our us, and also the scenarios where each of them can be used.

    You should forget about option 1 and 2.
    WebCenter Spaces is build as an ADF application so the natural thing to do is integrate it as a library.
    You should only use omniPortlet to integrate external content and even then you should go for the pagelet producer which is the newer component.
    Using WSRP portlets for ADF in your own application is something you should avoid due to performance and stability.
    You should only use WSRP for regular JSP based portlets. But not for using it with the ADF Portlet Bridge.
    Edited by: Yannick Ongena on Apr 12, 2013 5:04 PM

  • Lotus Notes integration with WebCenter?

    I need to integrate Lotus Notes in WebCenter without using Adapters .can anyone help me out??
    Thxs in Advance
    praveena

    hi praveena,
    you should be able to use the lotus notes portlet that is provided as part of the OracleAS Provider for Lotus Notes.
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html#lotus
    the portlet was originally designed for oracle portal but you should be able to register it in WebCenter as well.
    regards,
    christian

  • Webcenter Spaces/Portal integration with UCM and use of FrameworkFolders

    Hi All,
    We are looking at the possibility of using Desktop Integration Suite organisation wide.. We are also in the process of an organisation wide roll out of Webcenter spaces.
    The preference is to use FrameworkFolders because its replacing the folders_g component and address the limitations posed by folders_g (for example can have a max of only 1000 content within a folder, time to load the pages when a folder has large no of content items).
    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?
    Thanks,
    Manjunath
    Edited by: 890922 on 14-Aug-2012 18:20

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • Integration Oracle Beehive with WebCenter Portal

    Hi
    I need to integrate some services that offers Oracle Beehive, as that of instant messaging, to a portal application developed with WebCenter Portal. How can I do that?
    Regards
    Dariel
    Edited by: Dariel Pérez on Jun 7, 2013 11:45 AM

    Are you looking for BPM 10g or 11g integration with Webcenter portal? For 11g - see here https://blogs.oracle.com/webcenterportal/entry/oracle_bpm_suite_oracle_webcenter
    thanks,
    Vikram

  • Google Voice integration problem

    Greetings,
    I wanted to see if we could get a response from Verizon on this issue of Google Voice not correctly integrating with the Thunderbolt.  I've noticed two main issues with GV for Thunderbolt.  
    When trying to go through the steps to set up voicemail, using the Android method of sending the text message from the phone does NOT work.  You must instead set up the phone on the Google voice website, then do the *71XXX-XXX-XXXX (the X being your area code and phone number) in order for voicemail to be set up.
    When dialing a number using the keypad, it will display the google voice local trunk number instead of the number you called.  When dialing a contact, it will show the contact name, but it will display the city in which the Google Voice trunk number resides.  
    HTC/Verizon/Google need to figure this out as it is an integral component to making Android and Google Voice work well together. 
    Thanks!
    GB

    Perhaps I haven't explained the situation properly.  I agree, number one isn't an issue, as there is a solid workaround, even though it doesn't properaly allow users to set up voicemail.  For number 2, it is a real problem that is NOT evident in any of the other Android devices I have tried.  I have tried Google Voice integration with the OG Droid, Facsinate, Inspire, Droid 2, Atrix and the Thunderblot.  The Thunderbolt is the only one that exhibits this issue.  Usually when you dial a number on Android, it will bring up the little bubble window on top with the Google Trunk number and then show the number or contact you were calling once the bubble disappears.  The Thunderbolt, while it brings up the bubble window with the Trunk number, it still shows the Trunk number after the bubble disappears in the dialer.  This does NOT occur in any of the other devices I have tested.  It is a bug. 

  • Weblogic portal Integration with UCM by weblogic virtual repository

    Anyone has experience with Weblogic portal Integration with UCM by weblogic virtual repository? Thanks.

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

Maybe you are looking for

  • How can I convert an iphoto to a file rather than a picture?

    I have several friends who would rather get my email with a file attached rather than photos?  How can I do this with Iphoto?

  • Jave Help pls I am really confused

    Hi, Im new to Java and I would really appreciate some help with some concepts. For example, an assignment I am currently doing utilizes Arraylists and Iterators, as well as an Input reader that has already been written for me. Here it is: import java

  • Applets and Inheritance

    I'm pretty miffed. I'm asking someone already about the problem with my applet. I.E. keeps telling me that my applet can't be instantiated, but my applet works fine with appletviewer, what gives? My program ListApplet has a class that is made by me c

  • Start routine and update rules

    Hi, What is accessed first:- Start Routines or Update Rules? What is the use of global variables in start routine? Please reply. Thanks.

  • Error -  unable to establish JCO connection with SSO

    Hello, I have implemented XSS on WebDP and this is working fine. So my JCO connections SAP_R3_HumanResources must be configured correctly. However I have just done the 'GetFlight' BAPI tutorial and upon execution I get the error: 'com.sap.tc.webdynpr