Computer, Software Engineering and Applications

A special issue of Information (ISSN 2078-2489). This special issue belongs to the section "Information Applications".

Deadline for manuscript submissions: closed (31 May 2022) | Viewed by 18384

Special Issue Editor


E-Mail Website
Guest Editor
College of Engineering, Southern University of Science and Technology, Shenzhen, China
Interests: collaborative engineering; ERP

Special Issue Information

Dear Colleagues,

Information proposes a Special Issue on “The 2021 3rd International Conference on Computer, Software Engineering and Applications”. This Special Issue intends to contain a selection of carefully revised and extended papers to be presented at the CSEA 2021, to be held in Wuhan, China, 27–29 November 2021. CSEA 2021 aims to provides an excellent international forum for academia, industry, and government to discuss research results and advancements, emerging challenges, and future trends in computer and software technologies and applications. Contributors are invited to submit original papers for publication in this Special Issue. Please follow the instructions available here regarding the number of pages and page formatting. Research papers should reach us by 31 May 2022 at the latest.

Prof. Dr. Yongsheng Ma
Guest Editor

Manuscript Submission Information

Manuscripts should be submitted online at www.mdpi.com by registering and logging in to this website. Once you are registered, click here to go to the submission form. Manuscripts can be submitted until the deadline. All submissions that pass pre-check are peer-reviewed. Accepted papers will be published continuously in the journal (as soon as accepted) and will be listed together on the special issue website. Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 100 words) can be sent to the Editorial Office for announcement on this website.

Submitted manuscripts should not have been published previously, nor be under consideration for publication elsewhere (except conference proceedings papers). All manuscripts are thoroughly refereed through a single-blind peer-review process. A guide for authors and other relevant information for submission of manuscripts is available on the Instructions for Authors page. Information is an international peer-reviewed open access monthly journal published by MDPI.

Please visit the Instructions for Authors page before submitting a manuscript. The Article Processing Charge (APC) for publication in this open access journal is 1600 CHF (Swiss Francs). Submitted papers should be well formatted and use good English. Authors may use MDPI's English editing service prior to publication or during author revisions.

Keywords

  • computer education and learning technologies
  • data sciences, analytics and technologies
  • computer architecture and platforms
  • security, privacy and trust in computing
  • networks, communications, internet and web technologies
  • mobile, wearable and application

Published Papers (1 paper)

Order results
Result details
Select all
Export citation of selected articles as:

Research

13 pages, 1567 KiB  
Article
Design and Implementation of Energy Management System Based on Spring Boot Framework
by Fang Zhang, Guiling Sun, Bowen Zheng and Liang Dong
Information 2021, 12(11), 457; https://0-doi-org.brum.beds.ac.uk/10.3390/info12110457 - 04 Nov 2021
Cited by 11 | Viewed by 17539
Abstract
This paper designs and implements an energy management system based on the Spring Boot framework. The system mainly includes three layers, which are the data collection layer, the business logic layer, and the display interface layer from bottom to top. The data collection [...] Read more.
This paper designs and implements an energy management system based on the Spring Boot framework. The system mainly includes three layers, which are the data collection layer, the business logic layer, and the display interface layer from bottom to top. The data collection layer is based on the RS-485 electrical standard and the MODBUS communication protocol. The two protocols connect all energy consumption monitoring points into a mixed topology communication network in the enterprise. The programs in the data collection layer poll each energy consumption monitoring point in the network to collect the data and transmit to the business logic layer. The business logic layer is developed on the basis of the Spring Boot framework and mainly includes two parts: the MySQL database and Tomcat server. In the MySQL database, the stored data are horizontally split according to the time column and stored in different data tables. The split of data reduces the load of a single data table and improves the query performance of the database. The Tomcat server is built into the Spring Boot framework to provide a basic environment for system operation. The Spring Boot framework is the core component of the system. It is responsible for collecting, storing, and analyzing data from energy consumption monitoring points, receiving and processing data requests from the display interface layer. It also provides standard data interfaces to the external programs. The display interface layer is developed on the basis of the Vue framework and integrated into the Spring Boot framework. The display layer combines an open-source visualization chart library called ECharts to provide users with a fully functional and friendly human–computer interaction interface. Through the calculation of hardware and software costs, considering the personnel cost in different regions, the total cost of the energy management system can be estimated. The cost of construction was approximately 210,000 USD in this paper. Since the system was actually deployed in a manufacturing company in December 2019, it has been operating stably for more than 600 days. Full article
(This article belongs to the Special Issue Computer, Software Engineering and Applications)
Show Figures

Figure 1

Back to TopTop