首页
学习
活动
专区
工具
TVP
发布

Jerry的SAP技术分享

Jerry Wang,2007 年从电子科技大学计算机专业硕士毕业后加入 SAP 成都研究院工作至今。
专栏作者
10840
文章
7366644
阅读量
157
订阅数
浅谈 Fiori Fundamentals 和 SAP UI5 Web Components 的关系
最近工作中,笔者受邀请给一个团队做了 SAP 开发技术的演进历史。我的讲座按照下列几个主题进行的介绍:
Jerry Wang
2022-11-30
4360
Fundamental Library for ABAP 主要的组成部分概述
Fundamental Library Styles 是一个轻量级的表示层(presentation layer),可以与开发人员选择的 UI 框架(例如 Angular、React、Vue 等)一起使用。 通过组合基本样式、样式表库和 HTML 标记,开发人员可以在任何基于 Web 的技术中构建一致的 Fiori 应用程序。
Jerry Wang
2022-11-18
6510
使用 SAP Business Application Studio 开发 Vue 应用
这是 Jerry 2021 年的第 49 篇文章,也是汪子熙公众号总共第 326 篇原创文章。
Jerry Wang
2021-09-07
4870
SAP Spartacus 支持 Vue 吗?
Spartacus 是一个 Angular 框架,所以主要应用是 Angular 应用(不是 Vue)。 然而,有可能在 Spartacus 中使用 Web 组件作为 CMS 组件(实验性支持),并且可以使用任何技术创建 Web 组件,包括 Vue。
Jerry Wang
2021-07-21
8330
SAP Cloud Application Programming bookshop 例子 Vue页面不能正常显示的原因分析
我在本地用cds run 命令启动 SAP Cloud Application Programming 应用后,访问如下 url:
Jerry Wang
2021-06-10
2970
SAP Kyma GraphQL storage实现
以root.graphql为例,左边为root的GraphQL schema,右边为resolver:
Jerry Wang
2021-02-20
2640
使用SAP BSP应用运行Vue
As I mentioned in my blog Is jQuery based UI Framework Obsolete, during one of my onsite support to a local Chinese customer, I discuss SAP UX strategy with their IT team. The team architect is a fan of Vue, who prefers to use Vue in their UI custom development instead of Fiori. Then I am curious about the advantage of Vue and plan to learn it in my spare time. As always a Vue Hello World must be finished before advantaged content is touched.
Jerry Wang
2020-08-31
4760
基于jQuery的前端开发框架,在企业级开发领域里已经凉了吗?
On 2017-03-28 I visited a local customer who have been using our CRM on-Premise since 2010. The reason for this visit is that they have finished some reorganization and there are some new business process to implement after it. As the current 10 CRM Fiori application could not 100% fit with their business scenario, they are considering the possibility to build some custom application using Fiori, and would like to refer to suggestions from SAP.
Jerry Wang
2020-08-25
3430
有感而发 - 日新月异的SAP开发技术
Jerry 2006年参加SAP成都研究院校园招聘会时,曾经听在研究院里实习过一段时间的两位教研室同学介绍过,进入SAP之后,咱们大学学习和研究生阶段做项目用的C/C++就用不上了,得从头学习一门全新的编程语言(详情参考Jerry之前的文章: 我是怎么和SAP结缘的 - Jerry的SAP校园招聘之路)。
Jerry Wang
2020-07-13
1K0
SAP UI5和Vue的双向绑定比较
Recently when I do self study on Vue I find many articles in the internet with full of praise on Vue‘s reactive Two-Way Data binding trait. This fact makes me recall my self-study on UI5 early in year 2013 and at that time, the Two-Way Data binding was already supported by UI5.
Jerry Wang
2020-05-09
4630
用React开发SAP Fiori应用
介绍了SAP Fiori是如何一步步走向开放的。在Fiori Fundamentals和SAP UI5 Web Component诞生之前,SAP UI5是开发SAP Fiori应用唯一可供选择的前端框架。
Jerry Wang
2020-02-17
5250
使用Repository informaton system查找constant定义
如果希望搜索出入下图highlight所示的所有关于IBASE的interface constant定义,
Jerry Wang
2019-07-03
3640
Vue compile - how is {{ parsed
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Jerry Wang
2019-06-24
4600
How is syntax error in Vue detected
? ? ? ? ?
Jerry Wang
2019-06-24
4790
最详细的Vue Hello World应用开发步骤
很多Vue的初学者想尝试这个框架时,都被webpack过于复杂的配置所吓倒,导致最后无法跑出一个期望的hello word效果。今天我就把我第一次使用webpack打包一个Vue Hello World应用的所有步骤详细记录下来,供Vue的初学者参考。
Jerry Wang
2019-06-01
5830
SAP Fiori + Vue = ?
2017年3月28日,我到国内一个SAP CRM客户那里,同他们的架构师关于二次开发的UI框架选择SAP UI5还是Vue进行了一番探讨。回到SAP研究院之后,我把这个问题扔到了公司的微信群里,引起了大家的热烈讨论。
Jerry Wang
2019-05-31
4440
Fiori Fundamentals和SAP UI5 Web Components
版权声明:本文为博主汪子熙原创文章,未经博主允许不得转载。 https://jerry.blog.csdn.net/article/details/87908135
Jerry Wang
2019-05-31
5120
一个典型的Vue应用的App.vue
包裹动态组件时,会缓存不活动的组件实例,而不是销毁它们。和 相似, 是一个抽象组件:它自身不会渲染一个 DOM 元素,也不会出现在父组件链中。
Jerry Wang
2019-05-31
1.5K0
Chrome开发者工具对Vue应用的支持
Chrome开发者工具里会出现一个新的Vue tab,里面提供了方便的针对Vue应用的查看选项。
Jerry Wang
2019-05-31
7050
一些前端开发的代码审查和意见
现在做的web shop只有一套代码,里面是一些generic的逻辑,不能出现任何Nike Adi之类的硬编码。当前启动web shop的实例,具体是for Nike 还是Adi,通过启动时传入的参数指定。当时我拍脑袋说的是通过命令行,当时你问能不能用url,我说也可以。
Jerry Wang
2019-05-30
6380
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档