关于SAP UI5数据绑定我的一些原创内容

如何查找SAP UI5官方关于数据绑定的文档:
https://sapui5.hana.ondemand.com/
点Documentation:

Filter里输入data就能看到Data Binding的文档了。

下面是一些我的原创文章。

Jerry写过一个如何自学UI5框架的系列文章,一共包含13篇文章。

其中系列6和系列7深入讲了SAP UI5数据绑定的实现:

第6篇文章:https://blogs.sap.com/2015/10/25/how-i-do-self-study-on-a-given-fiori-control-part-6/
第7篇文章:https://blogs.sap.com/2015/10/26/how-i-do-self-study-on-a-given-fiori-control-part-7/

  1. UI5 xml view中的静态绑定和JavaScript代码中的动态绑定

https://blogs.sap.com/2015/06/17/how-to-find-ui-element-binding-path-which-is-not-statically-defined-in-xml-view/

xml视图中静态绑定的例子:

JavaScript代码中动态绑定的例子:

  1. 如何自己排查数据绑定相关的错误

data binding最常见的错误就是在xml view或者JavaScript代码中声明了绑定,但是运行时值没有出来。

可以自己按照这篇博客里提到的一些关键调试点,设断点自己调试。

扫描二维码关注公众号,回复: 3928246 查看本文章

https://blogs.sap.com/2015/10/01/how-to-trouble-shoot-field-binding-issue/

  1. SAP UI5和Angular数据绑定的实现对比:

https://blogs.sap.com/2016/06/30/compare-data-binding-mechanism-sapui5-and-angular/

我自己画的表格:

  1. SAP UI5和Vue的双向绑定实现对比:

https://blogs.sap.com/2017/06/14/two-way-data-binding-ui5-vs-vue/

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自www.cnblogs.com/sap-jerry/p/9904533.html