Oracle MAF和Oracle AF [英] Oracle maf and oracle af

查看:119
本文介绍了Oracle MAF和Oracle AF的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一些有关MAF的信息.

Some information required about MAF.

它将支持多少个平台?

我在一些博客中读过,对于客户端(移动),他们正在使用Web框架;对于业务逻辑,他们在使用Java和cordova与移动功能进行交互.

I have read in some blogs, for client side(Mobile) they are using web frameworks and for Business logic they are using java and cordova for interact with Mobile functionalities.

这里的业务逻辑(JAVA)是指客户端业务逻辑还是服务器端?

Here business logic(JAVA) mean client side business logic or server side?

直接使用MAF(从移动设备)我们可以访问数据库而无需Web服务交互吗?

Using MAF directly(From mobile) we can access database, without interaction of webservices?

Mobile和oracle数据库之间有包装器吗?

Is there any wrapper between Mobile and oracle database?

在没有包装的情况下,如何为数据库设置安全性?

in case without wrapper we can, how to put security for database?

谢谢.

推荐答案

MAF当前支持iOS和Android-版本数据表.

MAF supports iOS and Android currently - versions here. See the data sheet for more info.

MAF可以在设备上本地执行Java代码(在部署时编译). Java可以用于本地业务逻辑,尽管通常出于明显的性能和设计原因,业务逻辑是在服务器上执行并通过Web Service访问的.

MAF can execute Java code (compiled at deployment) natively on the device. Java can be used for local business logic, although typically business logic is performed on server and accessed via Web Service for obvious performance and design reasons.

Java通常在设备上使用,以支持应用程序状态和行为或接口. UI使用称为AMX的基于组件的框架进行编码,该框架生成用于在Web视图中渲染的HTML和用于导航图形设计的任务流,或者使用您选择的HTML/JS fwk进行手工编码. Cordova可以通过为AMX页面以及Java和JS API生成拖放代码来访问设备上的功能.

Java is typically used on device to support application state and behaviors or interface. UI is coded using component-based framework called AMX which generates HTML for rendering in web view and task flows for graphical design of navigation, or hand coded using HTML/JS fwk of your choice. Cordova provides access to on-device features via drag and drop code generation for AMX pages, as well as Java and JS APIs.

Java用于通过JDBC连接到Web服务(REST和SOAP-性能首选的REST)和本地数据库(加密的SQLite).与远程数据源的所有交互都是通过Java JDBC和或Web服务进行的. Java用于包装本地和远程的所有数据源.

Java is used to connect to Web Services (REST and SOAP - REST preferred for performance) and the local database, (encrypted) SQLite via JDBC. All interaction with remote data sources is via Java JDBC and or Web Services. Java is used to wrapper all data sources, local and remote.

请随时查看 Oracle上的所有文档OTN网站.那里有很多很好的信息.另外,我为Oracle学生提供的聚合站点也有很多很好的链接.

Please feel free to look at all the docs on the Oracle OTN site. Lots of good info there. Also, my aggregation site for my Oracle students has lots of good links as well.

这篇关于Oracle MAF和Oracle AF的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆