CN114416211A - Method for converting industrial software customized development into industrial app - Google Patents

Method for converting industrial software customized development into industrial app Download PDF

Info

Publication number
CN114416211A
CN114416211A CN202210108722.3A CN202210108722A CN114416211A CN 114416211 A CN114416211 A CN 114416211A CN 202210108722 A CN202210108722 A CN 202210108722A CN 114416211 A CN114416211 A CN 114416211A
Authority
CN
China
Prior art keywords
industrial
app
software
industrial software
customized development
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210108722.3A
Other languages
Chinese (zh)
Inventor
刘圣质
田伟
吕民全
阳娟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Easy Digital Technology Co ltd
Original Assignee
Guangzhou Easy Digital Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Easy Digital Technology Co ltd filed Critical Guangzhou Easy Digital Technology Co ltd
Priority to CN202210108722.3A priority Critical patent/CN114416211A/en
Publication of CN114416211A publication Critical patent/CN114416211A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0621Item configuration or customization
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations

Abstract

The invention discloses a method for converting customized development of industrial software (such as PLM, MES, ERP, WMS and the like) into industrial app, relates to the technical field of computer development, and aims to solve the problem that the industrial software is unstable due to the fact that the industrial software and the customized development content are coupled together in the prior art. A method for converting industrial software customized development into an industrial app comprises the following steps: the content of the customized development of the industrial software is separated to form the industrial app; a user logs in the industrial software and starts the industrial app on the industrial software through preset operation; the industrial app obtains login session credentials of a user on the industrial software; the industrial app can data interact with the industrial software using the login session credentials.

Description

Method for converting industrial software customized development into industrial app
Technical Field
The invention relates to the technical field of computer development, in particular to a method for converting customized development of industrial software into industrial app.
Background
The industrial software not only relates to each industrial vertical field, but also relates to each process link of different processes of each enterprise. Because the production flows and the process differences of different industrial industries are obvious, the core pain points of enterprises are different, the differences of industrial software required by different links are larger, and the standardization degrees are different. Traditional industrial software, such as PLM, MES, ERP, WMS software and the like, has great difference when oriented to different industries and different scenes, so that a great amount of customized development of industrial software is needed to meet the requirements of customers.
For the customized development of industrial software, it is a common practice to make a user requirement into a function of customized development, and directly develop the customized function in the existing industrial software, that is, embed a code of customized development into the existing industrial software for running, as shown in fig. 1, a web end code in a B/S framework of customized development or a fat client end code in a C/S framework is packaged with a front end code of the industrial software, a back end code of customized development and a back end code of the industrial software are packaged together and run in the same process, and data of customized development and data of the industrial software are usually stored in the same database.
The customized development mode couples codes, databases and the like with industrial software, so that the industrial software and the customized development part are mutually restricted, and a plurality of problems are caused during deployment and operation:
when the industrial software needs to be upgraded, the operation of the customized development function is influenced, so that the maintainability of the industrial software used by a user is influenced; because the code developed by customization and the code of the industrial software run in the same process, the stability and the performance of the code developed by customization can also influence the stability and the performance of the industrial software; in the same process, in order to enable the code developed by customization to take effect after deployment, the service corresponding to the whole industrial software needs to be restarted, so that the usability of the industrial software is reduced.
With the rapid development of industrial software intellectualization and industrial internet, the requirements for data interaction real-time performance and interconnection are high, the industrial software is promoted to be split into light-weight industrial apps, the traditional architecture industrial software is gradually deconstructed, and the light-weight industrial software is converted into industrial micro-services with finer functional granularity. The industrial app is an application program formed by an industrial mechanism, technology, knowledge, algorithm and optimal engineering practice according to systematic organization, modeling expression, visual interaction, scenario application and a ecological evolution principle based on a technical engine, resources, a model and business components of a platform, and is a new form [1] of industrial software development.
In summary, based on user requirements facing different industries and scenes and gradual development of industrial apps, a method needs to be invented to convert customized development of traditional industrial software into industrial apps, and data interaction can be performed with the industrial software without affecting operation of the industrial software, so that a function of customized development is realized.
Disclosure of Invention
The invention provides a method for converting customized development of industrial software into industrial app, which aims to solve the problem that the operation and the upgrade of the industrial software are influenced when the customized development and the deployment of the large-scale industrial software are carried out, and the method comprises the following steps:
the content of the customized development of the industrial software is separated to form the industrial app;
the method comprises the steps that a user logs in industrial software and starts the industrial app through preset operation on the industrial software, wherein the preset operation can be that a button is arranged on the industrial software, the user can jump to an embedded industrial app page when clicking the button, or a popup page of the industrial app is opened after clicking the button;
the industrial app acquires login session credentials of a user on the industrial software, such as a session id, token or other information;
the industrial app can perform data interaction with the industrial software by using the login session certificate, wherein a user performs data operation on an industrial app page and submits data to the industrial app for processing, the data is submitted to the industrial software or a database of the industrial app for storage, and the industrial software and the industrial app are returned to the industrial software page after the data operation is completed.
Optionally, the content of the customized development comprises:
all the front-end codes, the back-end codes and the database which are developed in a customized mode are divided from industrial software, and the front-end codes, the back-end codes and the database are packaged and can be deployed into independent industrial apps.
Optionally, the obtaining manner of the login session credential further includes:
adding a reverse proxy at the front ends of the industrial software and the industrial app, wherein the reverse proxy can combine the industrial software and the industrial app into a service whole, the reverse proxy can copy a login session certificate (such as SESSIONID) of a user on the industrial software to a header requested by http of the industrial app, and the industrial app can access data of the industrial software through the login session certificate; or using single sign-on, the user logs on the industrial software, and returns a login session certificate (such as token) from the SSO authentication center, and the industrial app can access the data of the industrial software by carrying the login session certificate.
Optionally, the industrial app functionality includes at least functionality for customized development of industrial software.
Optionally, the industrial app can run independently, and has independent code version management and lifecycle management of the app runtime instance, where the lifecycle management of the app runtime instance includes, but is not limited to, management that the instance can create, pause, restart, expand, and the like independently of the industrial software, and is not limited to each other.
Compared with the prior art, the invention has the following beneficial effects:
1. the technical scheme of the invention can solve the problem of unstable operation of the industrial software caused by the customized development mode of embedding codes in the industrial software, improve the stability of using the industrial software by a user and realize the function of customized development.
2. According to the technical scheme, customized development is converted into the independent industrial app facing to the specific scene, the industrial app has independent version management and life cycle management, and the operation of industrial software is not influenced.
Drawings
FIG. 1 is a schematic illustration of a prior art approach to embedding customized development into industrial software.
Fig. 2 is an architectural diagram of one embodiment of the present invention.
FIG. 3 is a schematic page display diagram according to one embodiment of the present invention.
FIG. 4 is a schematic page display diagram according to one embodiment of the present invention.
FIG. 5 is a schematic page display diagram according to an embodiment of the present invention.
Fig. 6 is a schematic diagram of a reverse proxy according to one embodiment of the present invention.
DETAILED DESCRIPTION OF EMBODIMENT (S) OF INVENTION
The present invention will be described in further detail with reference to the following examples and the accompanying drawings. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant invention and not restrictive of the invention. It should be noted that, for convenience of description, only the portions related to the related invention are shown in the drawings.
Example one
The scene of the embodiment is that a personal information maintenance function is customized in traditional MES industrial software, a page of the MES industrial software displays user account information of a current login user, and customized content is a form filling function for adding an interest and hobbies on the basis of the page.
The method for converting the customized development of the industrial software into the industrial app comprises the following steps:
with reference to fig. 2, the content of customized development of the industrial software, i.e. the content of the personal information maintenance function, is independently developed to form a personal information maintenance industrial app;
a user logs in MES industrial software and starts personal information maintenance industrial app on the MES industrial software through preset operation, wherein the preset operation is that the user jumps to a page after clicking a button, the page is displayed as user account information of the currently logged-in user and an embedded personal information maintenance industrial app page, and the page is as shown in figure 3, and the user senses to operate the same system in use experience;
the method comprises the steps that a personal information maintenance industrial app obtains a login session certificate token of a user on MES industrial software;
the personal information maintenance industrial app can perform data interaction with the MES industrial software by using the login session voucher token, wherein operation data such as filling, submitting, modifying and canceling of interest and hobby forms performed on a personal information maintenance industrial app page by a user are submitted to the personal information maintenance industrial app for processing, meanwhile, the data are submitted to a database of the MES industrial software or the personal information maintenance industrial app for storage, and the MES industrial software and the personal information maintenance industrial app sensed by the user in operation are the same system after the data are processed and stored and then returned to the MES industrial software page.
Optionally, as shown in fig. 2, the customized development content, that is, the content of the personal information maintenance function includes:
the front-end code of the personal information maintenance function, namely a user interface (web), a back-end code and a database, is divided from MES industrial software and packaged and deployed into an independent personal information maintenance industrial app, wherein the personal information maintenance industrial app comprises: 1. front-end pages, i.e., user interfaces (web); 2. the method comprises the steps that a form REST is stored at the back end, and a code fragment is also contained in the back end code, wherein the code fragment is used for acquiring a login session certificate token of a user in MES industrial software from a cookie (http header); 3. a database for storing user information.
Optionally, the obtaining manner of the login session credential token further includes:
and using single sign-on, wherein a user logs in the MES industrial software, the SSO authentication system generates a token, the personal information maintenance industrial app requests the SSO authentication system to log in, the returned token is written into the cookie, and the personal information maintenance industrial app can perform data interaction with the MES industrial software through the token.
Optionally, the functionality of the personal information maintenance industrial app includes at least functionality for fun preference form filling in MES industry software customized development.
Optionally, the personal information maintenance industrial app can run independently, and has independent code version management and life cycle management of the personal information maintenance industrial app runtime instance, wherein the life cycle management of the personal information maintenance industrial app runtime instance includes but is not limited to management that the instance can be created independently, paused, restarted, expanded, and the like, and is independent of the MES industrial software and not limited to each other.
It can be seen from this embodiment that, by applying the technical solution of the present invention, after the industrial software customized development is converted into the industrial app, the page display and the user experience are completely consistent, and the function of the customized development is also realized through the data intercommunication between the industrial app and the industrial software.
Example two
The scenario of the embodiment is that a material management function is customized in the traditional PLM industrial software, and includes functions of creating, modifying, querying and the like for materials.
The method for converting the customized development of the industrial software into the industrial app comprises the following steps:
customizing the content of the traditional PLM industrial software development, namely, performing functions of creating, modifying, inquiring and the like on the materials, and independently forming a material management app;
a user logs in PLM industrial software and starts a material management app on the PLM industrial software through preset operation, wherein the preset operation is that a button for creating materials is additionally arranged on a home page of the PLM industrial software as shown in the attached drawing 4, the user jumps after clicking the button, a page is displayed as a popup page for opening the material management app from the current PLM industrial software, and as shown in the attached drawing 5, the user perceives that the PLM industrial software and the material management app are the same system in use experience;
the method comprises the steps that a material management app obtains a login session certificate JSSIONNID of a user on PLM industrial software;
the material management app uses the JSESSIONID to perform data interaction with the PLM industrial software, wherein operations performed by a user on a material management app page, including but not limited to creating materials, modifying materials and other operation data, are submitted to the material management app for processing, meanwhile, the data are submitted to databases of the PLM industrial software and the material management app for storage, and the data are returned to the page of the PLM industrial software after the data are processed and stored.
Optionally, the customized development content, that is, the content of creating, modifying, querying, and the like, for the material includes:
the customized development function, namely front-end page codes, back-end codes and a database of the functions of creating, modifying, inquiring and the like on the materials are segmented from the codes of the PLM industrial software embedded with the customized development codes in the past, and independent material management apps are packaged and deployed, wherein the material management apps comprise: 1. front-end pages, i.e., user interfaces (web); 2. the method comprises the steps that a form REST is stored at the back end, and the back-end code also comprises a code segment which is used for acquiring a login session certificate JSSION ID of a user in PLM industrial software from a cookie (http header); 3. and the database is used for storing the material related information.
Optionally, the obtaining manner of the login session credential JSESSIONID further includes:
referring to fig. 6, a reverse proxy Nginx is additionally arranged at the front end of the PLM industrial software and the material management app, wherein after a user logs in the PLM industrial software, a JSESSIONID is generated in a cookie for requesting data of the industrial software, the path of the JSESSIONID is "/PLM", the value of the JSESSIONID is pkwwacd, and due to security restrictions of a browser, the path "/material" of the material management app cannot directly acquire the cookie value of the JSESSIONID, so that the reverse proxy Nginx combines the PLM industrial software and the material management app into the same service, and copies the value of the jsisionid to the position of the path "/material" of the material management app through the Nginx to obtain PLM _ essiionid = pkwabcd, and at this time, the material management app can perform data interaction with the PLM industrial software through PLM _ essio id.
Optionally, the function of the material management app at least includes functions of creating, modifying, querying and the like on the material in the customized development of the PLM industrial software.
Optionally, the material management app can run independently, and has independent code version management and lifecycle management of the material management app runtime instance, where the lifecycle management of the material management app runtime instance includes, but is not limited to, management that the instance can be created independently, suspended, restarted, expanded, and the like, and is independent from and not limited to the PLM industrial software.
It can be seen from this embodiment that, by applying the technical solution of the present invention, after the industrial software customized development is converted into the industrial app, the page display and the user experience are completely consistent, and the function of the customized development is also realized through the data intercommunication between the industrial app and the industrial software.
The embodiments described above are exemplary descriptions of the present invention, and it is obvious that the specific implementation of the present invention is not limited by the above-mentioned manner and the above-mentioned fields and forms, and it is within the protection scope of the present invention as long as various insubstantial modifications are made by using the method concept and technical scheme of the present invention, or the concept and technical scheme of the present invention is directly applied to other occasions without modifications.
Reference documents:
[1] white paper of industrial APP (2020): china.
http://www.caitis.cn/bps

Claims (5)

1. A method for converting industrial software customized development into an industrial app is characterized by comprising the following steps:
the content of the customized development of the industrial software is separated to form the industrial app;
a user logs in the industrial software and starts the industrial app on the industrial software through preset operation;
the industrial app obtains login session credentials of a user on the industrial software;
the industrial app can data interact with the industrial software using the login session credentials.
2. The method of claim 1, wherein customizing the developed content comprises:
and all the front-end codes, the back-end codes and the database which are developed in a customized manner are divided from the industrial software, and are packaged and deployed into independent industrial apps.
3. The method of claim 1, wherein the obtaining of the login session credentials further comprises:
and additionally arranging a reverse proxy at the front ends of the industrial software and the industrial app, or using single sign-on.
4. The method of claim 1, wherein the industrial app functionality includes at least functionality of the industrial software customization development.
5. The method of claim 1 in which the industrial app is independently deployable and executable, with independent code version management and lifecycle management of app runtime instances.
CN202210108722.3A 2022-01-28 2022-01-28 Method for converting industrial software customized development into industrial app Pending CN114416211A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210108722.3A CN114416211A (en) 2022-01-28 2022-01-28 Method for converting industrial software customized development into industrial app

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210108722.3A CN114416211A (en) 2022-01-28 2022-01-28 Method for converting industrial software customized development into industrial app

Publications (1)

Publication Number Publication Date
CN114416211A true CN114416211A (en) 2022-04-29

Family

ID=81279350

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210108722.3A Pending CN114416211A (en) 2022-01-28 2022-01-28 Method for converting industrial software customized development into industrial app

Country Status (1)

Country Link
CN (1) CN114416211A (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN104394133A (en) * 2014-11-14 2015-03-04 百度在线网络技术(北京)有限公司 Login method and login system
CN104994102A (en) * 2015-07-08 2015-10-21 浪潮软件股份有限公司 Enterprise information system authentication and access control method based on reverse proxy
CN107193666A (en) * 2017-04-20 2017-09-22 北京安云世纪科技有限公司 The control method and device called between application program
CN108848103A (en) * 2018-06-29 2018-11-20 唐明伟 Login method, electronic equipment, terminal device and the login system of application program
CN109787959A (en) * 2018-12-18 2019-05-21 中国平安财产保险股份有限公司 A kind of account information processing method and relevant apparatus
CN111861779A (en) * 2020-07-22 2020-10-30 山东钢铁股份有限公司 Internet platform system for steel manufacturing industry
CN112799744A (en) * 2021-01-29 2021-05-14 北京索为系统技术股份有限公司 Calling method and device of industrial APP, computer readable medium and electronic equipment
CN112925583A (en) * 2021-02-25 2021-06-08 北京百度网讯科技有限公司 Host application capability expansion method, device, equipment and storage medium
CN113239306A (en) * 2021-04-02 2021-08-10 孙龙龙 Industrial Internet APP platform based on SaaS application mode and construction method
CN113504902A (en) * 2021-07-01 2021-10-15 中国汽车技术研究中心有限公司 Industrial APP integrated development system and related equipment
CN113641383A (en) * 2021-08-06 2021-11-12 云尖信息技术有限公司 Customized development framework and development method for BMC system client

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571550A (en) * 2010-12-30 2012-07-11 北京亿阳信通软件研究院有限公司 General information interaction platform and method
CN104394133A (en) * 2014-11-14 2015-03-04 百度在线网络技术(北京)有限公司 Login method and login system
CN104994102A (en) * 2015-07-08 2015-10-21 浪潮软件股份有限公司 Enterprise information system authentication and access control method based on reverse proxy
CN107193666A (en) * 2017-04-20 2017-09-22 北京安云世纪科技有限公司 The control method and device called between application program
CN108848103A (en) * 2018-06-29 2018-11-20 唐明伟 Login method, electronic equipment, terminal device and the login system of application program
CN109787959A (en) * 2018-12-18 2019-05-21 中国平安财产保险股份有限公司 A kind of account information processing method and relevant apparatus
CN111861779A (en) * 2020-07-22 2020-10-30 山东钢铁股份有限公司 Internet platform system for steel manufacturing industry
CN112799744A (en) * 2021-01-29 2021-05-14 北京索为系统技术股份有限公司 Calling method and device of industrial APP, computer readable medium and electronic equipment
CN112925583A (en) * 2021-02-25 2021-06-08 北京百度网讯科技有限公司 Host application capability expansion method, device, equipment and storage medium
CN113239306A (en) * 2021-04-02 2021-08-10 孙龙龙 Industrial Internet APP platform based on SaaS application mode and construction method
CN113504902A (en) * 2021-07-01 2021-10-15 中国汽车技术研究中心有限公司 Industrial APP integrated development system and related equipment
CN113641383A (en) * 2021-08-06 2021-11-12 云尖信息技术有限公司 Customized development framework and development method for BMC system client

Similar Documents

Publication Publication Date Title
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
US10853108B2 (en) Method and apparatus for code virtualization and remote process call generation
US8635548B2 (en) Configuring a page for drag and drop arrangement of content artifacts in a page development tool
US20030115548A1 (en) Generating class library to represent messages described in a structured language schema
Zimmermann et al. Combining pattern languages and reusable architectural decision models into a comprehensive and comprehensible design method
US20050015491A1 (en) Systems, methods, and articles of manufacture for dynamically providing web services
CN101127655A (en) Method and system for integrating existing www systems
US9646103B2 (en) Client-side template engine and method for constructing a nested DOM module for a website
US20090222721A1 (en) Internet access GUI for mobile devices
US20160012147A1 (en) Asynchronous Initialization of Document Object Model (DOM) Modules
Bellido et al. Control-flow patterns for decentralized restful service composition
US20160012144A1 (en) Javascript-based, client-side template driver system
CA2538561C (en) System and method for conversion of web services applications into component based applications for devices
US20150012819A1 (en) Template-driven decoration engine
CN103914293A (en) Page generation method and server
US20160012023A1 (en) Self-Referencing of Running Script Elements in Asynchronously Loaded DOM Modules
WO2021093672A1 (en) Method for embedding external system, workflow system, device and computer readable storage medium
KR20110041836A (en) Xsl/xml-based web application development system and method using this system
CN114416211A (en) Method for converting industrial software customized development into industrial app
KR101228877B1 (en) Device and Method for Producing Dynamic Web Site Using Web Design
US9304983B2 (en) Method and system for Xform generation and processing application integration framework
Balasooriya et al. Bondflow: A system for distributed coordination of workflows over web services
Purushothaman RESTful Java Web Services
US20090300099A1 (en) Aspect services
US20160012146A1 (en) Client Web Browser and Method for Constructing a Website DOM Module With Client-Side Functional Code

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination