基于JSP网页自动生成工具的设计与实现(Design and implementation of automatic web page generation tool based on JSP).doc
文本预览下载声明
基于JSP网页自动生成工具的设计与实现(Design and implementation of automatic web page generation tool based on JSP)
On high, wed be two birds flying wing to wing. On earth, two trees with branches twined from spring to spring。 The high shore Valley, great change. Warm wind birds broken, high heavy shadows. Never be contented with your study; never be impatient with your teaching。 Yanshan snowflakes as big as a seat, energy-saving. Abstract: Web development technology is an important aspect of Internet applications, and JSP is the most advanced technology developed by Web. It is the preferred technology of Web developers. However, since JSP requires higher Web developers, many of the average Web developers are not yet able to use this advanced technology. The design and implementation of JSP web page automatic generation tool based on template and tag library are discussed, and the concrete design idea and implementation method are put forward.
Keywords: JSP; automatic generation; Web development; tag; tag library; template
Catalog:
Introduction ..2
1 system design goals and main technologies used .4
1.1 design goals Four
1.2 main technology Four
1.2.1 template technology .4
1.2.2 tag library technology .4
2, the composition and implementation of the system .6
2.1 system composition Six
2.2 system implementation Seven
Implementation of 2.2.1 template library and tag library .7
2.2.2 system development environment .11
3 conclusion .11
Introduction
With the popularity of WWW (World, Wide, Web), dynamic web technology is developing rapidly. From the original CGI (Common Gateway Interface) to ASP (Active Server Page), are to some extent to meet the needs of dynamic web development technology of web developers. But whether CGI or ASP have some limitations, such as the CGI server resources, ASP can only be used together with Microsoft IIS, which limits the use of these technologies, which greatly hindered their popularization. The majority of the page developers are eager for a unified page
显示全部