摘 要目前,国内游戏市场上的网络游戏有许多种类,游戏在玩法上也越来越雷同,形式越来越单调。这种游戏性系统给玩家带来的成就感虽然是无穷的,但是也有随之而来的疲惫感,尤其是需要花费大量的时间和精力,这对于大多数人来说都是很难做到的。本设计采用 Java 面向对象编程语言,论述了基于 Java Web 开发的多功能游戏大厅的开发与实现,研究了目前主流的轻量级 J2EE 应用体系结构,对所选框架进行了分析和论述。系统集成了 Spring MVC、Spring、Mybatis 的 Java Web 开发框架,使用 IntelliJ IDEA 集成开发工具和 SQL Server 数据库管理系系统(DBMS)。系统界面简单清晰,内容包含用户管理、游戏管理、游戏热度排名、公告展示等模块。Web 游戏大厅与其他游戏大厅不同,首先,它不需要下载客户端,打开网页就能游戏;其次,Web 游戏有一定的益智性,比如策略类、经营类等等。在画面上虽无法与大型网络游戏的界面与规模相比,但是开发者在制作过程中将更多的精力放在了如何提高游戏的趣味性和乐趣上。于是 Web 游戏大厅应运而生,并且以其界面简洁、功能齐全、易用性高、对硬件要求低等特点备受青睐。关键词:游戏大厅; 软件开发框架; 数据库管理系统ABSTRACTAt present, there are many kinds of online games in the domestic game market, and the game is more and more similar in terms of gameplay, and the form is more and more monotonous. This kind of gameplay system gives players a sense of accomplishment, but there is also a sense of exhaustion, especially the need to spend a lot of time and energy, which is very difficult for most people.This design adopts Java object-oriented programming language, discusses the development and implementation of multi-function game hall based on Java Web development, studies the current mainstream lightweight J2EE application architecture, and analyzes and discusses the selected framework. The system integrates the Java Web development framework of Spring MVC, Spring, and Mybatis, using IntelliJ IDEA integrated development tools and SQL Server database management...