Oracle Maps API and ADF

Tried posting this on the Mapviewer board, but that group is d-e-a-d.....
I'm trying to build an ADF application using JDeveloper around the Oracle Maps API.
I don't have a lot of experience with either, so this is probably an easy one.
Does anyone have an example of using a panelStretchLayout with the div that contains the map? I've been fighting for several hours trying to get a map that auto stretches when the user expands the browser window. I tried putting the div that contains the map in a panelGroupLayout, but I can't seem to get the map to resize when the browser resizes. I've read the rules about when a panelGroupLayout is strechable, and when it isn't.
Is there a best practices for this? Seems like anyone building an ADF app around the Maps API would need this.
As always, thanks for the help

Hi !
I came accross this tutorial in Oracle website.
http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm
In my case I could not make the adding a map part work and got geoencoder connection error but maybe I am missing a point which you may solve.
Hope it may help.

Similar Messages

  • Would like to ask about Pros&Cons betwwen Oracle Forms, OAF and ADF

    Hi,
    Is there some material about the pros&cons between Oracle Forms, OAF and ADF, from angles like technical architecture, performance, network efficiency, etc...
    Asking this becuase EBS cusotmer is familiar with Oracle Forms and OAF, when we talking about ADF to them, it is quite confused especially about OAF and ADF, finding material to elaborate these 3 technology clearly, thanks
    - Liang Yi

    Thanks, I check the comparison of OAF and ADF document downloaded from Oracle Support, but it is for ADF10g, I believe ADF11g is much better, and anyone check the comparison table between ADF 10g and OAF R12 would choose OAF.
    And, from the document, I saw one line that is very confused, check it out, do not understand what does it mean with "if your application does not need to integrate with EBS... ... you should use ... ... integration with EBS" -_-!
    "If your application does not need to integrate with the
    E-Business Suite, or doesn't require any of the E-Business Suite-specific
    capabilities enumerated above, you should use ADF 10g with SOA based
    integration with E-Business Suite."
    - Liang Yi
    Edited by: lymath on Jun 1, 2011 12:41 AM

  • Oracle Webcenter Interaction and ADF

    Hi,
    Could someone please confirm if Oracle Ensemble is required for ADF to be used in Oracle Webcenter Interaction? I have looked a documentation how Oracle Ensemble can be used to integrate ADF and Webcenter Interaction. I would like to know what are the benefits to use Ensemble to be able to use ADF in WCI.
    Also, have one more question - is it true that using ADF makes it easier for the WCI Portlets to be migrated to Webcenter ? How does using ADF helps as compared to for example using Spring based Java Portlets in WCI?
    Thanks !
    Edited by: user610066 on Aug 22, 2011 1:40 PM

    Hi,
    Could someone please confirm if Oracle Ensemble is required for ADF to be used in Oracle Webcenter Interaction? I have looked a documentation how Oracle Ensemble can be used to integrate ADF and Webcenter Interaction. I would like to know what are the benefits to use Ensemble to be able to use ADF in WCI.
    Also, have one more question - is it true that using ADF makes it easier for the WCI Portlets to be migrated to Webcenter ? How does using ADF helps as compared to for example using Spring based Java Portlets in WCI?
    Thanks !
    Edited by: user610066 on Aug 22, 2011 1:40 PM

  • Inquiry about oracle Fusion Application(New Oracle ERP product) and ADF

    Please i want to know what the java technology oracle fusion application is developed by,java ADF or another?!
    and about ADF ?how i can build my approval process for specific transaction ?!is it any tools for that integrated with ADF ?!
    Thanks in advance
    o.t.a

    For human approval process you might want to look into Oracle BPM and the Human workflow engine that it offers - it is well integrated with Oracle ADF as the UI layer for the managers.
    Watch Video                        

  • Oracle maps API v2 caching

    Hi,
    I was under the impression that with he v2 api a vector layer would be loaded into memory and then no trips to the server required for zooming etc. This doesn't seem to be what I am getting though.
    I have a layer of 50000 lines, my application displays those at start up as a view of the whole UK. This takes a far while - in the v1 api it was much much quicker as I was using autowholeimage.
    As I move about the map and zoom I expect the results to be almost instant but it seems that frequently (not always) the loading icon appears and I have to wait a far amount of time before anything happens.
    This makes the v2 api seem much slower than the v1. I have experimented with loadondemand and found it makes no difference to the overall experience either. i.e., I might zoom to a location and see some features,
    then move away and at some point come back to that original location and the loading icon appears. I've attacded a video showing what happens, the zoom out I expected to be much faster

    That is the case (loaded into the client, no subsequent server trips)
    What behavior are you seeing?

  • Google Maps API and Spry - tutorial

    Is there a tutorial for this or will there be one in the
    future?
    KH
    Tine Müller
    homepage:
    http://tine_muller.homepage.dk/

    <p>Andrew, John</p>
    <p>Well speaking about excellent posts... This one, howto-map-by-postcode answers your question, I guess. </p>
    <p>With kind regards,</p>
    <p>Jornica</p>

  • Oracle Maps - How to get selected FOI details?

    When a FOI is added to the map and a user selects the FOI, I would like to retreive the selected details for that FOI.
    Is there anyway to access the FOI details when it is selected? I cant seem to find anything in the object model to help.
    Cheers
    Jansen

    If you are talking about theme based FOI layer, then you should read section 8.4.3.9 of the user's guide. You can add a click event listener and an FOI entry data object that contains detailed FOI attributes will be passed to this event listener.
    If you are talking about user defined FOI, there is no way to retrieve detailed FOI information from the MapView object through the current Oracle Maps API. I guess your goal is to performance some operation using some FOI specific attributes when the user clicks it. You can achieve this goal by using the foi click listener. We have a method to support it, but it's not documented and its name might be changed in future releases.
    The method is FOI.prototype.setFOIClickListener(listenerFunction). The parameter listenerFunction is the listener function that will be called when the user clicks the FOI. Since you can define a FOI specific listener function for each FOI, you can do whatever you want inside it, including performing some FOI specific operations.

  • Oracle Worklist API -- OWSM

    Hi,
    I am invoking SOA suite 11G (11.1.1.5) human task application (sits in one wls server domain) from a web application (sits in another wls domain) using oracle worklist api and showing the task details in my web app. I would like to do the user credentials validation at SOA application side by adding owsm username token policy to my composite application.
    So there are 2 questions:
    1.How do I pass (or construct) the username token details in worklist client class which resided in my web application?
    2. Will OWSM can check these user credentials against our own database table or always against the weblogic identity store?
    Please provide some inputs.
    Thanks,
    Cdhar

    Hi,
    i'm also trying to access the worklist from a java program, authentication using jazn xml works fine.
    IWorkflowServiceClient wfSvcClient =               WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.REMOTE_CLIENT);
    ITaskQueryService querySvc = wfSvcClient.getTaskQueryService();
    IWorkflowContext ctx = querySvc.authenticate("jcooper",     "welcome1",
                             null, null);
    List queryColumns = new ArrayList();
                   queryColumns.add("TASKID");
                   queryColumns.add("TASKNUMBER");
                   queryColumns.add("TITLE");
                   List tasks = querySvc.queryTasks(ctx,queryColumns,
                             null, ITaskQueryService.ASSIGNMENT_FILTER_MY,
                             null, null, null, 0, 0);
    However querySvc.queryTasks always returns empty.
    I've tried to check the worklistapp, and the tasks are there.
    could somebody tell me what are the mistakes?
    Thanks in advance,
    santoso

  • Oracle 11i API's

    Hello all,
    Can anybody say whether Oracle 11i suite of applciation come up with new API's instead of conventional interface tables to import legacy data.
    If yes, appreciate if somebidy can point me
    to right place for documentation.
    I looked at 11i documentation, it doesn't seem to be any new API's other than standrard interface tables.
    Syam.

    Look in the Oracle Manufacturing APIs and Open Interfaces Manual. Both the table-based APIs and the new process APIs are documented there.

  • Oracle Maps and ADF Faces integration

    Hello,
    Developing ADF Faces application with integrated JavaScript Oracle Maps I came across a problem.
    I have Search Form on my JSF page that searches for some object. I want to pass the object's ID to a backing bean that connects to database, uses Oracle Spatial function to locate object via ID and calculate X,Y position for Oracle Maps.
    On the page I want to use setCenter(X,Y,srid) but I don't know how to get those parameters from backing bean or how to access JavaScript object on the page from backing bean.
    Any help?
    Branislav

    You can probablly write a reusable javaScript setCenter() function that takes the x,y as parameters. Note your setCenter() function will need to set the center and also call mapview.display() so that the map will be actually refreshed in the current preview release (this will be made easier in the next preview release of MapViewer).
    Then, during the render-response stage of your search form, where you are creating the result table to be displayed to the user, you can add a click button to each row that says 'center the map on this feature'. Then prewire the 'onClick' function of each button to invoke the setCenter() function above, using the corresponding (x,y) that is in the backing bean of your search results.
    thanks
    LJ

  • Looking for ADF detailed API and Components Docs

    Hi Gurus! I am trying some hands on with the tutorial application (http://www.oracle.com/technology/obe/ADF_tutorial_1013/index.htm) with JDeveloper 10.1.33.
    For developing new ADF application, I was trying to find ADF related documentation, but I was only able to find the documentation for ADF 11G (http://www.oracle.com/technology/products/adf/index.html). This page does not have any API doc, or component details.
    Now my question is, if I am using JDeveloper 10.1.3.3, which version of ADF I am using? For that version, where do I get complete documentation - ADF API docs, ADF Ui components docs etc.
    Suppose, in the tutorial application, classes like
    oracle.binding.BindingContainer, oracle.jbo.uicli.binding.JUCtrlValueBindingRef etc. are used. Where do I find complete API reference doc.
    Also where can I find ADF UI components(PanelPage, PanelBox etc.) detailed docs and their usages.
    Also, please point me to any other useful ADF related documentation/tutorial, if you know.
    Thanks

    For most of the pages on the JDev site you'll find a link to older product versions toward the end of the page.
    For example on the ADF Faces page there is a link at the end titled: Oracle ADF Faces Components 10.1.3 Information
    Which will take you here: http://www.oracle.com/technology/products/adf/adffaces/adffaces1013.html
    Where you can find the tag and API doc for ADF Faces.
    There is indeed a little problem with getting to the ADF Developer Guide for 10.1.3 in an easy way.
    In any case the book is here:
    http://download.oracle.com/docs/html/B25947_01/toc.htm

  • Difference Between Oracle ADF and ADF Rich Client

    Hello Gurus,
    I want to know the difference between those two:
    Oracle ADF:
    http://goo.gl/6Q1i2
    and
    ADF Rich Client:
    http://goo.gl/L31ra
    I downloaded Jdeveloper 11g (11.1.2.3.0)
    I did this tutorial which It adf right? http://goo.gl/8Mf7c
    and this other is rich client right? http://goo.gl/7Krew
    Can I please know the advantages of them over the other one? THANKS !!!

    ADF Faces Rich Client Components are a part of Oracle ADF.
    So Oracle ADF uses ADF Faces as the components for the rich web UI, but it also offers things like simplified database access through ADF Business Components, an advanced ADF Controller layer, and simple data binding.
    I would suggest starting with this seminar:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Introduction_To_ADF/Introduction_To_ADF.html

  • Solaris 10 and Hitachi LUN mapping with Oracle 10g RAC and ASM?

    Hi all,
    I am working on an Oracle 10g RAC and ASM installation with Sun E6900 servers attached to a Hitachi SAN for shared storage with Sun Solaris 10 as the server OS. We are using Oracle 10g Release 2 (10.2.0.3) RAC clusterware
    for the clustering software and raw devices for shared storage and Veritas VxFs 4.1 filesystem.
    My question is this:
    How do I map the raw devices and LUNs on the Hitachi SAN to Solaris 10 OS and Oracle 10g RAC ASM?
    I am aware that with an Oracle 10g RAC and ASM instance, one needs to configure the ASM instance initialization parameter file to set the asm_diskstring setting to recognize the LUNs that are presented to the host.
    I know that Sun Solaris 10 uses /dev/rdsk/CwTxDySz naming convention at the OS level for disks. However, how would I map this to Oracle 10g ASM settings?
    I cannot find this critical piece of information ANYWHERE!!!!
    Thanks for your help!

    You don't seem to state categorically that you are using Solaris Cluster, so I'll assume it since this is mainly a forum about Solaris Cluster (and IMHO, Solaris Cluster with Clusterware is better than Clusterware on its own).
    Clusterware has to see the same device names from all cluster nodes. This is why Solaris Cluster (SC) is a positive benefit over Clusterware because SC provides an automatically managed, consistent name space. Clusterware on its own forces you to manage either the symbolic links (or worse mknods) to create a consistent namespace!
    So, given the SC consistent namespace you simple add the raw devices into the ASM configuration, i.e. /dev/did/rdsk/dXsY. If you are using Solaris Volume Manager, you would use /dev/md/<setname>/rdsk/dXXX and if you were using CVM/VxVM you would use /dev/vx/rdsk/<dg_name>/<dev_name>.
    Of course, if you genuinely are using Clusterware on its own, then you have somewhat of a management issue! ... time to think about installing SC?
    Tim
    ---

  • Re:Oracle Apps Adapter and invocation of Process_order API

    Hi,
    I am trying to create sales order in Oracle Apps 11.5.10.2 using Oracle Apps Adapter by invoking Process_order API and facing the following problem.
    file:/D:/SOA_SUITE/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_EDI850InboundService_1.0_973a35abc5c4e4b30f414886437b790d.tmp/writeEDIData
    2OracleService.wsdl [
    writeEDIData2OracleService_ptt::writeEDIData2OracleService(InputParameters,Outpu
    tParameters) ] - WSIF JCA Execute of operation 'writeEDIData2OracleService'
    failed due to: Error while converting to a Java struct object.
    Unable to convert the XSD element P_HEADER_REC whose user defined type is
    OE_ORDER_PUB_HEADER_REC_TYPE. Cause: java.sql.SQLException: Closed Connection
    [Caused by: Closed Connection]
    ; nested exception is:
    ORABPEL-11802
    Error while converting to a Java struct object.
    Unable to convert the XSD element P_HEADER_REC whose user defined type is OE_ORDER_PUB_HEADER_REC_TYPE. Cause:
    java.sql.SQLException: Closed Connection [Caused by: Closed Connection]
    Check to ensure that the XML data describing the user defined type matches the
    definition of the struct in the XSD. Contact oracle support if error is not
    fixable.
    I am using SOA-Suite 10.1.3.3.0.
    Can someone help me on this.
    Regards
    Lalit

    Hi lalit,
    Upgrade your database 10.0.2 to 10.1.0.5.
    You can apply the Oracle Database 10g release 10.1.0.5 patch set to the following Oracle Database 10g releases (10.1.0.2, 10.1.0.3, or 10.1.0.4) installations.
    See document 263719.1 on the OracleMetalink Web site:
    To locate document 263719.1:
    -->Log on to OracleMetalink.
    -->Click Advanced at the top of the OracleMetalink page.
    -->Enter 263719.1 in the Document ID field, then click Submit.
    Cheers,
    Abhi...

  • Mapping between oracle data types and ms sql server data types

    hello
    i need mapping between oracle data types and ms sql server data types
    where can i find them ?

    read this
    http://download.oracle.com/docs/cd/E10405_01/doc/appdev.120/e10379/ss_oracle_compared.htm

Maybe you are looking for

  • Problem with Java and Zip Files

    Hello there everyone. I have a problem with trying to zip up directories with empty folders in them. They zip fine with my code, but according to winzip, the number of files in the archive is incorrect. It's supposed to have a total of 288 files in i

  • Unable to open project files from 2001

    I have a .fcp file and a .fcm file from 2001 that I am unable to get FCP 5 to recognize. For the .fcp it gives the error "Unable to open project file." For the .fcm it says "File error: Wrong type." I don't remember which version of FCP they were mad

  • IDOC creation from flat file.

    Hello Friends. I need to create a custom program for posting goods receipts for a purchase order.  I think  a custom program needed to achieve this task because i need to do mappings prior to create an IDOC. Now using a flat file what are the functio

  • ITunes duplicating all my music?

    Hello, When I first got my Mac, I put about 75GB of music into the documents folder from my old computer, I then dragged it all into iTunes so I could sync with my iOS devices. However, I've just noticed that the music is stored in documents (where I

  • Problem starting Oracle Intelligent Agent

    Hi, I have an Oracle Database 8i installed on Windows 2000 Server. When I change my computer name, the Oracle Intelligent Agent could not be started. What should I do to start the Oracle Intelligent Agent, if I want to use new computer name for my co