当前位置:文档之家› 教学管理系统毕业设计(论文)任务书

教学管理系统毕业设计(论文)任务书

大连交通大学信息工程学院 毕业设计(论文)任务书

题 目 蒙奇奇教学管理系统 任务及要求: 1.设计(研究)内容和要求 任务: 1、调查蒙奇奇教学管理系统的近况,完成实习报告,字数不少于3000,第三周交给指导老师。 2、结合自己实习情况安排进度,填写进度计划表,第二周完成后交给指导老师签字,并严格执行。 3、按照软件工程思想,独立完成系统的设计和程序开发,完成代码估计2000行左右。 4、用JSP技术实现基于教学中排课、选课等基本功能。 5、程序简洁,算法可行,运行情况良好。

要求: 1、 每周和指导老师至少见面沟通一次,回报课题进展情况,接受老师询问。 2、 接到任务书后,查阅与题目及专业相关的外文资料进行翻译,要求不少于10000个外文字符,译出汉字不得少于3000,于第四周交给指导老师审阅。 3、 毕业设计第13周完成毕业论文的装订,并由指导老师评阅。论文要求12000字以上,包括综述、系统总体设计、系统实现、性能分析、结论等。 4、 教学第13周通过中软及教研室组织进行软件验收,验收时要提供软件使用说明书。 5、 于第13周提出毕业答辩申请并签字。 6、 第14 周答辩,要求制作PPT

2.原始依据 通过大学几年的学习,已经学习了诸如软件工程、数据库原理及应用、数据结构、C++、Visual Basic、JAVA等多门程序设计语言和网络等基础知识和专业知识,学生有能力而且可以独立完成小中型项目的设计与开发。学校现有设备和环境可以提供给学生实习和上机,而且具有专业老师可以指导学生。 3.参考文献 [1] 李发致.项目管理教程.电子工业出版社.2005.2 [2] 张怀庆.java案例精粹150例.北京冶金工业出版社.2005.2 [3] 张孝祥.JSP项目管理培训教程.清华大学出版社.2008.6 [4] 王建 张金波.java程序设计实训教程.北京海洋出版社.2006.01 [5] Bernd Bruegge.面向对象软件工程.清华大学出版社.2003.7 [6] Campbell R.Mconnell Stanley L.Brue.Micro-Economics[J].set in century oldstyle by York Graphic Services.2000 [7] 仝春灵,沈祥玖.数据库原理与应用—MySQL.中国水利水电出版社.2003 [8] 耿祥义,张跃平.JAVA2实用教程[M].清华大学出版社.2006 [9] 楼兴华.MySQL数据库系统开发实例导航[M].人民邮电出版社.2004 [10] 钱雪忠.数据库原理及应用[M].北京邮电大学出版社.2008

指导教师签字: 教研室主任签字: 2012年3月26日

大连交通大学信息工程学院 毕业设计(论文)进度计划与考核表 学生姓名 冯程程 专业班级 软件工程 08-1班 指导教师 杨 迪 李孝贵 本课题其他人员 无 题 目 蒙奇奇教学管理系统 日 期 计划完成内容 完成情况 指导老师检查签字

第1周 拟订《毕业论文进度计划与考核表》

第2周 完成实习或调研报告 第3周 提交外文文献翻译资料 第4周 系统概要设计阶段 第5周 系统详细设计阶段 第6周 系统编码实施、完成论文初稿 第7周 完成系统编码实施 第8周 系统编码调试、提交论文初稿 第9周 完成系统编码调试、完善毕业论文 第10周 完成撰写毕业设计论文编写及代码测试 第11周 完成论文终稿、准备毕业论文打印、装订 第12周 提交毕业论文终稿及代码 第13周 完成毕业论文 第14周 毕业论文答辩

指导教师签字: 年 月 日 注:“计划完成内容”由学生本人认真填写,其它由指导教师考核时填写。 大连交通大学信息工程学院 毕业设计(论文)外文翻译

学生姓名 冯程程 专业班级 软件工程08-1班 指导教师 杨迪 李孝贵 职 称 高工 助教 所在单位 信息科学系软件工程教研室 教研室主任 刘瑞杰

完成日期 2012 年 4 月 13 日 The Web application and the development

In this paper we present and discuss a template/meta-data based partial code generation system supporting web application development. Seamlessly incorporating the recent top-notch technologies, the framework maximally exploits the capabilities of the underlying implementation technologies. Our approach primarily benefits the framework and code developers. In addition, the complete separation of data model, navigation model, and presentation model reflects on a more general conceptual process that would decouple the technique and methodology from its underlying technology choices. The decoupling between the generated code and the code that is necessarily added later on through other development pathways than the generator deals with the incremental changes and adaptations of the models in the face of an operational system, therefore further enhances the extensibility, maintainability, and reusability of the generated applications. Categories and Subject Descriptors Involving with multiple disciplines relating to the computing and networking technologies, the development of web applications can be quite complex, costly and time-consuming, if not supported by a practical methodology [9]. In order to increase the productivity of web application development, a wealth of languages and standards and techniques have been created. On the basis of our consulting experience in industry, we believe that the following technologies dominate in the present web application realm. The Java 2 platform, Enterprise Edition (J2EE) defines de facto standard software architecture for multi-tier interactive web applications [16]. Meanwhile, application servers, which most commercial products available today are based on the J2EE platform, provide system-level environmental support for web application development that prevent developers from tedious coding of system level utilities [13]. According to the J2EE paradigm, the architecture of a typical web application reflects the traditional three-tier architectural model [15]: front-end, middle tier, and back-end. The Hyper-Text Markup Language (HTML),JSP, and JavaScript provide powerful means to describe dynamic web interfaces for applications; and Java Servlet provides underlying support to construct web page information on the fly. The concepts of session bean and entity bean in EJB technique clearly decouple the code serving for business logic processing from the code of data, thus provide a commanding infrastructure to construct the middle-tier of applications. Furthermore, the EJB engine provides a higher-level abstraction over the underlying data model storage devices – the traditional relational database, which is considered to be the back-end of a web application. In addition, some other techniques further assist to firm the J2EEbased development methodology, such as Struts [23], Ant [1], and XML [21]. Struts provides an open source unified front-end Model-View-Controller (MVC) framework [10] for web applications. Ant is a Java based prompt build tool that allows developers to utilize XML technique to configure the relationships between different building blocks and generate the compiled version. As a universal description language, XML provides a de facto standard language to define and describe web applications. J2EE-based techniques have enabled the explosion in the number of web applications that we

相关主题