Can I Covert Existing ADF Fusion web application To Mobile Application
Convert ADF Fusion web application to Mobile app?
416 views Asked by Mohmmd Hassaballah At
1
There are 1 answers
Related Questions in ORACLE-ADF
- Compare Source CSV file row count to counts recorded in a Summary file
- Connecting to Oracle Cloud database from Azure Data Factory using TLS
- How to parametrise the Data flow source 1 and source 2 in the same SQL DB but two different tables
- How to write ADF dynamic expression with SQL statements in multiple levels
- Issue in af:showDetailItem under panelAccordion component not getting the label after migrating source code from 12.2.1.3 to 12.2.1.4 J developer
- Why Get-AzDataFactoryV2PipelineRun doesn't return InProgress pipeline?
- Azure Data Factory Copy Data HTTP source zip file and sink as azure blob storage, asking to create two copy activities to work around it
- ADF Pipeline Cost tagging for team based seperation
- Data Preview in Data Flow gives null values only for JSON with sub-arrays
- When I try to set email alert if my pipeline failure in Azure data factory: I couldn't select pipeline names in the list while configuring alert logic
- How to Open a JEE, STRUTS, and Oracle ADF Project Without .jws or .jpr Files in Oracle JDeveloper Studio?
- How to escape backslash (\)in Azure Data Factory?
- Azure Data Factory Private Endpoint provision fails without explanation
- How to verify the given node exists and read the value from azure data factory
- HASHBYTES in Azure Data Factory
Related Questions in ORACLE-ADF-MOBILE
- Getting unwanted popup "You have not saved your changes. If you close this flow, then your changes will be lost. Do you want to continue?"
- Setup application using EAR file in Oracle ADF
- Automation tool of ADF web-based application with integration in JIRA
- Oracle MAF - using external libraries (jars)
- Toast message in Oracle MAF
- oracle adf page not work on NOKIA Mobile Browser
- Convert ADF Fusion web application to Mobile app?
- Network change event in Oracle MAF?
- Does Oracle ADF Mobile/MAF provide any free trial version?
- ADF Mobile How to use VideoCapturePlus plugin or any video recorder plugin
- Are ADF Mobile Applications Actual Package Apps?
- How to create a Unbounded task flow in Oracle Maf
- How can I create panelAccordion in ORACLE MAF?
- How to change Oracle MAF's default springboard icon and alignment?
- how to access HR Schema by Adf Mobile
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
If you mean Mobile Application Framework (MAF) the answer is no. The UI of MAF, while it shares similar concepts: Taskflows and Drag and Drop property-based components - the implementations are completely different. MAF uses AMX pages which generate HTML5, JS and CSS on the fly on the device and ADF Faces uses JSF-based pages. If you deploy your ADF BC model as a RESTful service using JDev 12.2.1 you can consume it, like any other RESTful web service, in MAF. The larger question is..why? A Desktop application is a very different design paradigm than mobile-friendly. The entire application UI design should be re-thought using the tips and guidance of Oracle Alta UI.