论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
基于JSP的BBS系统设计与实现
摘要:在2101世纪,地球因为互联网的存在,早已变成1个村落。人们在互联网世界里尽情的遨游,享受着Internet带来的无限乐趣。我们习惯了上网看新闻、去论坛看帖、网上购物、撰写自己的网络日志等等。当然,最离不开的,还是各种搜索引擎,帮我们找到想要的信息。总之,互联网已经成为我们的1种生活方式,1个巨大的知识库。
这篇设计,围绕如何构建网上论坛系统展开研究。网上论坛系统是最常见的网络形式,其主要功能是给网友1个交流的平台,大家畅所欲言,互相学习和帮助。分为6个部分。从系统的需求分析开始,1直到系统详细设计、系统测试与维护,详细论述了系统的整个开发过程。本系统基于B/S模式,采用流行的JSP+JavaBean+后台数据库3层架构。在设计过程中,将页面显示与功能逻辑实现分离开来,提高了代码的重用,有利于日后系统的维护和升级。本系统设计完成后可实现简单的看帖、发帖功能,经作者测试可在多个平台使用。
关键词:BBS系统;B/S模式;JavaBean;帖子
The design and realization of web forum system which based on JSP technology
Abstract: In the 21th, the Earth becomes a village, Because the presence of the Internet. People traveling around in Internet world, and enjoy themselves in it. We used to watch news , browse topics in web forum , go shopping on E-business websit, write our blog and so on . Of course, The most necessary are numbers of searching engines which help us find the desired information. In a word, Internet turns to a type of our life style, a huge repository.
This dissertation focusing on how to build a simple online forum system. Online forum system is one of the most common form of network, and its main function is giving Internet users a platform to exchange, communicating, learning and helping each other. The dissertation include six parts, which Beginning with system desiring analysis and end of system test, and make a detailed analysis of the whole development. The development of the forum including the interface of front and management systems of background. The system based on the B/S model, using the popular Three-tier Model (JSP+JavaBean+ database) .In the design process, I separate the display of pages from the functional logic, in order to make the system is conducive to the maintenance and upgrading. After the completion of the design, the forum can realize a simple function of watch/post topic, and run in a number of platforms.
Keywords: Web forum system,B/S mode,JavaBean,Topic
注释:不含源代码