CN101996071A - Software architecture of information control system and architecting method - Google Patents

Software architecture of information control system and architecting method Download PDF

Info

Publication number
CN101996071A
CN101996071A CN2009100567232A CN200910056723A CN101996071A CN 101996071 A CN101996071 A CN 101996071A CN 2009100567232 A CN2009100567232 A CN 2009100567232A CN 200910056723 A CN200910056723 A CN 200910056723A CN 101996071 A CN101996071 A CN 101996071A
Authority
CN
China
Prior art keywords
data
layer
framework
business model
data service
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
CN2009100567232A
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.)
Sanda University
Original Assignee
Sanda University
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 Sanda University filed Critical Sanda University
Priority to CN2009100567232A priority Critical patent/CN101996071A/en
Publication of CN101996071A publication Critical patent/CN101996071A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

The invention discloses software architecture of an information control system and an architecting method. The architecting method comprises the following steps of: in a presentation layer, realizing the graphical interface via api based on swt so that the graphical interface is used for outputting the object data operation demand based on the system; in a service mode layer, realizing the Java type document of the object data operation demand by a spring frame encapsulation; in a persistent layer, encapsulating the service model layer and the object/relationship mapping mechanism of the data service layer by a Hibernate frame, wherein the mapping mechanism realizes operation to the data object stored in the data service layer; and in the data service layer, storing the data object of the system by architecting a database.

Description

A kind of software architecture of management information system and construction method
Technical field
The present invention relates to field of information system, particularly a kind of software architecture of management information system and construction method.
Background technology
Enterprise experienced early stage developing stage and possessed certain scale after, all wishes to extend volume growth, Finding Potential Market, continuation raising sales revenue and rate of profit.Along with the development and the maturation of IT technology and industry, it has been trend of the times that the advanced production means enter each traditional industries, and its value has also obtained approval more and more widely.
Crm system is a kind of infosystem of enterprise, and its significant feature is that the client to enterprise analyzes, and analyzes customer value, customer satisfaction, profits of customers contribution degree, customer loyalty, and this has great significance for strengthening corporate client control.And in the infosystem of CRM and so on, its software architecture is as the foundation stone of infosystem, and its effect is very tangible.
Summary of the invention
The purpose of this invention is to provide a kind of software architecture and construction method of management information system, it can realize the raising of infosystem operational efficiency and travelling speed.
On the one hand, the invention provides a kind of construction method of management information system software architecture, its Eclipse RCP Plugin Mechanism based on Java is realized, may further comprise the steps:
At presentation layer, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system;
At the business model layer, realize the java class file of described object data operational order by the encapsulation of spring framework;
At persistent layer, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage;
Data service layer is by setting up the data object of the described system of database storing.
Hibernate framework in the described persistent layer comes configuration object/relationship map mechanism by the XML file, makes described business model layer and separates with data service layer.
All java class obj ect file of spring framework unified management in the described business model layer, put it in the ioc container, when the graphical interfaces of described presentation layer sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer successively.
Described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.
On the other hand, the present invention also provides a kind of software architecture of management information system, and its Eclipse RCP Plugin Mechanism based on Java is realized, comprising:
Based on the presentation layer of swt, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system;
Based on the business model layer of spring framework, realize the java class file of described object data operational order by the encapsulation of spring framework;
Based on the persistent layer of Hibernate framework, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage;
Data service layer is in order to the data object by the described system of database storing.
Hibernate framework in the described persistent layer comes configuration object/relationship map mechanism by the XML file, makes described business model layer and separates with data service layer.
All java class obj ect file of spring framework unified management in the described business model layer, put it in the ioc container, when the graphical interfaces of described presentation layer sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer successively.
Described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.
Adopt the software architecture and the construction method of a kind of management information system of the present invention,, realize graphical interfaces, make this graphical interfaces in order to the object data operational order of output based on described system by api based on swt at presentation layer; At the business model layer, realize the java class file of described object data operational order by the encapsulation of spring framework; At persistent layer, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage; At data service layer, by setting up the data object of the described system of database storing.
Description of drawings
Fig. 1 is the process flow diagram of the method for the invention;
Fig. 2 is the composition diagram of framework of the present invention.
Embodiment
Further specify technical scheme of the present invention below in conjunction with drawings and Examples.
With reference to Fig. 1, Fig. 1 has shown the construction method 100 of a kind of management information system software architecture provided by the invention, and its Eclipse RCP Plugin Mechanism based on Java is realized, may further comprise the steps:
101, at presentation layer, by the api realization graphical interfaces of swt, in order to the output function order.
At presentation layer, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system;
102,, realize the java class file of described object data operational order by the encapsulation of spring framework at the business model layer.
All java class obj ect file of spring framework unified management in the described business model layer, put it in the ioc container, when the graphical interfaces of described presentation layer sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer successively.
103,, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework at persistent layer.
At persistent layer, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage.Hibernate framework in the described persistent layer comes configuration object/relationship map mechanism by the XML file, makes described business model layer and separates with data service layer.
104, data service layer is by setting up the data object of the described system of database storing.
Described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.Introduce two structure of data table below:
Such as, the user data list structure of storaging user data as follows:
Figure B2009100567232D0000041
User data table is exactly user's the corresponding information of management, can initiate checking for user profile by this table, checks, operation such as checks.
For another example, the information feedback data list structure of store feedback information is as follows:
Figure B2009100567232D0000042
Referring to Fig. 2, Fig. 2 has shown the software architecture 200 of a kind of management information system provided by the invention, and its Eclipse RCP Plugin Mechanism based on Java is realized, comprising:
Based on the presentation layer 201 of swt, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system.
Based on the business model layer 202 of spring framework, realize the java class file of described object data operational order by the encapsulation of spring framework.All java class obj ect file of spring framework unified management in the described business model layer 202, put it in the ioc container, when the graphical interfaces of described presentation layer 201 sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer 203 successively.
Based on the persistent layer 203 of Hibernate framework, encapsulate the object/relation data mapping mechanism of described business model layer 202 and data service layer 204 by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer 204 storages.Hibernate framework in the described persistent layer 203 comes configuration object/relationship map mechanism by the XML file, makes described business model layer 202 and separates with data service layer 204.
Data service layer 204 is in order to the data object by the described system of database storing.
Described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.
It is pointed out that the construction method 100 of software architecture 200 and a kind of management information system software architecture of the present invention of a kind of management information system of the present invention, both are identical or similar on principle and embodiment, so its repeating part repeats no more.
Those of ordinary skill in the art will be appreciated that, above embodiment is used for illustrating the present invention, and be not to be used as limitation of the invention, as long as in connotation scope of the present invention, all will drop in claims scope of the present invention variation, the modification of above embodiment.

Claims (8)

1. the construction method of a management information system software architecture, its Eclipse RCP Plugin Mechanism based on Java is realized, it is characterized in that, may further comprise the steps:
At presentation layer, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system;
At the business model layer, realize the java class file of described object data operational order by the encapsulation of spring framework;
At persistent layer, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage;
Data service layer is by setting up the data object of the described system of database storing.
2. the method for claim 1 is characterized in that, the Hibernate framework in the described persistent layer comes configuration object/relationship map mechanism by the XML file, makes described business model layer and separates with data service layer.
3. method as claimed in claim 1 or 2, it is characterized in that, all java class obj ect file of spring framework unified management in the described business model layer, put it in the ioc container, when the graphical interfaces of described presentation layer sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer successively.
4. method as claimed in claim 3 is characterized in that described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.
5. the software architecture of a management information system, its Eclipse RCP Plugin Mechanism based on Java is realized, it is characterized in that, comprising:
Based on the presentation layer of swt, realize graphical interfaces by api based on swt, make this graphical interfaces in order to the object data operational order of output based on described system;
Based on the business model layer of spring framework, realize the java class file of described object data operational order by the encapsulation of spring framework;
Based on the persistent layer of Hibernate framework, encapsulate the object/relation data mapping mechanism of described business model layer and data service layer by the Hibernate framework, described mapping mechanism is realized the operation to the data object of data service layer storage;
Data service layer is in order to the data object by the described system of database storing.
6. framework as claimed in claim 5 is characterized in that, the Hibernate framework in the described persistent layer comes configuration object/relationship map mechanism by the XML file, makes described business model layer and separates with data service layer.
7. as claim 5 or 6 described frameworks, it is characterized in that, all java class obj ect file of spring framework unified management in the described business model layer, put it in the ioc container, when the graphical interfaces of described presentation layer sends data operation request, realize the operation of data object in the described database by the object/relation data mapping mechanism of java class obj ect file and described persistent layer successively.
8. framework as claimed in claim 7 is characterized in that described database is stored the object data of described system by two-dimensional data table, and forms the tree structure storage.
CN2009100567232A 2009-08-20 2009-08-20 Software architecture of information control system and architecting method Pending CN101996071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100567232A CN101996071A (en) 2009-08-20 2009-08-20 Software architecture of information control system and architecting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100567232A CN101996071A (en) 2009-08-20 2009-08-20 Software architecture of information control system and architecting method

Publications (1)

Publication Number Publication Date
CN101996071A true CN101996071A (en) 2011-03-30

Family

ID=43786261

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100567232A Pending CN101996071A (en) 2009-08-20 2009-08-20 Software architecture of information control system and architecting method

Country Status (1)

Country Link
CN (1) CN101996071A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393817A (en) * 2011-06-28 2012-03-28 浪潮集团山东通用软件有限公司 Method for dynamically creating object example by configuration in run time
CN103699649A (en) * 2013-12-26 2014-04-02 成都市卓睿科技有限公司 Interface element and data mapping processing system and implementation method thereof
WO2015100646A1 (en) * 2013-12-31 2015-07-09 北京新媒传信科技有限公司 Implementation method and implementation platform for software architecture
CN105138602A (en) * 2015-08-06 2015-12-09 中国电力科学研究院 Three-dimensional coordination platform architecture system and use method therefor
CN105205103A (en) * 2015-08-25 2015-12-30 北京京东尚科信息技术有限公司 Method and device for accessing database
CN105607906A (en) * 2015-12-18 2016-05-25 北京金山安全软件有限公司 Service implementation method and device and electronic equipment
CN105786491A (en) * 2016-02-23 2016-07-20 浪潮通信信息系统有限公司 Intelligent imperative data management system based on data description
CN107368320A (en) * 2017-07-25 2017-11-21 南京林业大学 A kind of simple morning exercises data statistics system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102393817A (en) * 2011-06-28 2012-03-28 浪潮集团山东通用软件有限公司 Method for dynamically creating object example by configuration in run time
CN103699649B (en) * 2013-12-26 2018-05-25 成都市卓睿科技有限公司 Handle interface element and the system and its implementation of data mapping
CN103699649A (en) * 2013-12-26 2014-04-02 成都市卓睿科技有限公司 Interface element and data mapping processing system and implementation method thereof
WO2015100646A1 (en) * 2013-12-31 2015-07-09 北京新媒传信科技有限公司 Implementation method and implementation platform for software architecture
CN105138602A (en) * 2015-08-06 2015-12-09 中国电力科学研究院 Three-dimensional coordination platform architecture system and use method therefor
CN105138602B (en) * 2015-08-06 2019-07-19 中国电力科学研究院 A kind of construction system and its application method of three-dimensional collaborative platform
CN105205103A (en) * 2015-08-25 2015-12-30 北京京东尚科信息技术有限公司 Method and device for accessing database
CN105205103B (en) * 2015-08-25 2019-09-20 北京京东尚科信息技术有限公司 The method and apparatus for accessing database
CN105607906B (en) * 2015-12-18 2019-03-22 苏州奖多多科技有限公司 A kind of service implementation method, device and electronic equipment
CN105607906A (en) * 2015-12-18 2016-05-25 北京金山安全软件有限公司 Service implementation method and device and electronic equipment
CN105786491A (en) * 2016-02-23 2016-07-20 浪潮通信信息系统有限公司 Intelligent imperative data management system based on data description
CN107368320A (en) * 2017-07-25 2017-11-21 南京林业大学 A kind of simple morning exercises data statistics system
CN107368320B (en) * 2017-07-25 2020-06-26 南京林业大学 Simple early exercise data statistical system

Similar Documents

Publication Publication Date Title
CN101996071A (en) Software architecture of information control system and architecting method
US9727543B2 (en) Methods and systems for creating, interacting with, and utilizing a superactive document
MX2009000355A (en) A promotions system and method.
CN102105862B (en) Automatic user interface generation for entity interaction
WO2008051335A3 (en) Transaction processing method
CN108280122A (en) The contract management system of configurable contract template
CN105930460A (en) Multi-algorithm-integrated big data analysis middleware platform
CN103049858A (en) E-commerce service system and implementation method thereof
CN104392360A (en) Resource distribution method and system
CN107632817A (en) A kind of Mobile solution efficient iterative Spark frameworks
CN100410915C (en) Inline compression of a network communication within an enterprise planning environment
CN101840563A (en) Financial data service system
CN103942046A (en) Unified model developing method based on objects
CN111582836A (en) Supply chain management system for clothing industry
WO2020011099A1 (en) Order processing method, apparatus, and electronic device
US11349789B1 (en) System and method for customizing electronic messages
CN102222009A (en) Method for producing assortment versions of home gateway system
CN107943992A (en) The distributed storage method of electric business platform base merchandise news
CN106651414A (en) Keyword price setting method and apparatus
EP3871082A1 (en) Microcomponents for data integration and methods thereof
CN205721934U (en) A kind of furniture enterprise quality control platform
CN102025765A (en) Service integration platform and agent management method
CN105955718A (en) Software customization method and system
US20150363228A1 (en) Integrating software solutions to execute business applications
CN101426021B (en) Large information capacity wireless application platform system and transmission method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20110330