I am newbie in java programming world. I want to try ADF mobile. After reading some post saying upgrade or get latest JDeveloper, I decide to get JDeveloper12c from oracle website.
My problem is, my JDeveloper 12c does not show any extension ADF mobile even though I followed the check update instruction.
I have tried downloading adf mobile zip file but it does not support JDeveloper 12c. I do not know what to do now.
ADF Mobile has been replaced with Oracle MAF - a newer version that has all that was in ADF Mobile and much more.
Get JDeveloper 12.1.3 and use the MAF extension.
ADF mobile is not yet to released with 12 c . it is still on JDev version 11.1.2.4
Edit : You can now use Jdev 12.1.3 for ADF Mobile development( Oracle Mobile Application Framework).
Sample URL : http://docs.oracle.com/cd/E53569_01/tutorials/tut_jdev_maf_app/tut_jdev_maf_app.html
Use the version of JDev that does support ADF Mobile: here.
You may find the main JDev page useful.
As well as my link aggregations.
Related
We got a DNN website which was working on V.8.00.04 version. we upgraded this site from 8.00 to 9.01.01 version by following the steps mentioned in the DNN website. The upgrade was not too fast and we didn't see any issue while the upgrade was done. How ever, the site does not load any of the portal/css or portal/files. Basically the site loads without style sheet. I am seeing server 500 error for portal/files in the developer tools. Any help on how this can be fixed? thanks
Fix I tried:
I checked the portal folder and all the skins and styles are residing there
Changed the app pool to v.4.5 classic mode - no impact
Checked on the back-end for portal paths and everything looks clean
I am trying to automate a web application using selenium, however that application is developed using Silverlight. Hence, i am not able to inspect the elements in the web page. Could anyone please suggest on how to tackle this problem?
Out of the box, selenium won't natively support testing a Silverlight-based web app. There is https://code.google.com/archive/p/silverlight-selenium/, but it doesn't look like that project is currently being maintained. Beyond that, Silverlight itself is not longer under development, and it won't run on recent versions of Chrome or Edge (or Android or iOS).
Looking at the example here: http://docs.oracle.com/cd/E18941_01/tutorials/buildmobileappscontent/adfmobiletutorial_1.html
Would doing something like this end up creating a package app(like an APK on android), or a mobile application. If not, can I create a native(ish) app with Oracle ADF? And if so, can I easily create a mobile app from a pre-existing web ADF app?
No, you can't use a pre-existing web ADF app to create a mobile app.
You can however reuse parts of it, for example by exposing your model. It also uses the same concepts (like task flows) so the learning curve is low if you know ADF.
The end-result of your ADF Mobile application will be an .apk (Android) or .ipa (iOS) so yes, you get a native application.
Note: ADF Mobile is 'deprecated' (= will not get any updates/fixes). The product has been rebranded to MAF (Mobile Application Framework) and has lots of improvments compared to the version you are using.
I have developed application using sencha architect and just start tomcat server and try to deploy it but its not showing anything(Blank page).
Please suggest some useful example or tutorials..
Thanks
You can go through http://dev.sencha.com/deploy/touch/examples/production/kitchensink/index.html. Also you can download the examples along with Sencha Touch SDK.
How to convert the existing flash site into mobile version existing site in form of the cakephp frame work. We thought that html ,css,php,javascript may work all mobiles.We dont know exactly. Please tell us how many possible way to develop existing site into mobile version and also need to detect the from which browser the request is coming whether mobile browser or pc browser.
The existing site link is :This site convert into mobile version
Take a look at this post. PHP is handled on the server. No browser needs to support it. CSS and XHTML are supported pretty well by mobile browsers. Javascript support is limited.