Journal of Jilin University(Information Science Ed

Previous Articles     Next Articles

Research on SpringMVC-based Multi-Platform J2EE Development

LI Xiao, REN Weizheng   

  1. School of Electronic Engineering, Beijing University of Posts and Telecommunications, Beijing 100876, China
  • Received:2016-09-21 Online:2017-09-29 Published:2017-10-23

Abstract:  To deal with request and response issues in multi-platform J2EE ( Java Enterprise Editon)
development, a development architecture approach based on SpringMVC is proposed. The approach’s core is
dispatcherServlet, which distributes requests to the server’s specific Controller depending on the type of client
then return different types of result as responses after processing. A system framework is implemented by this
approach, it makes use of the B/ S way, which uses server rather than client to complete business operations,
and client is used for displaying data. And a new cross-domain asynchronous data interaction method is put
forward. On the database side, Hibernate technology is used for data persistence, and native MySQL warm
backup tool is used to ensure data security; In transmission, HTTPS(Hyper Text Transfer Protocol over Secure
Socket Layer) is used for authentication and encrypted communications. The problem of performance is tested
and verified by a system checking.

Key words: multi-platform, Java enterprise editon ( J2EE ) development;data interaction, springMVC technology

CLC Number: 

  •