CN105955714A - Mixed development front end MVC frame implementation method and system - Google Patents

Mixed development front end MVC frame implementation method and system Download PDF

Info

Publication number
CN105955714A
CN105955714A CN201610235863.6A CN201610235863A CN105955714A CN 105955714 A CN105955714 A CN 105955714A CN 201610235863 A CN201610235863 A CN 201610235863A CN 105955714 A CN105955714 A CN 105955714A
Authority
CN
China
Prior art keywords
data
layer
data model
course
key
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
CN201610235863.6A
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.)
Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Beijing Haier Guangke 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 Qingdao Haier Intelligent Home Appliance Technology Co Ltd, Beijing Haier Guangke Digital Technology Co Ltd filed Critical Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Priority to CN201610235863.6A priority Critical patent/CN105955714A/en
Publication of CN105955714A publication Critical patent/CN105955714A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a mixed development front end MVC frame implementation method and system, so as to solve problems that the code management logic is disordered in a conventional mixed development front end mode, and is not easy to maintain and reconfigure. The method comprises the steps that a surface layer captures an action event of a page module in a user interface, and informs a control layer of the action event; the control layer judges whether the page module needs to obtain data from a service layer according to the action event or not after the notification is received; the control layer determines the data type corresponding to the action event if the e page module needs to obtain data from the service layer, and informs a data model layer of the data model; the data model layer carries out the call of the data model, so as to request data from the service layer; the data is transmitted to the control layer after the data returned by the service layer is received; the control layer enables the data to be put in a presentation layer, and the page module is refreshed.

Description

Mixed developing front end MVC framework implementation method and system
Technical field
The present invention relates to computer realm, particularly relate to a kind of mixed developing front end MVC framework implementation method and system.
Background technology
Along with the development of intelligent terminal's (mobile phone, panel computer etc.) and universal, much handle official business, entertain and operate software and be transformed into terminal APP (application program from large-scale hardware computer software, the abbreviation of Application), and the exploitation of terminal APP is the most progressively changed to mixed developing pattern (iOS+HTML5+Javascript or Android+HTML5+Javascript) by single iOS or Android development mode, the front end exploitation that HTML5+Javascript exploitation is referred to as in mixed developing pattern.
At present, owing to front end exploitation is shorter for rise time, the understanding that front end is developed is rested in more outmoded pattern by major part developer, make front end exploitation code management logical miss, not easy care and reconstruct, adding development cost, thus the application program causing exploitation refreshes efficiency and data storage performance is relatively low, the Consumer's Experience causing application program is the best.
Summary of the invention
In view of the defect of prior art, present invention aim at providing a kind of mixed developing front end MVC framework implementation method and system, in order to solve existing mixed developing front end pattern Program code administration logical miss, not easy care and the problem of reconstruct.
The object of the invention is mainly achieved through the following technical solutions:
According to an aspect of the present invention, the present invention provides the front end MVC framework implementation method of a kind of mixed developing, including:
The action event of a page module in presentation layer capture user interface, and described action event is notified key-course;
According to described action event, described key-course, after receiving notice, judges that described page module obtains data the need of from service layer;When being judged to be, determine the data model that described action event is corresponding, and described data model is notified data model layer;
Described data model layer calls described data model, to ask described data to service layer;And receive the described data that described service layer returns, and send the data to described key-course;
Described data are filled into described presentation layer by described key-course, and refresh described page module.
Further, described presentation layer uses single-page application model.
Further, described method also includes:
The program code of described presentation layer, the program code of described key-course are separated with the program code of described data model layer.
Further, described data model layer uses Asynchronous Request mode when described service layer asks described data.
Further, described data model layer, after receiving the described data that described service layer returns, sends the data to the step of described key-course, also includes:
Encapsulate described data according to predetermined data form, and the described data after encapsulation are sent to described key-course.
According to another aspect of the present invention, the present invention also provides for the front end MVC framework of a kind of mixed developing and realizes system, including:
Presentation layer, for capturing the action event of a page module in user interface, notifies key-course by described action event;And for receiving the data that described key-course is filled, and in described user interface, show the page module after refreshing;
According to described action event, key-course, for after receiving notice, judges that described page module obtains data the need of from service layer;When being judged to be, determine the data model that described action event is corresponding, and described data model is notified data model layer;And for receiving the described data that data model layer sends, described data are filled into described presentation layer, and refresh described page module;
Data model layer, is used for calling described data model, to ask described data to service layer;And receive the described data that described service layer returns, and send the data to described key-course.
Further, described presentation layer uses single-page application model.
Further, the program code of described presentation layer, the program code of described key-course separate with the program code of described data model layer.
Further, described data model layer uses Asynchronous Request mode when described service layer asks described data.
Further, described data model layer, after receiving the described data that described service layer returns, is additionally operable to encapsulate described data according to predetermined data form, and the described data after encapsulation is sent to described key-course.
The present invention has the beneficial effect that:
Data are passed to presentation layer by the way of making key-course use data injection by the method and system of the present invention, thus realize the program code of presentation layer and the separation of the program code of key-course;Called the corresponding data model of data model layer simultaneously by key-course, and make this data model to service layer's request data, thus realize the program code of data model layer and the separation of the program code of key-course;So that the presentation layer of mixed developing, key-course and data Layer are separate, module is safeguarded and is independently independent of each other, and makes program code manage clear logic, easy care and reconstruct;And by page Local hydrodynamic unit, reduce internal memory shared by application request of data, improve runnability, develop for software and APP and bring more preferable Consumer's Experience.
Accompanying drawing explanation
Fig. 1 is the main flow chart of mixed developing front end MVC framework implementation method in the embodiment of the present invention;
Fig. 2 is the block schematic illustration that in the embodiment of the present invention, mixed developing front end MVC framework realizes system.
Detailed description of the invention
In order to solve existing mixed developing front end pattern Program code administration logical miss, not easy care and the problem of reconstruct, the invention provides a kind of mixed developing front end MVC (Model (object instance) View (view) Controller (controller)) framework implementation method and system, below in conjunction with accompanying drawing and embodiment, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, does not limit the present invention.
Embodiment one
As it is shown in figure 1, the embodiment of the present invention provides the front end MVC framework implementation method of a kind of mixed developing, including:
Step A, seizure user operation, say, that the action event of a page module in presentation layer capture user interface, and described action event is notified key-course;
Step B, call data process, say, that described key-course after receiving notice, according to described action event judge described page module the need of from service layer acquisition data;When being judged to be, determine the data model that described action event is corresponding, and described data model is notified data model layer;
Step C, request data, say, that described data model layer calls described data model, to ask described data to service layer;And after receiving the described data that described service layer returns, send the data to described key-course;
Step D, service layer return data;
Step E, return data to controller, say, that described data model layer receives the described data that described service layer returns, and sends the data to described key-course;
Step F, the Local hydrodynamic unit page fill data, say, that described data are filled into described presentation layer by described key-course, and refresh described page module.
Specifically, presentation layer is used for providing user interface, user interface to include some page module;That is presentation layer provides a user with displayed page;The content of page presentation includes all the elements that in browser or APP, user can see, points out including word, picture, animation and loading, and the word of user oneself input and expression etc..
Data refer to the content of all dynamic change taken from server, including dynamically updating the news of display, advertisement, user profile, sequence information, user habit and equipment current state etc..
Key-course is used for judging the user operation of presentation layer, and calls data model layer request data;User operation refers to the everything event that user makes in the page, including: input action, click action and sliding action etc., such as input information during registration, user name password is inputted when logging in, click browses lower one page, in APP, the slip page loads more contents, clicks on certain commodity entrance commodity and the page etc. is discussed in detail.
Data model layer is used for preserving multiple functional module (i.e. data model), each functional module correspondence and an action in presentation layer, for realizing the function that corresponding actions in presentation layer is to be realized.
In the development mode of existing front end, being to introduce or embed relevant Javascript code in HTML, this development mode makes code logic clear not, and code maintenance is loaded down with trivial details;And this development mode needs data to be to need to refresh full page, thus cause service end process and need to process full page data, thus the page load time is longer at presentation layer;And between the page, logic coupling is higher, is not readily separated.
The embodiment of the present invention is by when the user interface of presentation layer needs to be loaded into data, key-course sends request of data to data model layer, so that described data model layer returns described data, after described key-course receives described data, refresh the page module belonging to described data in described user interface, and described data are filled into described presentation layer, so that data are passed to presentation layer by the mode that key-course uses data to inject, thus realize the program code of presentation layer and the separation of the program code of key-course, program code is made to manage clear logic, easy care and reconstruct;And by page Local hydrodynamic unit, reduce internal memory shared by application request of data, improve runnability, develop for software and APP and bring more preferable Consumer's Experience.
One of the present invention preferred embodiment in, also said method is optimized, specifically, described method also includes:
Described presentation layer uses single-page application model, provides only a page as user interface.
Single-page application model specifically includes: application (including a portal website and APP) only one of which page entry (user interface);All of request and the page change by key-course control realization, it is not necessary to send url and change request, save flow and improve loading velocity.
One of the present invention preferred embodiment in, also said method is optimized, specifically, in described presentation layer capture user interface before the step of the action event of a page module, also includes:
The program code of described presentation layer, the program code of described key-course are separated with the program code of described data model layer.
It is to say, use Development of Modular mode, can inherit between module.Development of Modular mode makes developer add new development function as adding module, and all functions are independent of each other, and manage independently.Specifically, when needing what's new, only need to increase a module newly and develop, this module can not interfere with other functional modules from each other as single standalone module, and optional other functions of modules of succession.Such as, html page and Javascript code all can make to be finished rear example auto-destruct, reasonable management memory headroom as single fragment, on-demand loading.
One of the present invention preferred embodiment in, also said method is optimized, specifically,
The mode that data model sends request of data to described service layer is Asynchronous Request.
One of the present invention preferred embodiment in, also said method is optimized, specifically, after described data model layer receives described data, encapsulates described data according to predetermined data form, and the described data after encapsulation are sent to described key-course.
That is, in the most preferred embodiment, key-course is mainly used to analyze and process the data that user interface needs to be loaded into, the data being loaded into as required, call the corresponding data model (model) in data model layer, make data model obtain these data from server.Such as: user clicks on registration, key-course need to call the model of registration and send user profile and register to server;And for example: user clicks on lower one page, key-course is responsible for the animation (in such as mobile phone A PP, new page is appearance of sliding from right to left) that the page correctly redirects and displayed page redirects.
All of action or request in the page, have key-course to be first analyzed, then process.
Data model layer is mainly responsible for sending request, and the data that package request is returned.Key-course is responsible for processing all of action of the page and logic, and decides whether to call data model layer to send request, and calls which data model to send request.And after receiving the data that service layer returns, in S102, the most only need to redraw user needs to see the part of change, thus alleviates the processing load of service end, improves webpage response speed, and data interaction is transferred to browser end from service end, accomplish that data are by the purpose loaded needed for user.
As it is shown in figure 1, as a example by HTML5+Javascript, describe embodiment of the present invention method in detail, the method comprise the steps that
A:HTML presentation layer is used for displayed page and data, capturing events notify key-course after user triggers certain event;Such as: user sees all of items list in Haier's store homepage, clicks on some commodity, can trigger one " click " event, key-course can monitor.
B:Javascript key-course is used for analyzing the event type of presentation layer capture and corresponding treatment mechanism, calls the data model request data that this event is corresponding;Such as: key-course is analyzed current " clicks " event is any type, such as this event is not registration, is not logged on, is not page jump, and is click on commodity and needs entrance item detail page.
Key-course controls page jump to commodity details page, and calls and take data model of commodity details and send the request of this commodity data.
C: after data model layer receives request of data, sends Ajax and asks background server;
D: server returns data;
E: data model layer encapsulates the data fetched according to the data form of regulation and passes key-course back;
F: key-course receives data, and the page module that Local hydrodynamic unit is corresponding, data is filled in the existing layer of HTML table.
It is to say, according to this flow process, the presentation layer of mixed developing, key-course and data Layer are separate, module is safeguarded and is independently independent of each other, and no matter investigates in terms of coding or maintenance, the easiest, and more meets object-oriented logic.
Embodiment two
As in figure 2 it is shown, the front end MVC framework that the embodiment of the present invention provides a kind of mixed developing realizes system, including:
Presentation layer, for capturing the action event of a page module in user interface, notifies key-course by described action event;And for receiving the data that described key-course is filled, and in described user interface, show the page module after refreshing;
According to described action event, key-course, for after receiving notice, judges that described page module obtains data the need of from service layer;When being judged to be, determine the data model that described action event is corresponding, and described data model is notified data model layer;And for receiving the described data that data model layer sends, described data are filled into described presentation layer, and refresh described page module;
Data model layer, is used for calling described data model, to ask described data to service layer;And after receiving the described data that described service layer returns, send the data to described key-course.
Wherein, described presentation layer uses single-page application model, provides only a portal page as user interface.
The program code of described presentation layer, the program code of described key-course separate with the program code of described data model layer.
The mode that described data model sends request of data to described service layer is Asynchronous Request.
Described data model layer, after receiving the described data that described service layer returns, is additionally operable to encapsulate described data according to predetermined data form, and the described data after encapsulation is sent to described key-course.
The system of the embodiment of the present invention can make developer be easier to management displayed page and logic control code, and pattern is transferred to object-oriented development by towards script exploitation.When needing what's new, only need to increase a module newly and develop, this module can not interfere with other functional modules from each other as single standalone module, and optional other functions of modules of succession.Html page and Javascript code all can make to be finished rear example auto-destruct, reasonable management memory headroom as single fragment, on-demand loading.
Although being example purpose, more than having been disclosed for the preferred embodiments of the present invention, but those skilled in the art will be recognized by various improvement, increase and replace also being possible, therefore, the scope of the present invention should be not limited to above-described embodiment.

Claims (10)

1. the front end MVC framework implementation method of a mixed developing, it is characterised in that including:
The action event of a page module in presentation layer capture user interface, and by the notice control of described action event Preparative layer;
Described key-course, after receiving notice, judges described page module whether need according to described action event Data are obtained from service layer;When being judged to be, determine the data model that described action event is corresponding, and Described data model is notified data model layer;
Described data model layer calls described data model, to ask described data to service layer;And receive The described data that described service layer returns, and send the data to described key-course;
Described data are filled into described presentation layer by described key-course, and refresh described page module.
2. the method for claim 1, it is characterised in that
Described presentation layer uses single-page application model.
3. the method for claim 1, it is characterised in that described method also includes:
By the program code of described presentation layer, the program code of described key-course and the journey of described data model layer Sequence code dehind.
4. the method as described in any one in claim 1-3, it is characterised in that described data model Layer uses Asynchronous Request mode when described service layer asks described data.
5. the method as described in any one in claim 1-3, it is characterised in that described data model Layer, after receiving the described data that described service layer returns, sends the data to the step of described key-course Suddenly, also include:
Encapsulate described data according to predetermined data form, and the described data after encapsulation are sent to described control Preparative layer.
6. the front end MVC framework of a mixed developing realizes system, it is characterised in that including:
Presentation layer, for capturing the action event of a page module in user interface, by described action event Notice key-course;And for receiving the data that described key-course is filled, and show in described user interface Page module after refreshing;
Whether key-course, for after receiving notice, judge described page module according to described action event Need to obtain data from service layer;When being judged to be, determine the data model that described action event is corresponding, And described data model is notified data model layer;And for receiving the described data that data model layer sends, Described data are filled into described presentation layer, and refresh described page module;
Data model layer, is used for calling described data model, to ask described data to service layer;And connect Receive the described data that described service layer returns, and send the data to described key-course.
7. system as claimed in claim 6, it is characterised in that
Described presentation layer uses single-page application model.
8. system as claimed in claim 6, it is characterised in that the program code of described presentation layer, institute The program code of the program code and described data model layer of stating key-course separates.
9. the system as described in any one in claim 6-8, it is characterised in that described data model Layer uses Asynchronous Request mode when described service layer asks described data.
10. the system as described in any one in claim 6-8, it is characterised in that described data model Layer, after receiving the described data that described service layer returns, is additionally operable to according to described in predetermined data form encapsulation Data, and the described data after encapsulation are sent to described key-course.
CN201610235863.6A 2016-04-15 2016-04-15 Mixed development front end MVC frame implementation method and system Pending CN105955714A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610235863.6A CN105955714A (en) 2016-04-15 2016-04-15 Mixed development front end MVC frame implementation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610235863.6A CN105955714A (en) 2016-04-15 2016-04-15 Mixed development front end MVC frame implementation method and system

Publications (1)

Publication Number Publication Date
CN105955714A true CN105955714A (en) 2016-09-21

Family

ID=56918136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610235863.6A Pending CN105955714A (en) 2016-04-15 2016-04-15 Mixed development front end MVC frame implementation method and system

Country Status (1)

Country Link
CN (1) CN105955714A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145350A (en) * 2017-04-28 2017-09-08 武汉斗鱼网络科技有限公司 A kind of software development methodology and system
CN107479891A (en) * 2017-08-17 2017-12-15 北京理工大学 One kind is based on MVC model datas processing system and method
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation
CN108846728A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Method for processing business and system based on the business service page
CN108881373A (en) * 2018-04-27 2018-11-23 安徽四创电子股份有限公司 A kind of front end data method for stream processing based on MVC frame
CN110750316A (en) * 2018-07-24 2020-02-04 北京京东尚科信息技术有限公司 Method for processing internal task or input event and application program architecture system
CN110968381A (en) * 2018-09-30 2020-04-07 武汉斗鱼网络科技有限公司 Radio station interaction method and system
CN111078196A (en) * 2018-10-22 2020-04-28 顺丰科技有限公司 Message transmission method, device, equipment and storage medium based on MVC architecture

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
CN103257855A (en) * 2012-12-11 2013-08-21 深圳市梦圆皇宫管理顾问有限公司 MVC (model view controller) based processing system, MVC based processing method and application in facial beautifying software
WO2015103982A1 (en) * 2014-01-08 2015-07-16 Tencent Technology (Shenzhen) Company Limited Method and apparatus for processing request

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192937A (en) * 2006-11-24 2008-06-04 华为技术有限公司 A hot deployable method and its system
CN103257855A (en) * 2012-12-11 2013-08-21 深圳市梦圆皇宫管理顾问有限公司 MVC (model view controller) based processing system, MVC based processing method and application in facial beautifying software
WO2015103982A1 (en) * 2014-01-08 2015-07-16 Tencent Technology (Shenzhen) Company Limited Method and apparatus for processing request

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王晓红: "《ASP.NET Web应用程序设计与开发实训指导》", 31 December 2014, 武汉大学出版社 *

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145350A (en) * 2017-04-28 2017-09-08 武汉斗鱼网络科技有限公司 A kind of software development methodology and system
CN107479891A (en) * 2017-08-17 2017-12-15 北京理工大学 One kind is based on MVC model datas processing system and method
CN107479891B (en) * 2017-08-17 2020-05-12 北京理工大学 MVC model-based data processing system and method
CN108881373A (en) * 2018-04-27 2018-11-23 安徽四创电子股份有限公司 A kind of front end data method for stream processing based on MVC frame
CN108881373B (en) * 2018-04-27 2021-07-06 安徽四创电子股份有限公司 MVC (model view controller) framework based front-end data stream processing method
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation
CN108846728A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Method for processing business and system based on the business service page
CN110750316A (en) * 2018-07-24 2020-02-04 北京京东尚科信息技术有限公司 Method for processing internal task or input event and application program architecture system
CN110968381A (en) * 2018-09-30 2020-04-07 武汉斗鱼网络科技有限公司 Radio station interaction method and system
CN111078196A (en) * 2018-10-22 2020-04-28 顺丰科技有限公司 Message transmission method, device, equipment and storage medium based on MVC architecture

Similar Documents

Publication Publication Date Title
CN105955714A (en) Mixed development front end MVC frame implementation method and system
US11144711B2 (en) Webpage rendering method, device, electronic apparatus and storage medium
CN107992301B (en) User interface implementation method, client and storage medium
US10007933B2 (en) Systems and methods for integrating dynamic content into electronic media
US20190251143A1 (en) Web page rendering method and related device
US9411902B2 (en) Retrieving content from website through sandbox
CN103412890B (en) A kind of webpage loading method and device
CN108563517B (en) Calling method and device of system interface
CN110245069B (en) Page version testing method and device and page display method and device
CN106933640B (en) Method and system for loading Web page in browser of mobile terminal
CN104052809B (en) A kind of flow-dividing control method and apparatus of website test
CN106339414A (en) Webpage rendering method and device
US9830304B1 (en) Systems and methods for integrating dynamic content into electronic media
CN106611032A (en) Webpage pre-loading method and device
CN109428877B (en) Method and device for accessing service system through user equipment
CN110990736A (en) Page loading method and device, terminal equipment and storage medium
CN107479873A (en) A kind of APP page modules melt forwarding method, electronic equipment and storage medium
CN105095220B (en) A kind of browser implementation method, terminal and virtualization agent device
US11431634B2 (en) Client device and resource manager load sharing
US20140245124A1 (en) System and method thereof for browser agnostic extension models
CN108319474B (en) Page information generation method, device and equipment
CN106936727A (en) A kind of Webpage display process and device
CN106649299A (en) Method and device for lazy loading of webpage block
US9471552B1 (en) Optimization of scripting for web applications
CN108664191B (en) System access method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20170126

Address after: 100086 room 601-606, level, Pacific International Building, Zhichun Road, Beijing, 106, China

Applicant after: Haier smart technology (Beijing) Co., Ltd.

Applicant after: Qingdao Haier Intelligent Home Appliance Technology Co., Ltd.

Address before: 100086 Beijing, Zhichun Road, Zhongguancun, No. 106 crown office building, layer, layer 15

Applicant before: Beijing Haier Guangke Digital Techn Co., Ltd.

Applicant before: Qingdao Haier Intelligent Home Appliance Technology Co., Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160921

RJ01 Rejection of invention patent application after publication