CN1728700B - Web telecommunication network management system based on 'struts' architecture, and method - Google Patents

Web telecommunication network management system based on 'struts' architecture, and method Download PDF

Info

Publication number
CN1728700B
CN1728700B CN 200410009371 CN200410009371A CN1728700B CN 1728700 B CN1728700 B CN 1728700B CN 200410009371 CN200410009371 CN 200410009371 CN 200410009371 A CN200410009371 A CN 200410009371A CN 1728700 B CN1728700 B CN 1728700B
Authority
CN
China
Prior art keywords
business logic
request
assembly
web
service logic
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.)
Active
Application number
CN 200410009371
Other languages
Chinese (zh)
Other versions
CN1728700A (en
Inventor
刘静
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN 200410009371 priority Critical patent/CN1728700B/en
Publication of CN1728700A publication Critical patent/CN1728700A/en
Application granted granted Critical
Publication of CN1728700B publication Critical patent/CN1728700B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The system includes following parts: client end including Web browser in use for sending HTTP request; sever end includes struts frame composed of presentation layer and service logic layer, and information storage layer. The presentation layer is in use for defining display content of interface at client end, for processing request from client end, transferring operational request from client end to service logic layer, and presenting service logic in the service logic layer. Implementing specific logic, the service logic layer builds modeling based on service rules of application through interaction with information storage layer. The information storage layer realizes durable storage and mapping for application data. The invention makes mode for managing network elements through Web easier to be implemented.

Description

Web telecom network management system and method thereof based on the struts framework
Technical field
Present technique relates to a kind of telecom network management system and method thereof, relates in particular to a kind of web telecom network management system and method thereof based on struts.
Background technology
Model-view-controller (MVC) is a design framework the most frequently used in the web application development process, it is divided into model, view, controller three parts to program, model has comprised the Core Feature of application program, it has encapsulated application's data structure and service logic, has embodied a concentrated reflection of the state of application program; View is realized the outward appearance of program, and it can Access Model, and when model changes, view can obtain notifying, and new data more; Controller links together model and view, and it responds user's request, and determines by which model to be handled, the result notification of processing to which view shows.
The Struts framework comprises a series of classes of cooperating with each other, servlet and jsp mark, and in the struts framework, model realizes that by one group of javabean these bean have the attribute of representative system state details.The Struts framework provides a base class ActionForm, and application program uses one group of JavaBean that has expanded ActionForm to represent the state of application program usually.In the Struts framework, view uses JSP to set up, and it also comprises a JSP customize tag storehouse, and can create simply and support multilingual user interface, and can be mutual with ActionForm bean.Controller is realized by servlet, the function that struts provides the ActionServlet class to realize controller, and ActionServlet is responsible for the HTTP request is forwarded to other assemblies in the framework, comprises the JSP page.When initialization, it is analyzed configuration file struts-config.xml, appoints correspondent service logic to be handled according to the mapping of wherein definition then, and will respond the corresponding JSP view of forwarding.The Action object is realized concrete service logic, and it receives ActionServlet and appoints, and handles the HTTP request, upgrades the data of ActionForm, and control is returned or indicated in response where should be forwarded to.
Cocoon, Turbine also are the weblication frameworks of realizing MVC.Cocoon allows to use XSLT (conversion of XML stylesheet language) dynamically to issue the XML content.It uses " pipeline " notion (pipeline), and (sitemap) manages application by site maps.Turbine is an application framework based on servlet, but it is not very to meet the J2EE standard, and it has own three complete coating systems frameworks, and presentation layer adopts Velocity, and the logic control layer adopts Turbine, and data Layer adopts Torque.
Telecom network management system adopts the J2EE framework, uses the Distributed Application model of multilayer, by measured, modular component technology, provides one group of complete service.The client part of telecom network management system is made up of the web browser, and server end is divided into 3 layers: presentation layer, Business Logic, company information accumulation layer.The server end presentation layer is made up of jsp and servlet assembly, and Business Logic mainly is the EJB assembly, and the company information storage is finished by database.For three kinds of at present popular MVC frameworks, the Cocoon framework is more suitable for adopting the weblication of XSLT technology, does not adopt this technology in the telecom network management system, does not therefore use the Cocoon framework.Turbine compares with struts, because it is not in full conformity with the J2EE standard, and what JSP was supported is not fine, is unfavorable for expansion, therefore also is not suitable as the application framework of telecom network management system.The struts framework has been realized the MVC Design Mode fully, framework is simply clear, and is structural fine with uniformity, and many useful assemblies are provided, simplified application development greatly, so the present invention proposes with the struts frame application in telecom network management system based on MVC.
Summary of the invention
Technical problem to be solved by this invention is to provide a kind of web telecom network management system and method thereof based on the struts framework, effectively utilize the struts technology and the resource of industry maturation, and be applied in the telecom network management system, in the hope of reaching purpose by web mode managed network element.
To achieve these goals, the invention provides a kind of web telecom network management system, comprising based on the struts framework:
Client comprises the web browser, is used to send the HTTP request;
Server end comprises the described struts framework and the information storage layer that are made of presentation layer and Business Logic; Wherein
The request that described presentation layer is used to define the displaying contents of client end interface and handles client is passed to Business Logic with the client operation request, and the service logic in the Business Logic is presented;
Described Business Logic is used to realize concrete service logic, by mutual with information storage layer, the business rule of using is implemented modeling;
Described information storage layer is used to realize the persistent storage and the mapping of application data.
Above-mentioned web telecom network management system based on the struts framework, described struts framework comprises a series of controller assemblies of cooperating with each other, service logic Agent components, view component, model component, configuration file assembly and business logic components; Wherein,
Described controller assemblies is positioned at presentation layer, be used to receive the HTTP request that client sends, and according to the configuration of described configuration file assembly, determine this request corresponding service logical proxy assembly, this request is distributed to the correspondent service logic Agent components, and response is forwarded to the corresponding view assembly;
Described service logic Agent components is positioned at presentation layer, be used to search the business logic components of this request of realization, this request is sent to described business logic components to be handled, and receive the response results of described business logic components and carry out data analysis, response is forwarded to the corresponding view assembly and revises data in the described model component as required;
Described view component is positioned at presentation layer, is used for from model component reading of data and update displayed data, thus response user's request, display operation result on the web browser;
Described model component is positioned at presentation layer, is used for the business rule of using is carried out modeling;
Described business logic components is positioned at Business Logic, is used to realize concrete service logic, by mutual with information storage layer, the business rule of using is implemented modeling; Described information storage layer includes database and network element device.
Above-mentioned web telecom network management system based on the struts framework, be packaged with ActionServlet class, Action class application program in described controller assemblies, the service logic Agent components respectively, described ActionServlet class, Action class application program provide the basic framework code of described struts framework, and can expand; Described view component adopts JSP to set up, and also can comprise a JSP customize tag storehouse, is used for creating simplifiedly and supports multilingual user interface, and is mutual with described model component; Described business logic components can include EJB assembly or java bean assembly.
The above-mentioned web telecom network management system based on the struts framework, described presentation layer is connected by F interface with Business Logic.
The present invention also provides a kind of web telecommunicatioin network management method based on the struts framework of using above-mentioned telecom network management system, comprises the steps:
Operation of client executing sends the HTTP request, is received by described controller assemblies;
According to the configuration of described configuration file assembly, determine this operation requests corresponding service logical proxy assembly, and this operation requests is distributed to the correspondent service logic Agent components;
Described service logic Agent components is searched the business logic components that realizes this service logic, converts this operation requests to message, is sent to described business logic components and handles, and receive the response results of described business logic components and carry out data analysis;
Described service logic Agent components is revised the data in the described model component as required;
Described service logic Agent components returns to described controller assemblies with the information which view component is described business logic components jump to;
Described controller assemblies is forwarded to the corresponding view assembly with response;
Described view component is by described signature library assembly reading of data from model component, and the update displayed data;
Described browser response user's request, and display operation result.
Above-mentioned web telecommunicatioin network management method based on the struts framework, described controller assemblies, service logic Agent components be by encapsulate the ActionServlet class respectively, Action class application program provides the basic framework code of described struts framework, and can expand.
The above-mentioned web telecommunicatioin network management method based on the struts framework, described business logic components are to carry out business logic processing by EJB assembly or java bean assembly.
The above-mentioned web telecommunicatioin network management method based on the struts framework, described view component adopt JSP to set up, and by a JSP customize tag storehouse is set in described view component, creates simplifiedly and support multilingual user interface, and be mutual with described model component.
The above-mentioned web telecommunicatioin network management method based on the struts framework if the network element device in the information storage layer of described service end is a veneer, realize the board resetting function, also comprises the steps:
Expand ActionServlet class, the Action class of described struts framework, realize the encapsulation of data model respectively and act on behalf of the processing of board resetting;
Platform support function module is set, for application provides the operation support function;
Public web application function is set, the basic framework and the common process part of weblication is provided;
Board resetting module assisted class assembly is set, realizes constant file, return results encapsulation.
The above-mentioned web telecommunicatioin network management method based on the struts framework, realize that the step of board resetting comprises:
The user clicks the operation of Reset Board;
This operation requests is received by the ActionServlet class, according to the configuration of configuration file assembly, learns the ResetBordAction class processing of this request by expansion, and request is forwarded to the ResetBordAction class;
Parameter information in the ResetBordAction alanysis request, obtain board type, veneer physical address, convert thereof into logical address, again querying condition is organized into message, the request method that provides of calling interface is sent in the business logic components of being responsible for handling board resetting and handles again, and call the interface on foreground by business logic components, the message that sends Reset Board is carried out the board resetting operation to the foreground, ResetBordAction also is responsible for roughly the same the time resolving the result who returns, and judges whether successfully this operation;
The ResetBordAction class determines how to respond the user according to judged result, the information of pointing out successfully and failing.
Use the struts framework to realize the web telecom network management system, can make Module Division more clear, help the modularization exploitation.The ActionServlet class that Struts provides has realized the function of controller, as no specific demand, need not develop director demon in addition substantially; Action and ActionForm class provide the basic framework code, only need expand and can realize it; The struts signature library can be simplified writing of jsp; These can accelerate development rate, promote program quality.
Describe the present invention below in conjunction with the drawings and specific embodiments, but not as a limitation of the invention.
Description of drawings
Fig. 1 is the web telecommunicatioin network management framework that the present invention is based on struts;
Fig. 2 is the configuration diagram that board resetting function of the present invention realizes.
Embodiment
The method that the present invention proposes is that the J2EE framework with struts and telecom network management system combines by a solution of web mode managed network element.As shown in Figure 1, shown a kind of framework of the web telecom network management system based on the struts framework, having comprised:
Client 10 comprises web browser 11, is used to send the HTTP request;
Server end 20 comprises presentation layer 21, Business Logic 22, information storage layer 23, and wherein presentation layer 21 and Business Logic 22 are connected by F interface, have constituted described struts framework jointly; Described struts framework comprises a series of controller assemblies of cooperating with each other 211, service logic Agent components 212, view component 213, model component 214, configuration file assembly 215 and business logic components 221; Described information storage layer includes database 231 and network element device 232, comprises configuration file struts-config.xml in the described configuration file assembly 215.
Among the present invention, the request that described presentation layer 21 is used to define the displaying contents of client end interface and handles client is passed to Business Logic with the client operation request, and the service logic in the Business Logic is presented; Described Business Logic 22 is used to realize concrete service logic, by mutual with information storage layer, the business rule of using is implemented modeling; Described information storage layer 33 is used to realize the persistent storage and the mapping of application data.
The operational processes flow process of telecom network management system managed network element of the present invention is as follows:
Described controller assemblies 211 receives the HTTP request (S1) that the user sends from browser 11, and according to the configuration of described configuration file assembly 215, determine this request corresponding service logical proxy assembly 212, this request is distributed to correspondent service logic Agent components 212 (S2), search the business logic components 221 that realizes this service logic by described service logic Agent components 212, converting this request to F message is sent to described business logic components 221 and handles, and receive the response results of described business logic components 221 and carry out data analysis (S3), revise the data (S4) in the described model component 214 as required, response results is returned to controller assemblies 211 (S5), and be forwarded to corresponding view assembly 213 (S6), described view component 213 is reading of data and update displayed data (S7) from model component 214, thereby response user's request, display operation result (S8) on web browser 11.
In the present invention, be packaged with ActionServlet class, Action class application program in described controller assemblies 211, the service logic Agent components 212 respectively, described ActionServlet class, Action class application program provide the basic framework code of described struts framework, and can expand; Described view component 213 adopts JSP to set up, and also can comprise a JSP customize tag storehouse 216, is used for creating simplifiedly supporting multilingual user interface, and is mutual with described model component 214; Described business logic components 221 can include EJB assembly or java bean assembly.
Realize among the struts that the Action of service logic is playing the part of service logic agency's role in this scheme, real service logic is realized by the EJB in the Enterprise Java Bean container, the function that Action mainly finishes has: search the EJB assembly, convert the HTTP request to meet F interface F message object, handle the return results of EJB, revise the data of ActionForm etc.
As Fig. 1, the operational processes flow process of one of them managed network element is as follows:
Step S1, operation of client executing sends the HTTP request, is responsible for receiving this information by the ActionServlet class of serving as the controller role.
Step S2 according to the configuration among the configuration file assembly struts-config.xml, determines the Action class that this operation is corresponding, and request is distributed to this Action class.
Step S3, the Action class is searched the EJB assembly of realizing this service logic, converts operation requests to F message, sends to EJB and handles, and receive the result that EJB returns, and analyzes data.
Step S4, the Action class is revised model ActionForm as required.
Step S5, the Action class will comprise the information that jumps to which page and return to controller.
Step S6, ActionServlet is forwarded to the corresponding page with response.
Step S7, the page is reading of data from ActionFrom, the update displayed data.
Step S8, response user's request, display operation result.
Reset Board module 332 with network management system is that example describes the solution based on the web telecom network management system of struts in detail below.
The Reset Board module of network management system provides the user to pass through the web browser and sends a reset command, realizes the management function to board resetting.
As shown in Figure 2, the module that the network management system reseting module is relevant comprises:
Platform support function module (PSF) 317: this part is nearest from operating system, and being mainly to use provides the operation support function, realizes the J2EE framework.The function that provides mainly contains telecommunication management, scheduling controlling, database access, transaction management, name management, file system, XML interface, clock synchronization, debug print etc.
As controller assemblies (ActionServlet) 311: the basic framework of mainly finishing server end, the service function that the network management system that provides is common, but it is irrelevant with concrete application, main function has: log management, safety management, F mouth management/request scheduling, Topology Management, system management, interface conversion, tactical management and Report Server Management.
Public web applied function module (CWF) 316: the basic framework and the common process part of web application are provided, mainly provide: Page Template storehouse, application program customize tag storehouse, public JavaScript storehouse, common process logic and css style library etc.
Board resetting service logic agency 312: expand the Action class of struts, and act on behalf of the processing of board resetting.
Board resetting module assisted class 315: as realizing constant file, return results encapsulation etc.
Board resetting data model 314: the ActionForm class of expansion struts, realize the encapsulation of data model.
313: one groups of JSP pages that are used to show of board resetting administration page.
Specify the implementation procedure of board resetting function below.
As Fig. 2, the execution flow process of a board resetting order is as follows:
(1) user clicks the operation of Reset Board.
(2) this operation requests is received by ActionServlet, according to configuration file struts-config.xml, learns that this request by the ResetBordAction processing, therefore is forwarded to ResetBordAction with request.
(3) parameter information in the ResetBordAction analysis request obtains board type, and the plate physical address converts thereof into logical address.Querying condition is organized into F message, the request method that calling F interface again provides is sent to the EJB processing of being responsible for handling board resetting again, and calls the interface on foreground by EJB, and the message that sends Reset Board is carried out the board resetting operation to the foreground.ResetBordAction also is responsible for resolving the result who returns simultaneously, judges whether this operation is successful.
(4) ResetBordAction determines how to respond the user according to judged result, the information of pointing out successfully and failing.
In sum, use the struts framework to realize the web telecom network management system, make its Module Division more clear, help the modularization exploitation.Also simplified the development process that web uses on the other hand greatly, the developer only need be by the behavior of configuration file definition application, and develop required ActionForm class and the Action class gets final product, this also makes by easier realization of mode of web-based management network element.
Certainly; the present invention also can have other various embodiments; under the situation that does not deviate from spirit of the present invention and essence thereof; those of ordinary skill in the art work as can make various corresponding changes and distortion according to the present invention, but these corresponding changes and distortion all should belong to the protection range of the appended claim of the present invention.

Claims (9)

1. the web telecom network management system based on the struts framework is characterized in that, comprising:
Client comprises the web browser, is used to send the HTTP request;
Server end comprises the described struts framework and the information storage layer that are made of presentation layer and Business Logic; Wherein
The request that described presentation layer is used to define the displaying contents of client end interface and handles client is passed to Business Logic with the client operation request, and the service logic in the Business Logic is presented;
Described Business Logic is used to realize concrete service logic, by mutual with information storage layer, the business rule of using is implemented modeling;
Described information storage layer is used to realize the persistent storage and the mapping of application data;
Wherein, described struts framework comprises a series of controller assemblies of cooperating with each other, service logic Agent components, view component, model component, configuration file assembly and business logic components; Wherein,
Described controller assemblies is positioned at presentation layer, be used to receive the HTTP request that client sends, and according to the configuration of described configuration file assembly, determine this request corresponding service logical proxy assembly, this request is distributed to the correspondent service logic Agent components, and response is forwarded to the corresponding view assembly;
Described service logic Agent components is positioned at presentation layer, be used to search the business logic components of this request of realization, this request is sent to described business logic components to be handled, and receive the response results of described business logic components and carry out data analysis, response is forwarded to the corresponding view assembly and revises data in the described model component as required;
Described view component is positioned at presentation layer, is used for from model component reading of data and update displayed data, thus response user's request, display operation result on the web browser;
Described model component is positioned at presentation layer, is used for the business rule of using is carried out modeling;
Described business logic components is positioned at Business Logic, is used to realize concrete service logic, by mutual with information storage layer, the business rule of using is implemented modeling; Described information storage layer includes database and network element device.
2. the web telecom network management system based on the struts framework according to claim 1, it is characterized in that, be packaged with ActionServlet class, Action class application program in described controller assemblies, the service logic Agent components respectively, described ActionServlet class, Action class application program provide the basic framework code of described struts framework, and can expand; Described view component adopts JSP to set up, and also comprises a JSP customize tag storehouse, is used for creating simplifiedly and supports multilingual user interface, and is mutual with described model component; Described business logic components includes EJB assembly or java bean assembly.
3. the web telecom network management system based on the struts framework according to claim 1 is characterized in that described presentation layer is connected by F interface with Business Logic.
4. an application rights requires the web telecommunicatioin network management method based on the struts framework of 1 described telecom network management system, it is characterized in that, comprises the steps:
Operation of client executing sends the HTTP request, is received by controller assemblies;
According to the configuration of configuration file assembly, determine this operation requests corresponding service logical proxy assembly, and this operation requests is distributed to the correspondent service logic Agent components;
Described service logic Agent components is searched the business logic components that realizes this service logic, converts this operation requests to message, is sent to described business logic components and handles, and receive the response results of described business logic components and carry out data analysis;
Described service logic Agent components is revised the data in the model component as required;
Described service logic Agent components returns to described controller assemblies with the information that jumps to which view component of described business logic components;
Described controller assemblies is forwarded to the corresponding view assembly with response;
Described view component is by signature library assembly reading of data from model component, and the update displayed data;
Described browser response user's request, and display operation result;
Wherein, described controller assemblies, described configuration file assembly, described service logic Agent components, described model component, described view component, described signature library assembly all are positioned at presentation layer, and described business logic components is positioned at Business Logic.
5. the web telecommunicatioin network management method based on the struts framework according to claim 4, it is characterized in that, described controller assemblies, service logic Agent components be by encapsulate the ActionServlet class respectively, Action class application program provides the basic framework code of described struts framework, and can expand.
6. the web telecommunicatioin network management method based on the struts framework according to claim 4 is characterized in that, described business logic components is to carry out business logic processing by EJB assembly or java bean assembly.
7. the web telecommunicatioin network management method based on the struts framework according to claim 4, it is characterized in that, described view component adopts JSP to set up, by a JSP customize tag storehouse is set in described view component, create simplifiedly and support multilingual user interface, mutual with described model component.
8. the web telecommunicatioin network management method based on the struts framework according to claim 5 is characterized in that, if the network element device in the information storage layer of described server end is a veneer, realize the board resetting function, also comprises the steps:
Expand ActionServlet class, the Action class of described struts framework, realize the encapsulation of data model respectively and act on behalf of the processing of board resetting;
Platform support function module is set, for application provides the operation support function;
Public web application function is set, the basic framework and the common process part of weblication is provided;
Board resetting module assisted class assembly is set, realizes constant file, return results encapsulation.
9. the web telecommunicatioin network management method based on the struts framework according to claim 8 is characterized in that, realizes that the step of board resetting comprises:
The user clicks the operation of Reset Board;
This operation requests is received by the ActionServlet class, according to the configuration of configuration file assembly, learns the ResetBordAction class processing of this request by expansion, and request is forwarded to the ResetBordAction class;
Parameter information in the ResetBordAction alanysis request, obtain board type, the plate physical address, convert thereof into logical address, again querying condition is organized into message, the request method that provides of calling interface is sent in the business logic components of being responsible for handling board resetting and handles again, and call the interface on foreground by business logic components, the message that sends Reset Board is carried out the board resetting operation to the foreground, ResetBordAction also is responsible for roughly the same the time resolving the result who returns, and judges whether successfully this operation;
The ResetBordAction class determines how to respond the user according to judged result, the information of pointing out successfully and failing.
CN 200410009371 2004-07-26 2004-07-26 Web telecommunication network management system based on 'struts' architecture, and method Active CN1728700B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200410009371 CN1728700B (en) 2004-07-26 2004-07-26 Web telecommunication network management system based on 'struts' architecture, and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200410009371 CN1728700B (en) 2004-07-26 2004-07-26 Web telecommunication network management system based on 'struts' architecture, and method

Publications (2)

Publication Number Publication Date
CN1728700A CN1728700A (en) 2006-02-01
CN1728700B true CN1728700B (en) 2011-04-20

Family

ID=35927707

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200410009371 Active CN1728700B (en) 2004-07-26 2004-07-26 Web telecommunication network management system based on 'struts' architecture, and method

Country Status (1)

Country Link
CN (1) CN1728700B (en)

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101030271B (en) * 2006-03-03 2011-09-28 中国电信股份有限公司 Persistent inquiry method for resource service object
US7784022B2 (en) * 2006-04-25 2010-08-24 Sap Ag Mapping a new user interface onto an existing integrated interface
CN101127655B (en) * 2006-08-18 2012-06-06 国际商业机器公司 Method and system for integrating existing www systems
CN101365099B (en) * 2008-10-07 2011-07-20 成都三零凯天通信实业有限公司 Telecommunication stage digital video hotel system based on real-time stream media
CN101826018B (en) * 2010-05-20 2014-05-14 瑞斯康达科技发展股份有限公司 Interactive development system and method for interface of network element management system
CN102012945B (en) * 2010-12-16 2013-01-02 重庆国际复合材料有限公司 User-oriented database management system
CN102073506A (en) * 2011-02-24 2011-05-25 北京中电普华信息技术有限公司 Java 2 enterprise edition (J2EE) based method and system for processing Web application request
CN102253830B (en) * 2011-06-10 2014-09-03 南京中兴力维软件有限公司 Method for automatically generating configuration file under Struts2
CN103123593B (en) * 2011-11-18 2016-08-31 腾讯科技(深圳)有限公司 Java application server and the method processing Web service
CN103281202B (en) * 2013-05-21 2017-12-29 上海寰创通信科技股份有限公司 The system and its front end rendering method of a kind of browser/server framework
CN103530113B (en) * 2013-09-18 2016-08-03 国云科技股份有限公司 A kind of software and hardware framework integration system and operation method
CN103731430A (en) * 2014-01-09 2014-04-16 北京哈工大计算机网络与信息安全技术研究中心 Struts 2-architecture-based file uploading safety control method
CN105677732A (en) * 2015-12-28 2016-06-15 国云科技股份有限公司 Method for designing JavaBean major key with service attribute identifier
CN106547551A (en) * 2016-11-02 2017-03-29 合肥微梦软件技术有限公司 A kind of web server system based on the equipment remote control management
CN108075922A (en) * 2016-11-14 2018-05-25 普天信息技术有限公司 A kind of telecommunication network management system
CN106874005B (en) * 2017-02-22 2020-05-01 深圳市丽海弘金科技有限公司 Development method and system of financial system
CN107515758A (en) * 2017-09-12 2017-12-26 云南大学 A kind of specific area multiplexing method and system based on Struts framework extensions
CN107991905A (en) * 2017-12-25 2018-05-04 南京邮电大学 A kind of analogue system of the multiple no-manned plane mission planning based on Web
CN108427555A (en) * 2018-01-25 2018-08-21 山东汇贸电子口岸有限公司 A kind of model for distributed storage variable data distribution method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6192034B1 (en) * 1997-06-30 2001-02-20 Sterling Commerce, Inc. System and method for network integrity management
CN1459953A (en) * 2002-05-22 2003-12-03 西门子(中国)有限公司 03 meso interface communication method used for electrocommunication network and 03 mesoservice apparatus
CN1482767A (en) * 2002-09-13 2004-03-17 华为技术有限公司 Method for realtime synchronisation of net element and telecommunication system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6192034B1 (en) * 1997-06-30 2001-02-20 Sterling Commerce, Inc. System and method for network integrity management
CN1459953A (en) * 2002-05-22 2003-12-03 西门子(中国)有限公司 03 meso interface communication method used for electrocommunication network and 03 mesoservice apparatus
CN1482767A (en) * 2002-09-13 2004-03-17 华为技术有限公司 Method for realtime synchronisation of net element and telecommunication system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘立卫,严磊.J2EE架构下的电信网管系统.电信科学 2003年第5期.2003,(2003年第5期),31-33.
刘立卫,严磊.J2EE架构下的电信网管系统.电信科学 2003年第5期.2003,(2003年第5期),31-33. *

Also Published As

Publication number Publication date
CN1728700A (en) 2006-02-01

Similar Documents

Publication Publication Date Title
CN1728700B (en) Web telecommunication network management system based on 'struts' architecture, and method
US7752284B2 (en) System for designing and performing web application
US8146097B2 (en) Method, apparatus, and system for implementing view caching in a framework to support web-based applications
CN101849228B (en) Method and system for creating it-oriented server-based web applications
US8359335B2 (en) Computing system and method to implicitly commit unsaved data for a world wide web application
US7546298B2 (en) Software, devices and methods facilitating execution of server-side applications at mobile devices
US7774747B2 (en) System and associated methods for software assembly
US7873908B1 (en) Method and apparatus for generating consistent user interfaces
US7454759B2 (en) Method, apparatus, and system for implementing a framework to support a web-based application
US20060265662A1 (en) System and method for generating and updating user interfaces of web-based applications
US20030225774A1 (en) Conversion of an object model to a source file generation model
US20050177587A1 (en) Method, apparatus, and system for immediate posting of changes in a client server environment
US20070016915A1 (en) Method, apparatus, and system for implementing caching of view custom options in a framework to support web-based applications
US20020184610A1 (en) System and method for building multi-modal and multi-channel applications
WO2001084308A1 (en) Process for automatically creating and controlling a set of graphical objects in a client-server environment
US8046343B2 (en) Computing system and method for automatic completion of pick field
US7870492B2 (en) Method, apparatus, and system for managing commands in a client server environment
CN113626016A (en) Front-end and back-end separated reusable component based on Vue + Element UI + Koa2
Feng et al. Construction of B2B Electronic Commerce System Based on Apache Struts Framework
Nyberg et al. Mastering BEA webLogic server
Schmidt et al. A Comparison of Web Visualization Frameworks for eBusiness Applications Using the Example of an Online Shop
Zhou et al. New framework of NGN web-based management system

Legal Events

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