- 1、本文档共46页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
《Struts Spring Hibernate Together》.pdf
Chapter 2
Spring Quick Start Tutorial
Developing Your First Spring Web Application
The following chapter is a sample from SourceBeat’s Spring Live book by Matt Raible. Please visit
to access the book.
This chapter is a tutorial on how to write a simple Spring web application using the Struts MVC framework for
the front end, Spring for the middle-tier glue, and Hibernate for the back end. In Chapter 4, this application will
be refactored to use the Spring MVC framework.
This chapter covers the following topics:
• Writing tests to verify functionality.
• Configuring Hibernate and Transactions.
• Loading Spring’s applicationContext.xml file.
• Setting up dependencies between business delegates and DAOs.
• Wiring Spring into the Struts application.
Spring Live
Overview 14
Overview
You will create a simple application for user management that does basic CRUD (Create, Retrieve, Update and
Delete). This application is called MyUsers, which will be the sample application throughout the book. It’s a 3-
tiered webapp, with an Action that calls a business delegate, which in turn calls a Data Access Object (DAO).
The diagram below shows a brief overview of how the MyUsers application will work when you finish this
tutorial. The numbers below indicate the order of flow – from the web (UserAction) to the middle tier,
(UserManager), to the data layer (UserDAO) – and back again.
Figure 2.1: MyUsers application flow
This application uses Struts as the MVC framework because most readers are familiar with Struts. The real
power of Spring lies in its declarative transactions, dependency binding and persistence support (for example
Hibernate and iBATIS). Chapter 4
您可能关注的文档
- 《Spring Security-3.0.1 中文官方》.pdf
- 《Spring Security-3.0.1中文官方(翻译版)》.pdf
- 《Spring SpringMVC JPA Hibernate搭建》.pdf
- 《Spring 二零一六 Issue》.pdf
- 《Spring 二零一六 Programmatic FINAL》.pdf
- 《Spring 二零一六》.pdf
- 《spring 快速开发》.pdf
- 《Spring 远程代码执行中文》.pdf
- 《spring+ hibernate用户管理系统》.pdf
- 《spring+acegi+中文手册》.pdf
- 2023年度安全员考试题库检测试题打印附答案详解(达标题).docx
- 2023年度安全员考试题库检测试题打印(实用)附答案详解.docx
- 2023年度安全员考试题库检测试题打印附完整答案详解【名师系列】.docx
- 2023年度安全员考试题库检测试题打印及答案详解【考点梳理】.docx
- 2023年度安全员考试题库检测试题打印附完整答案详解【各地真题】.docx
- 2023年度安全员考试题库检测试题打印附参考答案详解【完整版】.docx
- 2023年度安全员考试高分题库含答案详解(精练).docx
- 2023年度安全员考试高分题库及参考答案详解【能力提升】.docx
- 2023年度安全员考试高分题库附答案详解【典型题】.docx
- 2023年度安全员考试高分题库及参考答案详解(培优B卷).docx
最近下载
- 风险管理高频考点第一章 风险管理基础 .pdf VIP
- 康居小区外网施工组织设计精品.doc VIP
- 2025年电工中级职业技能考试真题卷(电工安全操作与事故处理篇).docx VIP
- 2025年电工中级职业技能考试真题卷:电工中级职业技能考试在线备考班.docx VIP
- 第十四章 整式的乘法与因式分解单元培优卷(原卷版).docx VIP
- 2025年电工中级职业技能考试真题卷:电工中级职业技能考试在线试题.docx VIP
- 第十四章 整式的乘法与因式分解单元培优卷(原卷版).pdf VIP
- 2025年电工中级职业技能理论考试笔试试题(600题)含答案.docx VIP
- 2025年全国电工中级职业技能理论考试试题(700题)含答案.docx VIP
- 介入式心脏瓣膜技术考核试卷.docx
文档评论(0)