Oracle DB Access ADF Mobile

I'm learning ADF Mobile and would like to learn if i can connect to existing Oracle database and retrieve information (without creating web services on my own)? If direct access (without web service) is not possible, how may i create web services that automatically wraps my schema so i can use it with Data Control?
Thanks in advance,

This is not in the current feature set. We favor web services, either SOAP or REST, for back-end integration. Why exactly would you like to get direct access to your database?
You would run in all sorts of problems anyway, as firewalls typically block the ports used for JDBC connections. In addition, exposing your database server directly on the Internet would be a big security risk.

Similar Messages

  • Difference between Oracle ADF Mobile and Oracle ADF Mobile Client.

    Hi Experts,
    I am new ADF Mobile app development. I found docs for Oracle ADF Mobile here as [http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/toc.htm]. I was following it sequentially.
    But when i searched for achieving offline data , data synchronization and using database for Mobile apps, i got another docs link [http://docs.oracle.com/cd/E23549_01/doc.1111/e14826/toc.htm] which is for Oracle® Fusion Middleware ADF Mobile Client .
    So I got confused which one to prefer over the other..? Both support on device mobile apps.
    do they have any difference over other or data sync & db features are not available for Oracle ADF Mobile..? & available only for Oracle ADF Mobile Client..?
    It would be much helpful if someone could provide clear difference between these two technologies.
    Thanks,
    Praveen S K

    I made a topic and the 'same' question popuped up.
    ( ADF Mobile: Data synchronization )
    In Mobile Client iOS is not supported, in ADF Mobile it is. That's the main difference (in my opinion).

  • Error testing ADF Mobile application - bootstrap.html _anomFunkMap.f34

    Hi,
    I am testing ADF Mobile with a latest beta build JDEVADF_11.1.2.2.0_GENERIC_120302.0214.6145 and trying to build a simple test using a model based on an Oracle schema, a ADF Mobile Taskflow defined as a feature and deployed to the IOSPhoneSimulator.
    When I launch the application it has an error:
    bootstrap.html
    JavaScript Callback _anomFunkMap.f34 Threw Exception: TypeError: 'undefined' is not an object.
    Can someone provide some tips to try to isolate this issue?
    Has anyone had a similar problem?
    Regards
    Sydney

    Since you are an internal Oracle employee using an internal (non-public) build, you should be using a forum that is internal and non-public.
    John

  • Where to get ADF Mobile Client Extension?

    I could not find it anywhere...
    I am using jdev 11.1.1.3.0
    I tried using my jdev -> check for updates -> Official Oracle Extension & Updates -> ADF Mobile Client - Developer Preview is not available version 11.1.1.3.37.56.63
    But it prompted me to input username and password....which I never succeeded to logged in.
    Can someone point out the url location to download ADF Mobile Client?
    Thanks

    I see it in check for updates, but you can download it from here http://www.oracle.com/technology/products/jdev/101/update/center.xml#oracle.adfmc
    John

  • ADF Mobile - insert data into oracle db from oracle adf mobile application

    Hi,
    I have to insert data from mobile into oracle database 11g(not in local sqlite database), can somebody tell me how to do it?
    Thanks,
    Anshul

    Hi, Anshul, one common way is to expose DB data as ADF BC, and then add a service interface on top of ADF BC. This would allow the ADF Mobile app to access server DB through ADF BC. There may be other mechanisms to access server-side DB - I think APEX also expose some REST interface to Oracle DB as well. Another option is to use TopLink - TopLink can also expose some REST services.
    Thanks,
    Joe Huang

  • ADF Mobile: Read-write access to local DB using SQLite

    I am developing an android mobile app using ADF Mobile. To create the .db file i am choosing the location as
                String Dir = AdfmfJavaUtilities.getDirectoryPathRoot(AdfmfJavaUtilities.ApplicationDirectory); 
                String connStr = "jdbc:sqlite:" + Dir + "/CONTRACTS.db";
    The problem is that when i want to access this db from another app, it gives read-only permission. I am unable to perform any write operations.
    Can someone suggest how to change these permissions OR give an alternate path to save the .db file(perhaps, a directory)....that could be common to both the apps?
    -Thanks in advance

    Hi.
    There is no straightforward way to accomplish this even with a standard iOS or Android application. Some hacks exist for each platform, but could result in weaker security in some cases. My recommendation would be to have separate databases for each application, and to implement server-side synchronization mechanisms for data that must be shared between the two. That said, you didn't say much about your use case. Care to provide a bit more detail?
    Best Regards,
    Frédéric Desbiens
    ADF Product Manager
    Twitter: @BlueberryCoder
    blog: http://blogs.oracle.com/blueberry

  • How to Access Web service with ADF Mobile Browser Application

    hi all,
    My Jdeveloper version is 11g 2 release(Version 11.1.2.2.0). I need to know If I create a web application and put it on a server as a web service., Then I create a Mobile browser application and need to access that web service.
    If it is possible, how should I do? version are same in both application.
    hopping any clue..
    Thxs.

    You can go thru the below links :
    ADF Mobile HowTos: Consuming SOAP web service in ADF Mobile using WS DC
    Oracle JDeveloper 11g Release 2 Tutorials - Building Mobile Applications with Oracle ADF Mobile

  • How to develop ADF Mobile with Oracle Database remotely

    As my company is using Oracle Database and using ADF to development many Web-based apps and We just begin to develop in ADF Mobile.
    We can't find any tutorial about to using Oracle Database with ADF, How we can using it in ADF Mobile ?
    Thanks for your help !

    Hi,
    ADF mobile supports SOAP and REST services for business services access. This means that for you to work against an Oracle database, you need to create a business services that can be exposed as a service for WS DC consumption as explained in the ADF Mobile documentation. Your options are
    1. EJB / JPA : Create entities from database table and then create a session facade on top. This then can be declaratively exposed as a WebService. Use the WSDL reference and start New --> WebService -> WS Data Control in your ADF Mobile project
    2. ADF BC can be exposed as a Service Interface and this to ADF Mobile. To create an ADF BC service you can read the product documentation or this: http://www.oracle.com/technetwork/issue-archive/2012/12-sep/o52adf-1735897.html
    See this video: https://blogs.oracle.com/shay/entry/developing_with_oracle_adf_mobile for how to integrate this in ADF Mobile
    Frank

  • Is SGMP and Oracle's ADF Mobile same?

    Hi,
    I have come across the following article, which mainly states that
    ADF Mobile extends Oracle Application Development Framework to mobile users.  Using Oracle JDeveloper, application developers can rapidly develop mobile applications that support mobile users accessing critical business data through either mobile browser or on-device mobile clients.
    http://www.oracle.com/technology/tech/wireless/adf_mobile.html
    ADF Mobile's architecture and the usage seems to be similar to the SGMP. I would really appreciate if you can give some information about this and Oracle's future plans about SGMP.

    Hi,
    the Oracle skin isn't designed to be extensible and comes with its own renderers. The simple skin is the one you would use for customization
    Frank

  • ADF Mobile: Client state access failed to establish a place for storage

    Hi,
    I hope it's fine to ask about adf mobile in this discussion room.
    following problem:
    While switching from two views/pages, both display a list, an error was thrown with the message: "Client state access failed establish a place for storage: null".
    From the list view, I can navigate to see the details of the list-element. This error message wasn't shown up if I navigate from the details back to the list overview.
    The application is developed using jdeveloper 11.1.2.4 and deployed on iPhone simulator 6.1 (xcode version 4.6.3).
    There is no further information about this error in the log file. I'm not really sure if this message is really coming from the framework itself.
    Has anyone probably ever heard about this message? It'll really helpful.
    Thanks!

    Hi.
    I got this error message once. I was trying to copy the full selected row for a table in the view scope using a setPropertyListener. Something like this:
    <amx:setPropertyListener from="#{row}" to="#{viewScope.visit}" type="swipeRight"/>
    This will not work. The workaround is not to be lazy and simply copy the row attributes you need one by one.
    Best Regards,
    Frédéric Desbiens
    ADF Product Manager
    Twitter: @BlueberryCoder
    blog: http://blogs.oracle.com/blueberry

  • Not able to access SOAP web service data control from adf mobile

    Hi,
    I am trying to call web services from adf mobile..
    I have created data control from external web service and it is perfectlly working on web browser..
    But why it is showing an error on emulator??
    Is there any .jar file missing in adf mobile so that it is not supporting a web service?
    Or is there any other problem? Emulator is connected to network and I am able to run WSDL in emulator's browser..
    Please help me to solve this issue..
    Thanks,
    Laxmi

    Emulator is connected to network and I am able to run WSDL in emulator's browser..
    Connecting to WSDL in the browser is not the same as connecting to WSDL in an application.
    To access a web service from an Android device enable a permission in AndroidManifest.xml that allows applications to open network sockets. Add the following uses-permission element.
    <uses-permission android:name="android.permission.INTERNET"></uses-permission>

  • Oracle ADF Mobile application is very slow in Android

    Hi
    I am new to oracle ADF.
    When I tried to deploy an application in an android device it takes a lot of time to deploy as well as every button click in the application takes more time to load. Is there any way to speed up the deployment process ?

    And this one as well
    ADF Mobile: Android performance is very slow - when will this be fixed?

  • How to reduce Oracle ADF Mobile deployed file

    Hi
    I'm creating simple demos with Oracle ADF Mobile and the deployed file is more than 50mb. Is there a way to reduce this size? Maybe remove some unused features llike SQLLite?

    My simple demo IPA files have been around 20MB with the default splashscreens and such, the only time it was bigger was when some files mistakenly got included. You could always load resources on-demand the first time over http and cache them in the app documents. This way you could only download the graphics for the current platform (so if it's a phone, you don't download iPad banners and graphics that your app needs)

  • Oracle ADF Mobile Client extension not found in JDeveloper 11.1..2.2?

    Hi. I was trying to install the extension for mobile development in ADF but unfortunately I could not find the extension.
    I went to Help -> Check for Updates -> Official Oracle Extensions and Updates. Yet i did not find the "Oracle ADF Mobile Client extension" there.
    I am running Jdeveloper 11.1.2.2.
    Is the Oracle ADF Mobile Client framework compatible for 11.1.2.2? Or is it no available anymore? Can someone please enlighten me? Thanks!

    Re: How to get the ADF Mobile Client extension

  • Quick answer needed----Does Oracle ADF Mobile support Canvas in HML5?

    I am interested in Oracle ADF Mobile and want to develop a native mobile product on ipad maybe other tablet devices with CAD functionality. But I can't find a way to create HTML5 with Canvas on it. I wonder if Oracle ADF Mobile can do it. If so, how?
    Thanks
    Ling
    Edited by: 973623 on Nov 28, 2012 8:51 AM

    Hi,
    ADF Mobile comes with a rich set of Data Visualization Components (charts/graphs/etc) that's based on HTML5 Canvas. You would not need to develop your own set of HTML5 components. This is applicable to the new on-device version of ADF Mobile. You would need to create an ADF Mobile app, and create your user interface using AMX components. The graphics component set is call DVT Mobile AMX.
    If you decide to create your own HTML5-based pages with HTML5 canvas-based graphics component, you can still host your own HTML5 page inside ADF Mobile. However, you would need to create your own HTML5 page.
    Thanks,
    Joe Huang

Maybe you are looking for