Shell openSomething - how is application component loaded in the runtime

简介: Created by Jerry Wang, last modified on Aug 09, 2015

Created by Jerry Wang, last modified on Aug 09, 2015

shell

openSomething

getServiceConfig

parseShellHash

Hash

exec

initiateApplication

AppConfiguration.getMetadata

成功读取LPD_CUST里维护的additional信息:

image.png


拿到Service的config信息:


image.png


hash就是semantic object + action:

image.png


使用正则表达式解析semantic object:

image.png


在LPD_CUST里配置的application type为URL:


image.png

执行initialization操作:


image.png

在这里load component.js:


image.png


runtime callstack:

image.png


相关文章
|
5月前
|
设计模式 人工智能 Java
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
Error: JavaFX runtime components are missing, and are required to run this application with Gradle e
81 1
|
8月前
|
监控 Java
|
应用服务中间件
Tomcat闪退,出现The JAVA_HOME environment variable is not defined correctly的解决方案
Tomcat出现The JAVA_HOME environment variable is not defined correctly问题的解决方案
Tomcat闪退,出现The JAVA_HOME environment variable is not defined correctly的解决方案
why is the configuration.js being loaded?
why is the configuration.js being loaded?
why is the configuration.js being loaded?
Embedded web server initialization - jar file default-mimetypes.properties
Embedded web server initialization - jar file default-mimetypes.properties
101 0
Embedded web server initialization - jar file default-mimetypes.properties
how is SAP UI5 extension component being loaded in the runtime
Created by Wang, Jerry, last modified on Mar 06, 2015
73 0
how is SAP UI5 extension component being loaded in the runtime
how is SAP UI5 configuration.js loaded in the runtime
Created by Wang, Jerry, last modified on Mar 26, 2015
100 0
how is SAP UI5 configuration.js loaded in the runtime
|
Web App开发
how is view embedded via component usage being initialized
how is view embedded via component usage being initialized
99 0
how is view embedded via component usage being initialized
|
XML 数据格式