CN101000618A - Method and device for set-up disconnection data programmed model and its application - Google Patents

Method and device for set-up disconnection data programmed model and its application Download PDF

Info

Publication number
CN101000618A
CN101000618A CN 200610168267 CN200610168267A CN101000618A CN 101000618 A CN101000618 A CN 101000618A CN 200610168267 CN200610168267 CN 200610168267 CN 200610168267 A CN200610168267 A CN 200610168267A CN 101000618 A CN101000618 A CN 101000618A
Authority
CN
China
Prior art keywords
data
model
service
establishing
domain
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.)
Granted
Application number
CN 200610168267
Other languages
Chinese (zh)
Other versions
CN100485687C (en
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.)
Guangdong Gaohang Intellectual Property Operation Co ltd
Taizhou Haitong Asset Management Co ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2006101682677A priority Critical patent/CN100485687C/en
Publication of CN101000618A publication Critical patent/CN101000618A/en
Application granted granted Critical
Publication of CN100485687C publication Critical patent/CN100485687C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A method for setting up data programming model free of connections includes laminating service-data object, setting up data programming model for each layer separately according to laminated service-data object. The device used for realizing said method and a data access-service manner are also disclosed.

Description

Method and device for establishing connectionless data programming model and application thereof
Technical Field
The invention relates to a data access technology, in particular to a method and a device for establishing a connectionless data programming model and application thereof.
Background
Currently, almost all information handling systems are directed to a particular type of data source. In an information processing system, the access technology to a specific type of data source mainly includes: a relational database access technique by JDBC (Java database programming standard), or an XML file access technique by Xpath (XML path language).
With the extension of enterprise business, enterprise information systems are continuously expanded, or new functions are developed on the original systems, or original independent subsystems are integrated to realize enterprise information sharing. This means that enterprise information systems are constantly challenged to handle heterogeneous data sources. The heterogeneous data sources refer to different data sources with significant differences in data organization structures and data reading and writing modes. For example, the relational database and the XML document database are obviously different in data organization structure and data reading and writing modes. The heterogeneous data sources include: relational databases, object databases, XML (extensible modeling language) files, WebService (Web service), and external information systems capable of providing data information, and the like.
Therefore, a group of data programming interfaces which are irrelevant to the type of the data source are defined to realize decoupling between the information processing system and the data source (namely, the dependency relationship between the information processing system and the data source is removed, so that when one party is replaced easily, the other party can still work normally), which is the requirement of enterprise information system development. SDO (Service Data Objects) is a set of application programming interfaces that are currently standardized, and the set of interface specifications provides a standard and consistent Data access method for Data consumers, and shields Data access differences between heterogeneous Data sources. Through the interface specifications, easy decoupling is realized between a data provider and a data user; the information handling system will access the data through a standard SDO API (standard programming interface that services data objects) through which the data provider will also provide the data externally.
In order to enable a data consumer to disconnect from a data provider during the use of data and to contact the data provider only when reading is started and data is written last, a connectionless data programming model needs to be established. The existing SDO Modeling technology is only EMF (Eclipse Modeling Framework) developed by Eclipse (an open source code organization) organization. The EMF modeling technical scheme mainly comprises the following key processes:
1. build a set of class diagrams (class diagrams can also be represented in XML) with a Rational Rose (a software modeling tool) and generate an mdl file:
as shown in FIG. 1, the set of class diagrams contains three classes: library (Library), author (Writer), Book (Book). Wherein each class comprises: class name, attribute (name), method. The connecting lines between the various classes represent the calling relationship between them: may be containment relationships such as between a library and an author, between a library and a book; or an association relationship, such as between an author and a book.
2. Mdl was introduced into EMF, which automatically generated an SDO model, in the format:
platform:/resource/EMFModel/model/library.ecore
library
Book
tilte:EString
pages:EInt
category:BookCategory
author:Writer
Library
name:EString
writes:Writer
books:Book
Writer
name:EString
books:Book
BookCategory
Mystery=0
ScienceFiction=1
Biography=2
the EMF does not layer the SDO model during modeling, but kneads the models of different layers together without separating different object models, thereby increasing the difficulty of developing and maintaining the SDO data object and having large development workload. Because the models of different layers cannot be subdivided and corresponding metadata is defined for the model of each layer, the SDO model has poor expansibility and maintainability and is difficult to integrate into a platform with strong universality and a self-provincial function.
Disclosure of Invention
The invention provides a method and a device for establishing a connectionless data programming model on one hand, so as to reduce the workload of service development and improve the development efficiency.
The invention provides a data access service method and a data access service system, so as to realize decoupling of a business system and a physical table model and improve the expandability of the system.
Therefore, the technical scheme provided by the invention is as follows:
the embodiment of the invention provides a method for establishing a connectionless data programming model, which comprises the following steps:
layering the service data objects;
and respectively establishing data programming models of all layers according to the layered service data objects.
The embodiment of the invention provides a device for establishing a connectionless data programming model, which comprises the following components:
the layering unit is used for layering the service data objects;
and the model establishing unit is used for respectively establishing data programming models of all layers according to the layered service data objects.
The data access service method provided by the embodiment of the invention comprises the following steps:
establishing a group of data programming models containing different levels;
deploying the data programming model to a service/business layer of a system;
when a user accesses data, the data from the heterogeneous data sources is presented to the user through the data programming model.
An embodiment of the present invention provides a data access service system, including: the system comprises a service/business layer subsystem for providing services for users, an application integration layer subsystem and an enterprise information layer subsystem, wherein the enterprise information layer subsystem comprises one or more heterogeneous data sources, a data programming model device is deployed in the service/business layer subsystem, a data intermediary service device is deployed in the application integration layer subsystem, the data programming model device is used for providing a set of connectionless data programming models containing different layers, when users access data, the data intermediary service device acquires data from the heterogeneous data sources and assembles the data into data objects meeting the data programming model specification, and the data programming model device calls the assembled data objects and displays the data objects to the users.
It can be seen from the above technical solutions provided by the embodiments of the present invention that the method of the present invention partitions different levels of models by abstracting and analyzing the models, and defines a completely structured hierarchical model which is independent of implementation technologies, separated from each other, so that developers can establish SDO data objects and perform service development without learning specific SDO implementation technologies, thereby reducing the workload of service development and improving the development efficiency.
In addition, the invention separates the domain model and the physical table model, and establishes a layer of data object model on the domain model, so that system designers can design the system on the domain model, and service developers can define the data object on the domain model, thereby realizing decoupling of the service system and the physical table model, and improving the expandability of the system.
Drawings
FIG. 1 is a schematic diagram of a set of class diagrams built with a Rational Rose in the prior art;
FIG. 2 is a flow chart illustrating implementation of a preferred embodiment of the method of the present invention for establishing a connectionless data programming model;
FIG. 3 is a schematic diagram of the relationship between a data object and a domain object in an embodiment of the method of the present invention for building a connectionless data programming model;
FIG. 4 is a schematic diagram illustrating relationships between different hierarchical models in an embodiment of a method for building a connectionless data programming model according to the present invention;
FIG. 5 is a schematic block diagram of a first embodiment of an apparatus for establishing a connectionless data programming model according to the present invention;
FIG. 6 is a schematic block diagram of a second embodiment of an apparatus for establishing a connectionless data programming model according to the present invention;
FIG. 7 is a flow chart of an implementation of a preferred embodiment of the data access service method of the present invention;
FIG. 8 is a schematic diagram of the layered architecture of J2EE and the location of the SDO of the present invention;
FIG. 9 is a schematic block diagram of a preferred embodiment of the data access system of the present invention.
Detailed Description
In order that those skilled in the art will better understand the technical solution of the present invention, the following detailed description of the present invention is provided in conjunction with the accompanying drawings and embodiments.
The invention carries out structural layering on SDO, and respectively establishes service data object models of different layers: domain object model, data object model, physical table model, data object-physical table mapping model, and separating these different levels of models from each other. Therefore, when the business is developed, the data object can be generated by the basic domain object according to the business requirement, thereby reducing the workload of business development and improving the development efficiency.
Referring to FIG. 2, there is shown a flow chart of a preferred embodiment of a method of the present invention for establishing a connectionless data programming model, which includes the steps of:
step 201: the service data object is layered, and can be divided into a domain object and a data object. And defines the data object according to the domain object.
When defining a data object, all or part of one or more domain objects can be combined to form a data object according to the business application requirements.
For example, in the domain object view shown in fig. 3, there are four domain objects, which are domain object 1, domain object 2, domain object 3, and domain object 4. The domain object 2 is associated with three other domain objects, respectively. The domain object 1 and the domain object 2 are combined as one data object according to business needs.
Of course, other hierarchical modes can be adopted, and as long as the metadata can be fully utilized, the development workload can be reduced, and the development efficiency can be improved.
Step 202: and establishing a domain object model, and generating a corresponding physical table model by the domain object model.
The domain objects and their interrelationships required by the service are determined. Among the four domain objects shown in fig. 3, the domain object 2 includes domain object 1, domain object 3, and domain object 4, respectively, without any association among the domain objects 1, 3, and 4.
IDE (Integrated development Environment) modeling tools can be used to build a domain object model that satisfies relationships between objects. For example, the domain object model is built using a Rational Rose or PowerDesigner (a software modeling tool).
Step 203: and establishing a corresponding relation between the data object and the physical table.
Because the object model of Rose mainly supports three programming languages of Java, VC and VB, Naming-SQL (named SQL) can be introduced into SDO, and the corresponding relation between the data object and the physical table is established through the Naming-SQL. The Naming-SQL means that SQL sentences originally embedded in program codes are extracted and put into another file specially storing the SQL sentences, and the original SQL sentences are replaced by a unique identifier. Therefore, a database administrator can carry out centralized management on all SQL sentences stored in one file, and can conveniently modify tables, query sequences or query conditions queried in the SQL sentences on the premise of not changing the query result of the SQL sentences so as to achieve the aim of optimal performance.
Of course, other programming languages may be used to establish the correspondence between the data objects and the physical tables.
Step 204: and generating a data object-physical table mapping model according to the corresponding relation between the data object and the physical table.
For example, the relationship between different hierarchical models established in the embodiment of the present invention is shown in fig. 4:
the data object includes a part of the domain object 1, the domain object 2, and the domain object 3, the physical table model 1 corresponds to the data object model 1, the physical table model 2 corresponds to the data object model 2, and the physical table model 3 corresponds to the data object model 3. And establishing a corresponding relation between the data object and the physical table by naming SQL (structured query language), and generating a data object-physical table mapping model. As can be seen from fig. 4, the data object model, the domain object model, the data object-physical table mapping model, the physical table model are separated from each other.
Therefore, the method for establishing the connectionless data programming model divides the models of different levels through the abstraction and analysis of the models, defines the completely structured hierarchical model which is independent of the implementation technology, separated from each other and enables developers to establish the SDO data object and develop the service without learning the specific SDO implementation technology. By the structured subdivision of the domain model, the data object model, the physical table model and the data object-physical table mapping model and the definition of corresponding metadata for each model, the clear layering of the whole SDO modeling technology and the interface definition based on model processing are realized. Due to the fact that complete metadata is provided, models of all layers can be integrated into different platforms and frameworks in a self-saving mode.
Based on the idea of layering service data objects, the invention also provides a device for establishing a connectionless data programming model.
Referring to fig. 5, fig. 5 shows a schematic block diagram of a first embodiment of the apparatus for establishing a connectionless data programming model of the present invention:
in this embodiment, the method includes: a layering unit 51 and a model building unit 52. The layering unit 51 is configured to layer the service data object, divide the service data object into a domain object and a data object, and define the data object according to the domain object; the model building unit 52 is configured to build data programming models of each layer according to the layered service data objects.
The model building unit 52 includes: a domain object model establishing subunit 521, a physical table model generating subunit 522, and a data object-physical table mapping model generating subunit 523. Wherein,
the domain object model creating subunit 521 is configured to create a domain object model according to the domain objects and the logical relationships thereof determined by the hierarchical unit, and may create a domain object model satisfying the relationships between the objects by using an IDE (integrated development environment) modeling tool. For example, the domain object model is built using a Rational Rose or PowerDesigner (a software modeling tool). The physical table model generating subunit 522 is configured to generate a corresponding physical table model according to the domain object model, that is, convert the domain object model into the physical table model. The data object-physical table mapping model generating subunit 523 is configured to generate a data object-physical table mapping model according to the correspondence between the data object and the physical table.
Referring to fig. 6, fig. 6 is a schematic block diagram of a second embodiment of the apparatus for establishing a connectionless data programming model according to the present invention:
unlike the embodiment shown in fig. 5, in this embodiment, a correspondence relationship establishing subunit 524 is added to the model establishing unit, and is used to establish, by naming SQL, a correspondence relationship between the data object and the physical table required for generating the data object-physical table mapping model. Naming-SQL (named SQL) is introduced into the SDO, and the corresponding relation between the data object and the physical table is established through the Naming-SQL.
The process of establishing the corresponding relation between the data object and the physical table through the Naming-SQL comprises the following steps:
1. writing a query SQL statement (giving the statement a unique identifier, called "named SQL"): it finds out all fields corresponding to the attribute of the data object from the database table;
2. a one-to-one correspondence between the attributes of the data object and the fields queried by the query SQL is specified, rather than a direct correspondence between the attributes of the data object and the fields of the physical table.
That is, the indirect correspondence of the data object to the physical table is established by configuring a one-to-one correspondence between the attributes of the data object and the fields queried by the named SQL.
In this way, the data object-physical table mapping model generating subunit 523 can generate the data object-physical table mapping model directly from the correspondence relationship without determining the correspondence relationship between the data object and the physical table by itself. Of course, a plurality of establishing subunits supporting the corresponding relationship of different languages can be provided, and the establishing subunits can be selected for use according to the application environment during system development.
The method and the device for establishing the connectionless data programming model can be applied to a J2EE (Java2 enterprise edition) architecture, so that system designers can design a system on a domain model, service developers can define data objects on the domain model, decoupling of a service system and a physical table model is realized, and the expandability of the system is improved.
Referring to fig. 7, a flow of a preferred embodiment of the data access service method of the present invention is shown, which comprises the following steps:
step 701: a set of data programming models is established that contain different levels.
The data programming model of different levels includes: domain object model, data object model, physical table model, object-to-physical table mapping model. The process of establishing these data programming models at different levels has been described in detail above, and will not be described herein.
Step 702: the data programming model is deployed to the service/business layer of the system.
Step 703: when a user accesses data, the data from the heterogeneous data sources is exposed to the user through the data programming model.
Step 704: and after the user modifies the data, updating the data modified by the user into the heterogeneous data source through the data programming model.
Referring to the J2EE hierarchical structure and the location of the SDO shown in FIG. 8:
among them, 81 is an enterprise information layer, which is used to provide various information sources, such as information sources with different formats, such as DB (relational database), LEGACY (history file), ERP (enterprise resource planning table), Message (Message), etc.; 82 is an application integration layer, and provides uniform access/exit for Data of different information sources through a Data Mediator Service (DMS); 83 is a Service/Service layer, configured to perform Service processing on data, for example, using technologies such as EJB (Enterprise JavaBean, a model provided for developing server-side Enterprise application components), Bean, and Service; 85 is a server presentation layer, which is used to arrange the processed data into a specific format, for example, by using JSP (Java server Pages, a dynamic web page technology), Servlet (Java Servlet), UI Management (user interface Management), and other technologies; 86 is a client presentation layer for presenting data in a particular format to a client via a page or other visual window, for example, provided to the client via a Browser, PDA (personal digital assistant), Webservice, etc.
As can be seen from the figure, the implementation of the technical solution of the present invention belongs to a DMS (Data Mediator Service) hierarchy, where the DMS receives Data from heterogeneous Data sources (e.g., a relational database DB, an XML file, a Message, etc.), for example, the Data is obtained from different Data sources through JDBC (Java database programming standard), JCA (J2EE connector architecture), JAR-RPC (Java API for XML-based RPC) and JMS (Java Message Service) protocols, respectively, and then the Data is assembled into Data objects meeting the specification of a Data programming model and is handed to the Data programming model in the Service/Service layer of the system; and the data programming model calls the assembled data object and displays the data object to a user. For example, the attributes of the data object and the hierarchical relationship between the attributes can be displayed through a form on a web page.
Referring to fig. 9, fig. 9 is a functional block diagram of a preferred embodiment of the data access service system of the present invention:
in this embodiment, the method includes: a service/business layer subsystem 91, an application integration layer subsystem 92, and an enterprise information layer subsystem 93. Wherein, the service/business layer subsystem 91 is used for providing services for users; the application integration layer subsystem 92 is used for providing a uniform outlet/inlet for data of different information sources; the enterprise information layer subsystem 93 is used to provide information data for the system, including one or more heterogeneous data sources, such as a relational database DB, XML files, Message, etc.
A data programming model means 901 is deployed in the service/business layer subsystem 91 and a data mediation service means 902 is deployed in the application integration layer subsystem 92. The data programming model device 901 is used for providing a set of connectionless data programming models containing different levels, namely modeling business data required by a business layer, including the organization structure and source of the business data. When a user accesses data, the data mediation service device 902 acquires data from heterogeneous data sources and assembles the data into data objects conforming to the data programming model specification, and the data programming model device 901 calls the assembled data objects and displays the data objects to the user. When the user modifies the data, the data programming model device 901 updates the data modified by the user to the heterogeneous data source.
While the present invention has been described with respect to the embodiments, those skilled in the art will appreciate that there are numerous variations and permutations of the present invention without departing from the spirit of the invention, and it is intended that the appended claims cover such variations and modifications as fall within the true spirit of the invention.

Claims (16)

1. A method of building a connectionless data programming model, comprising the steps of:
layering the service data objects;
and respectively establishing data programming models of all layers according to the layered service data objects.
2. The method of claim 1, wherein the step of layering service data objects comprises: the service data object is divided into a domain object and a data object, and the data object is defined according to the domain object.
3. The method of claim 2, wherein the step of defining the data object from the domain object in the domain object model comprises: all or part of one or more domain objects are combined to form a data object.
4. The method of claim 2, wherein the step of separately modeling the data programming for each layer comprises:
establishing a domain object model, and generating a corresponding physical table model by the domain object model;
establishing a corresponding relation between the data object and the physical table;
and generating a data object-physical table mapping model according to the corresponding relation.
5. The method of claim 4, wherein the establishing a domain object model comprises:
determining domain objects required by the service and the mutual relation thereof;
and establishing a domain object model meeting the relation by utilizing an Integrated Development Environment (IDE) modeling tool.
6. The method of claim 4, wherein establishing the correspondence between the data object and the physical table comprises:
and establishing a corresponding relation between the data object and the physical table through naming SQL.
7. An apparatus for creating a connectionless data programming model, comprising:
the layering unit is used for layering the service data objects;
and the model establishing unit is used for respectively establishing data programming models of all layers according to the layered service data objects.
8. The apparatus of claim 1,
the hierarchical unit divides the service data object into a domain object and a data object, and defines the data object according to the domain object.
9. The method of claim 8, wherein the model building unit comprises:
a domain object model establishing subunit, configured to establish a domain object model;
the physical table model generating subunit is used for generating a corresponding physical table model according to the domain object model;
and the data object-physical table mapping model generating subunit is used for generating a data object-physical table mapping model according to the corresponding relation between the data object and the physical table.
10. The method of claim 9, wherein the model building unit further comprises:
and the corresponding relation establishing subunit is used for establishing the corresponding relation between the data object and the physical table required by the data object-physical table mapping model through naming SQL.
11. A data access service method, characterized in that the method comprises:
establishing a group of data programming models containing different levels;
deploying the data programming model to a service/business layer of a system;
when a user accesses data, the data from the heterogeneous data sources is presented to the user through the data programming model.
12. The method of claim 11, wherein the step of creating a set of data programming models comprising different levels comprises:
establishing a domain object model, and generating a corresponding physical table model by the domain object model;
defining a data object from the domain object;
establishing a corresponding relation between the data object and the physical table;
and generating a data object-physical table mapping model according to the corresponding relation.
13. The method of claim 11, wherein the step of exposing data from disparate data sources to a user via the data programming model comprises:
acquiring data from heterogeneous data sources by an application integration layer of the system, and assembling the data into a data object conforming to the data programming model specification;
and the service/service layer calls the assembled data object through the data programming model and displays the data object to a user.
14. The method according to any one of claims 11 to 13, further comprising:
and after the user modifies the data, updating the data modified by the user into the heterogeneous data source through the data programming model.
15. A data access service system, comprising: a service/business layer subsystem for providing services to a user, an application integration layer subsystem, an enterprise information layer subsystem, said enterprise information layer subsystem comprising one or more heterogeneous data sources,
the data programming model device is used for providing a group of connectionless data programming models containing different levels, when a user accesses data, the data mediation service device acquires data from heterogeneous data sources and assembles the data into a data object conforming to the data programming model specification, and the data programming model device calls the assembled data object and displays the data object to the user.
16. The system of claim 15,
and when the user modifies the data, the data programming model device updates the data modified by the user to the heterogeneous data source.
CNB2006101682677A 2006-12-25 2006-12-25 Method and device for set-up disconnection data programmed model and its application Active CN100485687C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2006101682677A CN100485687C (en) 2006-12-25 2006-12-25 Method and device for set-up disconnection data programmed model and its application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2006101682677A CN100485687C (en) 2006-12-25 2006-12-25 Method and device for set-up disconnection data programmed model and its application

Publications (2)

Publication Number Publication Date
CN101000618A true CN101000618A (en) 2007-07-18
CN100485687C CN100485687C (en) 2009-05-06

Family

ID=38692590

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2006101682677A Active CN100485687C (en) 2006-12-25 2006-12-25 Method and device for set-up disconnection data programmed model and its application

Country Status (1)

Country Link
CN (1) CN100485687C (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102377824A (en) * 2011-10-19 2012-03-14 江西省南城县网信电子有限公司 Cloud computing-based spatial information service system
CN103617175A (en) * 2013-11-04 2014-03-05 广东电子工业研究院有限公司 Method for virtualization of large-scale distributed heterogeneous data
CN104636333A (en) * 2013-11-06 2015-05-20 宁夏新航信息科技有限公司 Domain-driven development plug-in system
CN108763530A (en) * 2018-05-31 2018-11-06 中国农业银行股份有限公司 A kind of data access method, device and electronic equipment
CN110020834A (en) * 2019-04-15 2019-07-16 浩鲸云计算科技股份有限公司 A kind of on-line intelligence big data development approach of modeling and debugging fusion
CN111209319A (en) * 2018-11-21 2020-05-29 华为技术有限公司 Data service method and device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102377824A (en) * 2011-10-19 2012-03-14 江西省南城县网信电子有限公司 Cloud computing-based spatial information service system
CN103617175A (en) * 2013-11-04 2014-03-05 广东电子工业研究院有限公司 Method for virtualization of large-scale distributed heterogeneous data
WO2015062182A1 (en) * 2013-11-04 2015-05-07 广东电子工业研究院有限公司 Method for virtualizing large-scale distributed heterogeneous data
CN104636333A (en) * 2013-11-06 2015-05-20 宁夏新航信息科技有限公司 Domain-driven development plug-in system
CN108763530A (en) * 2018-05-31 2018-11-06 中国农业银行股份有限公司 A kind of data access method, device and electronic equipment
CN111209319A (en) * 2018-11-21 2020-05-29 华为技术有限公司 Data service method and device
CN111209319B (en) * 2018-11-21 2022-03-29 华为云计算技术有限公司 Data service method and device
CN110020834A (en) * 2019-04-15 2019-07-16 浩鲸云计算科技股份有限公司 A kind of on-line intelligence big data development approach of modeling and debugging fusion

Also Published As

Publication number Publication date
CN100485687C (en) 2009-05-06

Similar Documents

Publication Publication Date Title
KR101120815B1 (en) Method and apparatus for generating user interfaces based upon automation with full flexibility
JP5787963B2 (en) Computer platform programming interface
Kolovos et al. The epsilon object language (EOL)
CA2777443C (en) Automated enterprise software development
US7502807B2 (en) Defining and extracting a flat list of search properties from a rich structured type
US8307015B2 (en) Decorated model architecture for efficient model-driven application development
US20140040295A1 (en) Uniform Data Model and API for Representation and Processing of Semantic Data
US20050160104A1 (en) System and method for generating and deploying a software application
US20070073663A1 (en) System and method for providing full-text searching of managed content
US20020152244A1 (en) Method and apparatus to dynamically create a customized user interface based on a document type definition
CN101493825B (en) GIS middleware collocation and management method
CN1711522A (en) Modeling system for graphic user interface
JP5192634B2 (en) Declaration order report parameterization
CN100485687C (en) Method and device for set-up disconnection data programmed model and its application
WO2007001640A2 (en) Data centric workflows
CN106873974A (en) Smart code generates automotive engine system and method
US20100005115A1 (en) Method and system for generating documents usable by a plurality of differing computer applications
CA2391756A1 (en) Accessing a remote iseries or as/400 computer system from the eclipse integrated development environment
CN106843827A (en) A kind of target software generation method and device based on work(part tree and work(part storehouse
CN117851375A (en) Metadata model optimization method and computing device
US20050177818A1 (en) Integration of external tools into an existing design environment
CN110007994B (en) Software internationalization method and system
Yang IFC-compliant design information modelling and sharing
Hohenstein et al. A graphical tool for specifying semantic enrichment of relational databases
TW201525738A (en) Method for generating form validation program and corresponding form interface from result set metadata

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20201127

Address after: Building 2, No. 3, Fuqian Road, Hailing District, Taizhou City, Jiangsu Province

Patentee after: Taizhou Haitong Asset Management Co.,Ltd.

Address before: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Effective date of registration: 20201127

Address after: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 518129 Bantian HUAWEI headquarters office building, Longgang District, Guangdong, Shenzhen

Patentee before: HUAWEI TECHNOLOGIES Co.,Ltd.

TR01 Transfer of patent right