CN105183483A - Struts-based tag generating method and device - Google Patents

Struts-based tag generating method and device Download PDF

Info

Publication number
CN105183483A
CN105183483A CN201510612565.XA CN201510612565A CN105183483A CN 105183483 A CN105183483 A CN 105183483A CN 201510612565 A CN201510612565 A CN 201510612565A CN 105183483 A CN105183483 A CN 105183483A
Authority
CN
China
Prior art keywords
label
generate
framework
call
function
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
CN201510612565.XA
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.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry 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 Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201510612565.XA priority Critical patent/CN105183483A/en
Publication of CN105183483A publication Critical patent/CN105183483A/en
Pending legal-status Critical Current

Links

Abstract

The embodiment of the invention provides a struts-based tag generating method and device. The method comprises the steps of receiving a tag generating request, and determining tag data needing to be generated in a database according to the tag generating request; establishing a common tag frame, and controlling the common tag frame to acquire the tag data to be generated; controlling the common tag frame to determine an HTML code corresponding to the tag data needing to be generated, and sending the HTML code to a foreground, wherein the foreground is used for displaying the tag data needing to be generated. All the tag data needing to be generated can be generated simply by establishing the common tag frame, and operation efficiency is high. When a certain or several tags need to be improved, it is only needed to re-write the common tag frame; the tag frame is easier to expand, research staff only needs to write the code of the common tag frame, and the workload of research staff is reduced; only the frame structure of the common frame needs to be saved in a system, and resource occupancy is low.

Description

A kind of label generating method based on struts and device
Technical field
The present invention relates to page development technical field, particularly relate to a kind of label generating method based on struts and device.
Background technology
Struts is open source software, and it is by adopting JavaServlet/JSP technology, and achieving the application framework of the MVC design pattern based on JavaEEWeb application, is a classic products in MVC Classic couture pattern.
The core of Struts framework is a flexible key-course, based on the such as standard technique such as JavaServlets, JavaBeans, ResourceBundles and XML, and some class libraries of JakartaCommons.Struts is made up of one group of co-operating class (assembly), Servlet and jsptaglib.Webpage weblication based on struts framework meets the design standards of JSPModel2 substantially, can be described as a kind of change type of a traditional MVC design pattern.
Research staff usually needs to use a large amount of HTML (kernel languages of WWW when developing the page, an application HTML (Hypertext Markup Language) under standard generalized markup language) element tags, use after these labels are shown, but original html tag is too inflexible, each label has its intrinsic framework, often need generation label just must generate the framework of this label, operational efficiency is lower, when improving certain label, need again to write a label framework again, when needs all improve multiple label, then need again to write multiple label framework, there is label framework and be not easy the problems such as expansion, simultaneously, also have impact on the formation efficiency of label and the formation efficiency of dynamic page, and, framework corresponding to this label then must be built owing to using certain label at every turn, then must preserve the framed structure of each label in system, research staff is needed to write a large amount of codes, there is higher workload, the a large amount of label frameworks preserved then have higher resource occupation amount.
Summary of the invention
In view of this, the embodiment of the present invention provides a kind of label generating method based on struts and device, too inflexible to solve html tag original in prior art, each label has its intrinsic framework, face the too low and framework of operational efficiency and be not easy the problems such as expansion, have impact on the formation efficiency of label and the formation efficiency of dynamic page simultaneously, and, framework corresponding to this label then must be built owing to using certain label at every turn, then must preserve the framed structure of each label in system, there is the problem of higher resources occupation rate.
For achieving the above object, the embodiment of the present invention provides following technical scheme:
Based on a label generating method of struts, comprising:
Receive label and generate request, generate the label data asking to determine in a database to generate according to described label;
Set up universal tag framework, control described universal tag framework and obtain the described label data that need generate;
Control described universal tag framework to determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground, described foreground shows the described label data that need generate.
Wherein, described universal tag framework of setting up comprises:
Successively establishing label example, arrange label context, tag attributes is set and calls doStartTag () function and judge whether label body exists;
If exist, then call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up;
If do not exist, then call doEndTag () function, terminate common tags framework and set up.
Wherein, described generation according to described label asks to determine that the label data that need generate comprises in a database:
Determine that the label received generates request, described label is generated request and sends to middle layer;
Control described middle layer and generate the label data asking to determine in a database to generate according to described label.
Wherein, the described label data that need generate of described abstract factory framework acquisition comprises:
Control described universal tag framework and send label data acquisition request to middle layer;
The label data that the need determined in a database generate is sent to described universal tag framework by described middle layer.
Wherein, described foreground also comprises after showing the described label data that need generate: call release () function and discharge described universal tag framework.
Wherein, described generation after the label data that need generate is determined in request in a database according to described label also comprises:
Determine whether to there is the label data that need generate;
If do not exist, then return error message, end operation.
Based on a label generating apparatus of struts, comprising: receiver module, set up module and generation module; Wherein,
Described receiver module, generating request for receiving label, generating the label data asking to determine in a database to generate according to described label;
Describedly set up module, for setting up universal tag framework, controlling described universal tag framework and obtaining the described label data that need generate;
Described generation module, determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground for controlling described universal tag framework, described foreground shows the described label data that need generate.
Wherein, described module of setting up comprises: initial cell, the first call unit and the second call unit; Wherein,
Described initial cell, for establishing label example successively, arrange label context, tag attributes is set and calls doStartTag () function and judge whether label body exists;
Described first call unit, for when judging that label body exists, call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up;
Described second call unit, for when judging that label body does not exist, calls doEndTag () function, terminates common tags framework and sets up.
Wherein, described receiver module comprises: receiving element and data determination unit;
Described receiving element, for determining that the label received generates request, generating request by described label and sending to middle layer;
Described data determination unit, generates for controlling described middle layer the label data asking to determine in a database to generate according to described label.
Wherein, described label generating apparatus also comprises: release module, discharges described universal tag framework for calling release () function.
Based on technique scheme, the label generating method based on struts that the embodiment of the present invention provides and device, receive label and generate request, generate the label data asking to determine in a database to generate according to described label; Set up universal tag framework, control described universal tag framework and obtain the described label data that need generate; Control described universal tag framework to determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground, described foreground shows the described label data that need generate.Receive label and generate request, after determining the label data that need generate in a database according to this label generation request, by general framework, relevant treatment is carried out to the label data that need generate, then on foreground, the label data that this need generate is shown, during generating labels, use the universal tag framework that builds and do not re-use the intrinsic framework of each label, after all label datas that need generate all are sent to this universal tag framework, only need set up this universal tag framework just can generate all label datas that need generate, there is higher operational efficiency, when needs to certain or multiple label improves time, only need again to write this universal tag framework again, label framework is more easily expanded, and during each certain label of use, only need build this universal tag framework, just the use to each label can be completed, research staff only needs to write this universal tag skeleton code, decrease the workload of research staff, and in system, also only need the framed structure of preserving this general framework, without the need to preserving the framed structure of all labels again, decrease resource occupation amount.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only embodiments of the invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to the accompanying drawing provided.
The process flow diagram of the label generating method based on struts that Fig. 1 provides for the embodiment of the present invention;
Fig. 2 for the embodiment of the present invention provide based on the method flow diagram setting up universal tag framework in the label generating method of struts;
What Fig. 3 provided for the embodiment of the present invention generates according to label the method flow diagram that the label data that need generate is determined in request in a database based in the label generating method of struts;
The method flow diagram obtaining the label data that need generate based on abstract factory framework in the label generating method of struts that Fig. 4 provides for the embodiment of the present invention;
Fig. 5 for the embodiment of the present invention provide based on the method flow diagram returning error message in the label generating method of struts;
The system chart of the label generating apparatus based on struts that Fig. 6 provides for the embodiment of the present invention;
Fig. 7 for the embodiment of the present invention provide based on the structured flowchart setting up module 200 in the label generating apparatus of struts;
The structured flowchart based on receiver module 100 in the label generating apparatus of struts that Fig. 8 provides for the embodiment of the present invention;
Another system chart of the label generating apparatus based on struts that Fig. 9 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
The process flow diagram of the label generating method based on struts that Fig. 1 provides for the embodiment of the present invention, only need set up this universal tag framework just can generate all label datas that need generate, there is higher operational efficiency, when needs to certain or multiple label improves time, only need again to write this universal tag framework again, label framework is more easily expanded, and during each certain label of use, only need build this universal tag framework, just the use to each label can be completed, research staff only needs to write this universal tag skeleton code, decrease the workload of research staff, and in system, also only need the framed structure of preserving this general framework, without the need to preserving the framed structure of all labels again, decrease resource occupation amount, with reference to Fig. 1, can should comprise based on the label generating method of struts:
Step S100: receive label and generate request, generate the label data asking to determine in a database to generate according to described label;
When research staff needs generating labels, will send label generate request to system, accordingly, system will receive this label generation request, and after receiving label generation request, generate the label data asking to determine in a database to generate according to this label.
Optionally, after request can being generated at the label determining to receive, send to middle layer by this label is generated request, then determined the label data that need generate by middle layer according to this label generation request in a database.
Optionally, data inquiry request can be sent to database by middle layer, database root finds the label data that need generate according to this data inquiry request, then the label data that the need this inquired generate sends to middle layer, makes middle layer generate the label data asking to determine in a database to generate according to this label.
Optionally, after the label data that need generate is determined in the request that generates according to label in a database, can also determine whether to there is the label data that need generate, namely judge whether to find the label data that need generate in a database, as existed, then this label data that need generate is sent to middle layer, if do not exist, then return error message, end operation.
Optionally, the label that need generate can be select label, page-tag and/or inquiry tag, and accordingly, the label data that need generate can be select label data, page-tag data and/or inquiry tag data.
Step S110: set up universal tag framework, controls described universal tag framework and obtains the described label data that need generate;
Optionally, establishing label example successively can be passed through, the context of label is set, tag attributes is set and calls doStartTag () function and judge whether label body exists, when judging that label body exists, call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up operation, when judging that label body does not exist, directly call doEndTag () function, receive common tags framework and set up operation.
Optionally, can send label data acquisition request by controlling universal tag framework to middle layer, the label data that the need that it is determined by middle layer in a database generate sends to this universal tag framework.
Step S120: control described universal tag framework and determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground, described foreground shows the described label data that need generate.
Optionally, after foreground shows the label data that need generate, release () function can also be called again, the universal tag framework generated is discharged, avoid the universal tag framework long-time occupying system resources at one's leisure set up.
Based on technique scheme, the label generating method based on struts that the embodiment of the present invention provides, receives label and generates request, generate the label data asking to determine in a database to generate according to described label; Set up universal tag framework, control described universal tag framework and obtain the described label data that need generate; Control described universal tag framework to determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground, described foreground shows the described label data that need generate.Receive label and generate request, after determining the label data that need generate in a database according to this label generation request, by general framework, relevant treatment is carried out to the label data that need generate, then on foreground, the label data that this need generate is shown, during generating labels, use the universal tag framework that builds and do not re-use the intrinsic framework of each label, after all label datas that need generate all are sent to this universal tag framework, only need set up this universal tag framework just can generate all label datas that need generate, there is higher operational efficiency, when needs to certain or multiple label improves time, only need again to write this universal tag framework again, label framework is more easily expanded, and during each certain label of use, only need build this universal tag framework, just the use to each label can be completed, research staff only needs to write this universal tag skeleton code, the less workload of research staff, and in system, also only need the framed structure of preserving this general framework, without the need to preserving the framed structure of all labels again, decrease resource occupation amount.
Optionally, Fig. 2 show that the embodiment of the present invention provides based on the method flow diagram setting up universal tag framework in the label generating method of struts, with reference to Fig. 2, this method setting up universal tag framework can comprise:
Step S200: successively establishing label example, arrange label context, tag attributes is set;
Step S210: call doStartTag () function, judges whether label body exists;
Judge whether label body exists by calling doStartTag () function, by judging whether label body exists the operation steps deciding down-stream.
Step S220: if exist, then call setBodyContent () function successively, call dolintBody () function and call doAfterBody () function, enter step S230;
If judge, whether label body exists, then can call setBodyContent () function successively to arrange label body attribute, call dolintBody () function and carry out processing page main body, call doAfterBody () function, finally call doEndTag () function to terminate common tags framework process of establishing.
Step S230: if do not exist, then call doEndTag () function, terminates common tags framework and set up.
If judge, whether label body does not exist, then directly call doEndTag () function, terminates common tags framework process of establishing.
Optionally, what Fig. 3 showed that the embodiment of the present invention provides generates according to label the method flow diagram that the label data that need generate is determined in request in a database based in the label generating method of struts, with reference to Fig. 3, this generates request according to label and determines that the method for the label data that need generate can comprise in a database:
Step S300: determine that the label received generates request, described label is generated request and sends to middle layer;
Step S310: control described middle layer and generate the label data asking to determine in a database to generate according to described label.
Optionally, data inquiry request can be sent to database by middle layer, database root finds the label data that need generate according to this data inquiry request, then the label data that the need this inquired generate sends to middle layer, makes middle layer generate the label data asking to determine in a database to generate according to this label.
Optionally, after the label data that need generate is determined in the request that generates according to label in a database, can also determine whether to there is the label data that need generate, namely judge whether to find the label data that need generate in a database, as existed, then this label data that need generate is sent to middle layer, if do not exist, then return error message, end operation.
Optionally, Fig. 4 shows the method flow diagram obtaining the label data that need generate based on abstract factory framework in the label generating method of struts that the embodiment of the present invention provides, with reference to Fig. 4, the method that this abstract factory framework obtains the label data that need generate can comprise:
Step S400: control described universal tag framework and send label data acquisition request to middle layer;
Request is generated at the label received, after determining the label data that need generate in a database according to label generation request, the label data that the request that generates according to this label is determined to generate by middle layer in a database, so, universal tag framework just can send label data directly to middle layer and obtain request, to obtain the label data that need generate from middleware.
Step S410: the label data that the need determined in a database generate is sent to described universal tag framework by described middle layer.
Middle layer is receiving after label data that universal tag framework sends obtains request, and the label data that the need it will determined in a database generate sends to this universal tag framework, makes this universal tag framework learn this label data that need generate
Optionally, Fig. 5 show that the embodiment of the present invention provides based on the method flow diagram returning error message in the label generating method of struts, with reference to Fig. 5, this method returning error message can comprise:
Step S500: determine whether to there is the label data that need generate;
Request is generated at reception label, and after determining the label data that need generate in a database according to this label generation request, can by judging whether to there is the label data that need generate, namely judge whether to find the label data that need generate in a database, judge whether make mistakes in this label data acquisition process.
Step S510: if do not exist, then return error message, end operation.
If judge there is not the label data that need generate, namely do not find the label data that need generate in a database, then illustrate in this label data acquisition process and occurred mistake, return error message, end operation.
The label generating method based on struts that the embodiment of the present invention provides, only need set up this universal tag framework just can generate all label datas that need generate, there is higher operational efficiency, when needs to certain or multiple label improves time, only need again to write this universal tag framework again, label framework is more easily expanded, and during each certain label of use, only need build this universal tag framework, just the use to each label can be completed, research staff only needs to write this universal tag skeleton code, decrease the workload of research staff, and in system, also only need the framed structure of preserving this general framework, without the need to preserving the framed structure of all labels again, decrease resource occupation amount.
Be introduced the label generating apparatus based on struts that the embodiment of the present invention provides below, the label generating apparatus based on struts described below can mutual corresponding reference with the above-described label generating method based on struts.
The system chart of the label generating apparatus based on struts that Fig. 6 provides for the embodiment of the present invention, with reference to Fig. 6, can should comprise based on label generating apparatus of struts: receiver module 100, set up module 200 and display module 300; Wherein,
Receiver module 100, generating request for receiving label, generating the label data asking to determine in a database to generate according to described label;
Set up module 200, for setting up universal tag framework, controlling described universal tag framework and obtaining the described label data that need generate;
Display module 300, determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground for controlling described universal tag framework, described foreground shows the described label data that need generate.
Optionally, Fig. 7 show that the embodiment of the present invention provides based on the structured flowchart setting up module 200 in the label generating apparatus of struts, with reference to Fig. 7, this is set up module 200 and can comprise: initial cell 210, first call unit 220 and the second call unit 230; Wherein,
Initial cell 210, for establishing label example successively, arrange label context, tag attributes is set and calls doStartTag () function and judge whether label body exists;
First call unit 220, for when judging that label body exists, call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up;
Second call unit 230, for when judging that label body does not exist, calls doEndTag () function, terminates common tags framework and sets up.
Optionally, Fig. 8 shows the structured flowchart based on receiver module 100 in the label generating apparatus of struts that the embodiment of the present invention provides, and with reference to Fig. 7, this receiver module 100 can comprise: receiving element 110 and data determination unit 120;
Receiving element 110, for determining that the label received generates request, generating request by described label and sending to middle layer;
Data determination unit 120, generates for controlling described middle layer the label data asking to determine in a database to generate according to described label.
Optionally, Fig. 9 shows another system chart of the label generating apparatus based on struts that the embodiment of the present invention provides, and with reference to Fig. 9, can also should comprise: release module 400 based on the label generating apparatus of struts.
Release module 400, discharges setting up the universal tag framework set up in module 200 for calling release () function.
The label generating apparatus based on struts that the embodiment of the present invention provides, only need set up this universal tag framework just can generate all label datas that need generate, there is higher operational efficiency, when needs to certain or multiple label improves time, only need again to write this universal tag framework again, label framework is more easily expanded, and during each certain label of use, only need build this universal tag framework, just the use to each label can be completed, research staff only needs to write this universal tag skeleton code, decrease the workload of research staff, and in system, also only need the framed structure of preserving this general framework, without the need to preserving the framed structure of all labels again, decrease resource occupation amount.
In this instructions, each embodiment adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar portion mutually see.For device disclosed in embodiment, because it corresponds to the method disclosed in Example, so description is fairly simple, relevant part illustrates see method part.
To the above-mentioned explanation of the disclosed embodiments, professional and technical personnel in the field are realized or uses the present invention.To be apparent for those skilled in the art to the multiple amendment of these embodiments, General Principle as defined herein can without departing from the spirit or scope of the present invention, realize in other embodiments.Therefore, the present invention can not be restricted to these embodiments shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (10)

1. based on a label generating method of struts, it is characterized in that, comprising:
Receive label and generate request, generate the label data asking to determine in a database to generate according to described label;
Set up universal tag framework, control described universal tag framework and obtain the described label data that need generate;
Control described universal tag framework to determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground, described foreground shows the described label data that need generate.
2. label generating method according to claim 1, is characterized in that, described universal tag framework of setting up comprises:
Successively establishing label example, arrange label context, tag attributes is set and calls doStartTag () function and judge whether label body exists;
If exist, then call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up;
If do not exist, then call doEndTag () function, terminate common tags framework and set up.
3. label generating method according to claim 1, is characterized in that, described generation according to described label asks to determine that the label data that need generate comprises in a database:
Determine that the label received generates request, described label is generated request and sends to middle layer;
Control described middle layer and generate the label data asking to determine in a database to generate according to described label.
4. label generating method according to claim 1, is characterized in that, described abstract factory framework obtains the described label data that need generate and comprises:
Control described universal tag framework and send label data acquisition request to middle layer;
The label data that the need determined in a database generate is sent to described universal tag framework by described middle layer.
5. label generating method according to claim 1, is characterized in that, described foreground also comprises after showing the described label data that need generate: call release () function and discharge described universal tag framework.
6. label generating method according to claim 1, is characterized in that, described generation after the label data that need generate is determined in request in a database according to described label also comprises:
Determine whether to there is the label data that need generate;
If do not exist, then return error message, end operation.
7. based on a label generating apparatus of struts, it is characterized in that, comprising: receiver module, set up module and generation module; Wherein,
Described receiver module, generating request for receiving label, generating the label data asking to determine in a database to generate according to described label;
Describedly set up module, for setting up universal tag framework, controlling described universal tag framework and obtaining the described label data that need generate;
Described generation module, determine the HTML code that the described label data that need generate is corresponding described HTML code to be sent to foreground for controlling described universal tag framework, described foreground shows the described label data that need generate.
8. label generating apparatus according to claim 7, is characterized in that, described module of setting up comprises: initial cell, the first call unit and the second call unit; Wherein,
Described initial cell, for establishing label example successively, arrange label context, tag attributes is set and calls doStartTag () function and judge whether label body exists;
Described first call unit, for when judging that label body exists, call setBodyContent () function setup label body attribute successively, call dolintBody () function processing page main body, call doAfterBody () function and call doEndTag () function, terminate common tags framework and set up;
Described second call unit, for when judging that label body does not exist, calls doEndTag () function, terminates common tags framework and sets up.
9. label generating apparatus according to claim 7, is characterized in that, described receiver module comprises: receiving element and data determination unit;
Described receiving element, for determining that the label received generates request, generating request by described label and sending to middle layer;
Described data determination unit, generates for controlling described middle layer the label data asking to determine in a database to generate according to described label.
10. label generating apparatus according to claim 7, is characterized in that, also comprise: release module, discharges described universal tag framework for calling release () function.
CN201510612565.XA 2015-09-23 2015-09-23 Struts-based tag generating method and device Pending CN105183483A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510612565.XA CN105183483A (en) 2015-09-23 2015-09-23 Struts-based tag generating method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510612565.XA CN105183483A (en) 2015-09-23 2015-09-23 Struts-based tag generating method and device

Publications (1)

Publication Number Publication Date
CN105183483A true CN105183483A (en) 2015-12-23

Family

ID=54905582

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510612565.XA Pending CN105183483A (en) 2015-09-23 2015-09-23 Struts-based tag generating method and device

Country Status (1)

Country Link
CN (1) CN105183483A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987783A (en) * 2005-12-20 2007-06-27 国际商业机器公司 System and method for emulating server pages
US7634721B1 (en) * 2004-08-23 2009-12-15 Sun Microsystems Inc. Composite component architecture using javaserver pages (JSP) tags

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7634721B1 (en) * 2004-08-23 2009-12-15 Sun Microsystems Inc. Composite component architecture using javaserver pages (JSP) tags
CN1987783A (en) * 2005-12-20 2007-06-27 国际商业机器公司 System and method for emulating server pages

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
沈良忠: "JSP中扩展标记的原理与工程应用", 《电脑知识与技术》 *

Similar Documents

Publication Publication Date Title
CN105354237B (en) Business data display method
CN106331345B (en) Interactive message display method, device and system
CN103544059B (en) The realization method and system of pending buffer effect during a kind of application switching
CN109101228B (en) Application program execution method and device
CN105872083A (en) Method and system supporting server access by different types of clients as well as server
CN102185901A (en) Client message conversion method
CN103106102A (en) Running method of Web application program and mobile terminal
CA2495024A1 (en) System and method for adaptable provisioning of generic application content
CN105681333A (en) Binary-system-based network data transmission method and system
CN103605525A (en) Achievement method and device of desktop application program
CN101778270A (en) Method for accelerating the image displaying speed, system and digital television receiving terminal
CN108038241A (en) Integrated WEB visual workflows method, apparatus, readable storage medium storing program for executing and system
CN110569135A (en) interprocess communication method and system based on publish-subscribe mode
CN110704148B (en) Acquisition method and device of equipment page element, server and storage medium
CN114138372A (en) Front-end component loading method and device
CN102479082A (en) Method and system for providing client end interface information, and client end interface generating device
CN105183483A (en) Struts-based tag generating method and device
CN108170493B (en) System module loading method, system and device
CN102523271B (en) Terminal and communication method and system thereof
CN105468656B (en) Webpage background image generation method and system
CN105068912A (en) Method and apparatus for executing webpage task
CN107818073B (en) Method and system for automatically converting dynamic form page into HTML5 page
CN113835790B (en) Paging page display method and device based on Android
CN113127260B (en) Display exception handling method, device, equipment and medium
CN113553123A (en) Data processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151223

RJ01 Rejection of invention patent application after publication