互联网发展到如今也近20年之久,视频信息一直作为互联网发展中的一个重要角色在不断更新进化。视频信息从最初的文本显示到现在集文字、视频、音频与一体,成为一种网络多媒体浏览网站。作为一种媒体传输媒介,视频信息如今也分各个类别,各种形式。本文着重对视频点播系统进行分析和研究,浅析视频点播的现状和存在的一些问题并对此进行研究,通过对问题和现状的分析研究和对用户需求的一个简单整理建模,设计并且实现一个视频点播系统。
视频点播系统采用的开发框架为SSM框架,也就是Spring mvc、Spring、MyBatis这三个框架,页面设计用的是jsp技术作为动态页面文件设计,jsp文件里可以对实现html等界面布局的代码,采用SpringMVC替代传统的struts2框架,主要对jsp访问的拦截和控制,Spring作为整个控制的核心,通过控制反转技术和面向切面技术,让Spring自动对使用的类文件进行调用和导入,MyBatis主要作为底层操作数据库,不牵扯业务逻辑,开发工具采用Eclipse,服务器用的是tomcat。编码语言是Java,数据库采用Mysql。
关键词:视频点播系统;Java;MySQL;SSM框架;VUE框架
It has been nearly 20 years since the development of the Internet, and video-on-demand has been continuously updated and evolved as an important role in the development of the Internet. Video-on-demand has integrated text, video, and audio from the initial text display to now, becoming a network multimedia browsing website. As a media transmission medium, video-on-demand is now divided into various categories and forms. This article focuses on the analysis and research of the video on demand system, analyzes the current situation of the video on demand and some existing problems, and conducts research on it. Through the analysis and research of the problems and the current situation, and a simple modeling and modeling of user needs, design and implement A video-on-demand system.
The development framework adopted by the video-on-demand system is the SSM framework, namely Spring mvc, Spring, and MyBatis. The page design uses jsp technology as a dynamic page file design. The code that implements the interface layout such as html can be used in the jsp file. Using SpringMVC instead of the traditional struts2 framework, it mainly intercepts and controls JSP access. Spring is the core of the entire control. Through the inversion of control technology and the aspect-oriented technology, Spring can automatically call and import the used class files. MyBatis is mainly used as The underlying operation database does not involve business logic, the development tool uses Eclipse, and the server uses tomcat. The coding language is Java, and the database uses Mysql.
Key Words:Video-on-demand system; Java; MySQL; SSM framework; VUE framework