问题标签 [oracle-maf]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
oracle - 运行 HR ADF Mobile 示例时出错
我正在尝试运行 HR 示例应用程序,但出现以下错误:
有人可以帮我吗?
web-services - Oracle MAF WebService invokeDataControlMethod SOAP 错误
非常感谢解决此 invokeDataControl 方法的任何帮助。请在下面找到该问题的完整参考链接。我基本上是在尝试执行一个 Oracle/Java MAF 示例来理解这个概念并将其呈现给用户,以应对关键的 go/no-go 情况。
环境:
1) Jdeveloper 12.1.3.0.0 2) MAF 2.0.1 3) 尝试示例: https ://java.net/projects/smuenchadf/pages/ADFMobile 中的 DSI037 或“ http://deepakcs.blogspot.com/2013/ 06/offline-data-synchronization-for-adf.html " 4) MAC OS 10.9 5) WebLogic 12C 6) 错误信息
[严重 - oracle.adfmf.framework - HttpServiceConnection - 日志] 连接错误:500 [严重 - oracle.adfmf.framework - HttpTransport - parseResponse] 响应 [错误:{0}]:{1} [严重 - oracle.adfmf.framework - SoapTransportLayer - invokeSoapRequest] 调用 SOAP 请求时遇到异常端点:http://XXX.XXX.XXX.XXX: 80/ EJBSyncWebServiceApp /SessionFacadeBeanService SOAPAction:“ http://service.soap.dsid.com/persistDepartments ”异常:HTTP状态码 500 内部服务器错误:服务器遇到意外情况,无法完成请求。
7)更多细节:
执行了以下代码。该方法和所有其他方法在 HTTP 分析器中或在单独执行时(使用按钮绑定“persistDepartments”)都可以正常工作,但在 AdfmfJavaUtilities.invokeDataControlMethod 中的包装器中则不行
macos - Jdeveloper 12C MAF 在 MAC 10.9 上运行极慢
Jdeveloper 12.1.3.0 MAC OSx 10.9
突然间,Jdeveloper 的运行速度非常慢。打字几乎是不可能的,因为我必须在输入一个字符后停下几秒钟!菜单中的“关闭应用程序”大约需要 15/20 分钟才能完成。然而,部署到模拟器的时间并没有增加太多。早些时候,我很难单独加载 Jdeveloper 并调试 true。LEVEL.FINE 是记录器是不可能的。
即使没有调试,任何人都可以帮助我正常运行编辑器吗?我在这台 MacBook Pro 上有 16GB 内存。我该如何利用它?这种减速现象似乎来来去去。我已经检查了分析器实用程序,即使在 mac 上运行的进程不多时也会发生这种情况。有没有人在 Mac 上遇到过 JDeveloper 12C 变慢的情况?
谢谢
oracle - 如何减小 Oracle MAF 应用程序的最终包的大小?
我正在为移动设备开发 oracle MAF 应用程序。包的初始大小约为 20 MB。MAF 架构具有用于业务逻辑的内置轻量级 JVM( ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET )...
我可以选择应该在最终包中导出哪些库以减小大小吗?
android - 如何在 Oracle MAF 的移动应用程序中创建 excel 文件
我计划为 Android 平台(后来也为 IOS)开发一个新的移动应用程序,所以我选择了 Oracle MAF 来开发我的应用程序。我的应用程序的最终输出将是一个 excel 文件(.xsl 或 .xlsx 格式)。我们如何使用 Oracle MAF 实现这一点,是否有任何用于创建 excel 文件的内置 API?我们可以使用Apache POI等外部库来创建 excel 文件吗?
oracle - 我可以使用具有 4GB 内存的 Oracle JDeveloper 12C 吗?
使用 4GB RAM 时,JDK 正在消耗所有 RAM,处理速度非常慢,无法继续工作。即使保存一个简单的 JSF 页面,也需要 5-8 分钟。
那么是否必须使用大于 4GB 的 RAM,或者是否有任何优化技术以便我可以继续使用 4GB RAM 并获得更好的性能?
oracle-maf - Oracle MAF 应用程序在 iPhone 6 plus 的启动屏幕上挂起。
Oracle MAF 应用程序在 iPhone 6 plus 的初始屏幕上挂起,但在 iPhone 5 中工作正常。两个设备具有相同的操作系统:iOS 8。
arabic - 如何在 Oracle 移动应用程序框架 (MAF) 中使用阿拉伯语或波斯语日历?
我正在 JDeveloper 中使用 Oracle MAF 开发移动应用程序。在某些页面中,我想使用波斯语/阿拉伯语日历从用户那里获取日期。
如何使用波斯语/阿拉伯语日历/InputDate?
cordova - Display only the QR image created with phonegap Barcodescanner Zxing based Plugin
I am using the phonegap barcodescanner plugin from https://github.com/wildabeast/BarcodeScanner
I am encoding a text string and would like to display only the generated image. Right now I'm using the following code
The success object in the alert returns a image with the encoded text below it. I would like to instead get and show only an image object from the result. Is there such a function like success.toBitmap or something like that? Or is there an alternative way I could do it?
N.B. I'm actually using this in an Oracle MAF application, so if there are some MAF specific answers it would be great too. Code is as below
mobile - 如何控制设备上数字或字母数字键盘的显示?
我想通过显示适当的键盘来限制条目类型(数字或字母数字)。
如何使用 JDEVELOPER MAF 12C 实现这一目标?