CN101901140A - System global structure of enterprise-level application development platform - Google Patents

System global structure of enterprise-level application development platform Download PDF

Info

Publication number
CN101901140A
CN101901140A CN2009100860149A CN200910086014A CN101901140A CN 101901140 A CN101901140 A CN 101901140A CN 2009100860149 A CN2009100860149 A CN 2009100860149A CN 200910086014 A CN200910086014 A CN 200910086014A CN 101901140 A CN101901140 A CN 101901140A
Authority
CN
China
Prior art keywords
layer
responsible
dao
enterprise
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
CN2009100860149A
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.)
Beijing Opportune Technology Development Co Ltd
Original Assignee
Beijing Opportune Technology Development 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 Beijing Opportune Technology Development Co Ltd filed Critical Beijing Opportune Technology Development Co Ltd
Priority to CN2009100860149A priority Critical patent/CN101901140A/en
Publication of CN101901140A publication Critical patent/CN101901140A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to a management system field, in particular to a system global structure of an enterprise-level application development platform. The platform formulates the rule and structure of the standard and is used as the common platform of the research and development department; by using the invention, the standard development rule is formulated; the projects of the research and development department are easy to maintain; and the development efficiency and quality of the projects of the research and development department are ensured.

Description

The system global structure of enterprise-level application development platform
Technical field
The present invention relates to the system global structure of a kind of management system field, especially enterprise-level application development platform.
Background technology
The project major part that research and development department bears all is the Web project, all adopts the Java technological development, adopts current popular SSH framework (Struts1.2.9+Spring2.0+Hibernate3.0).
Because neither one is reasonably developed framework and done the basis in project development process before this, does not also have corresponding development specifications, cause the structure difference of each project, structure not too reasonable; Programmed logic confusion, readable relatively poor; Maintainable relatively poor, revise and make mistakes easily; There is certain quality hidden danger.
Therefore, be badly in need of making Web exploitation framework and development specifications, to guarantee the development efficiency and the quality of Web project.
Summary of the invention
The object of the present invention is to provide a kind of system global structure of the enterprise-level application development platform that can address the above problem.
The present invention adopts following technical scheme: a kind of system global structure of enterprise-level application development platform, it is characterized in that, and comprising:
Presentation layer: mainly serve as, be responsible for cellphone subscriber's request msg, and it is submitted to the controller of formulation by the JSP page.Also be responsible for result is presented to the user.
MVC controller layer (Web layer): be responsible for the mutual of presentation layer and Business Logic, call Business Logic, and business datum is returned to the presentation layer demonstration.
Service layer (Business Logic): be responsible for realizing service logic, the DAO object carried out the encapsulation of face model.
DAO layer (DAO layer): be responsible for and the persistence object interaction, encapsulated the atomic operations such as increasing, delete, change, look into of data.
PO layer (persistence object layer): by entity-relationship map instrument the data map of relevant database is become object, realize, adopt Hibernate as O/R Mapping framework with the object-oriented way operating database.
This platform has been formulated the rule and the structure of standard, the general-purpose platform of this platform as research and development department; Formulate the exploitation rule of standard; Make the project of research and development department be easy to safeguard; Guarantee the development efficiency and the quality of research and development department's project.
Description of drawings
Fig. 1 is system global structure figure of the present invention.
Purpose of the present invention, function and advantage will be in conjunction with the embodiments, are described further with reference to accompanying drawing.
Embodiment
As shown in Figure 1, a kind of system global structure of enterprise-level application development platform is characterized in that, comprising:
Presentation layer: mainly serve as, be responsible for cellphone subscriber's request msg by the JSP page, and with it
Be submitted to the controller of formulation.Also be responsible for result is presented to the user.
MVC controller layer (Web layer): be responsible for the mutual of presentation layer and Business Logic, call Business Logic, and business datum is returned to the presentation layer demonstration.
Service layer (Business Logic): be responsible for realizing service logic, the DAO object carried out the encapsulation of face model.
DAO layer (DAO layer): be responsible for and the persistence object interaction, encapsulated the atomic operations such as increasing, delete, change, look into of data.
PO layer (persistence object layer): by entity-relationship map instrument the data map of relevant database is become object, realize, adopt Hibernate as O/R Mapping framework with the object-oriented way operating database.
This platform has been formulated the rule and the structure of standard, the general-purpose platform of this platform as research and development department; Formulate the exploitation rule of standard; Make the project of research and development department be easy to safeguard; Guarantee the development efficiency and the quality of research and development department's project.
The above only is the preferred embodiments of the present invention; be not so limit claim of the present invention; every equivalent structure or equivalent flow process conversion that utilizes instructions of the present invention and accompanying drawing content to be done; or directly or indirectly be used in other relevant technical fields, all in like manner be included in the scope of patent protection of the present invention.

Claims (1)

1. the system global structure of an enterprise-level application development platform is characterized in that, comprising:
Presentation layer: mainly serve as, be responsible for cellphone subscriber's request msg, and it is submitted to the controller of formulation by the JSP page.Also be responsible for result is presented to the user.
MVC controller layer (Web layer): be responsible for the mutual of presentation layer and Business Logic, call Business Logic, and business datum is returned to the presentation layer demonstration.
Service layer (Business Logic): be responsible for realizing service logic, the DAO object carried out the encapsulation of face model.
DAO layer (DAO layer): be responsible for and the persistence object interaction, encapsulated the atomic operations such as increasing, delete, change, look into of data.
PO layer (persistence object layer): by entity-relationship map instrument the data map of relevant database is become object, realize, adopt Hibernate as the O/RMapping framework with the object-oriented way operating database.
CN2009100860149A 2009-05-27 2009-05-27 System global structure of enterprise-level application development platform Pending CN101901140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2009100860149A CN101901140A (en) 2009-05-27 2009-05-27 System global structure of enterprise-level application development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2009100860149A CN101901140A (en) 2009-05-27 2009-05-27 System global structure of enterprise-level application development platform

Publications (1)

Publication Number Publication Date
CN101901140A true CN101901140A (en) 2010-12-01

Family

ID=43226696

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2009100860149A Pending CN101901140A (en) 2009-05-27 2009-05-27 System global structure of enterprise-level application development platform

Country Status (1)

Country Link
CN (1) CN101901140A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105205103A (en) * 2015-08-25 2015-12-30 北京京东尚科信息技术有限公司 Method and device for accessing database

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Similar Documents

Publication Publication Date Title
TWI748175B (en) Data processing method, device and equipment
CN103019689B (en) Universal object serialization realizing method
CN103019682B (en) A kind of method being combined in display data in SVG by self-defined figure
CN104573115A (en) Method and system for achieving integration interface supporting operation of multi-type databases
CN106599104A (en) Mass data association method based on redis cluster
CN103176802B (en) Realize the method that the user interface UI of system separates with widget library by control pond
CN102254029A (en) View-based data access system and method
CN103500060B (en) The manufacture method of electronic chart, producing device, display packing and display device
CN103731536B (en) A kind of method of shared high in the clouds family address list
CN101500145A (en) Digital household public transportation enquiry system based on bi-directional set-top box
CN102981823A (en) Domain driven development plug-in system
CN104615713A (en) SQL executing method and device based on multiple database types
CN103019690A (en) Visible component module development method based on JET technology
CN104915412A (en) Method and system for connecting dynamic management database
CN102214092A (en) Software development aided tool bag
CN101901140A (en) System global structure of enterprise-level application development platform
CN102446164A (en) Analytic method, device and operation system of report formula
CN109597611A (en) Front end data flow control Components Development system, method, equipment and storage medium
CN103593473A (en) Form displaying method and system
CN102819596A (en) Location comprehensive service platform system
CN105528219A (en) Dynamic encapsulation method for response under REST frame
CN102857705B (en) Setting and calling method for presetting bits of video equipment based on multi-channel mapping of aggregation matrix
CN106230694A (en) The message group sending method of feature based and system in instant messaging
CN103778565A (en) Public-data-resource sharing and exchanging system and method
CN204305087U (en) A kind of cloud of new type auto backup data information stores all-in-one

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: 20101201