上者
去百度文库,查看完整内容>内容来自用户:秦园园毕业设计说明书英文文献及中文翻译班级:学号:姓名:学院:软件学院专业:指导教师:2014年6月英文文献出自《IBM System Journal,2006,44(2):33-37》作者:Malcolm DavisStruts——An Open-source MVC ImplementationThis article introces Struts, a Model-View-Controller implementation that uses servlets and JavaServer Pages (JSP) technology. Struts can help you control change in your Web project and promote specialization. Even if you never implement a system with Struts, you may get some ideas for your future servlets and JSP page implementationIntroctionKids in grade school put HTML pages on the Internet. However, there is a monumental difference between a grade school page and a professionally developed Web site. The page designer (or HTML developer) must understand colors, the customer, proct flow, page layout, browser compatibility, image creation, JavaScript, and more. Putting a great looking site together takes a lot of work, and most Java developers are more interested in creating a great looking object interface than a user interface. JavaServer Pages (JSP) technology provides the glue between the page designer and the Java developer.If you have work