你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

基于BS结构的J2EE为基础的在线程序判定_计算机专业论文

发布时间:2015-01-16 来源:人大经济论坛
计算机专业论文范文 摘要 本文中我们将要展现一个基于B/S结构的J2EE为基础的在线程序判定(Online Judge)应用。这个应用使用JSP来接受用户输入,使用Servlet来处理用户的请求,并使用JDBC与数据库进行通信来管理数据,中间件使用了Apache的Tomcat服务器。在后端关键的编译系统中,我们采用了Visual C++进行构建,并使用JNI技术来粘合Java技术与C/C++语言间的鸿沟。但是前端的J2EE系统与后台的自动化编译系统间并没有直接的耦合,它们的关系是并行的。后端系统同样使用JDBC对与数据库进行通信,操作数据并处理自己的任务。本文中所描述的应用系统已在Windows 2003 Service Pack 2上通过了测试。 关键词 程序设计竞赛,ACM/ICPC,J2EE,Java ABSTRACT In this paper, we will represent an Online Judge System basically used J2EE technology which based on B/S architecture. This application use JSP for user input, use servlet for user request parsing, manufacture data through JDBC technology on the database, use Apache Tomcat as the middle-ware server. We use the Visual C++ to build the back-end compiling-judge system,and use JNI technology to join the divide between Java and C plus plus. But the front-end web system and the back-end auto-compiling system are not coupled, they are parallel running. The back-end system also use JDBC to communicate with the database, manufacturing the datas and going on its tasks. The application schemed in the paper is passed testing on Windows Server 2003 Service Pack 2. Keywords Program Contest, ACM/ICPC, J2EE, Java 目录 摘要I ABSTRACTII 第1章绪论1 1.1 ACM/ICPC1 1.2 研究简介1 1.3 本章小结3 第2章在线判定系统4 2.1 传统判定系统的缺点4 2.2 技术介绍5 2.2.2 J2EE技术6 2.2.3 JNI 技术7 2.2.4 Windows API7 2.3 本章小结8 第3章在线判定系统的功能概览9 3.1 基本的要求10 3.2 需求说明书11 3.3 本章小结11 第4章在线判定系统的功能设计12 4.1 前台Web子系统的功能设计12 4.2 后台自动化编译子系统的功能设计13 4.3 本章小结14 第5章数据库设计15 5.1 数据库详细设计15 5.2 DAO的实现19 5.3 本章小结21 第6章前台系统Java Web部分模块实现22 6.1 前台功能的实现22 6.2 本章小结30 第7章后台系统JNI及本地部分模块实现31 7.1 后台功能的实现31 7.2 本章小结42 第8章总结与展望43 致谢44 参考文献45
经管之家“学道会”小程序
  • 扫码加入“考研学习笔记群”
推荐阅读
经济学相关文章
标签云
经管之家精彩文章推荐