实例介绍
struts+spring+hibernate项目实战源码
【实例截图】
【核心代码】
HpuTax2.0
└── HpuTax2.0
├── conf
│ ├── applicationContext.xml
│ ├── db.properties
│ ├── log4j.properties
│ └── struts.xml
├── src
│ └── cn
│ └── edu
│ └── hpu
│ └── tax
│ ├── core
│ │ ├── action
│ │ │ ├── BaseAction.java
│ │ │ ├── HomeAction.java
│ │ │ ├── SysResultAction.java
│ │ │ └── TaxHomeAction.java
│ │ ├── conf
│ │ │ ├── home-struts.xml
│ │ │ └── taxHome-struts.xml
│ │ ├── content
│ │ │ └── Constant.java
│ │ ├── dao
│ │ │ ├── BaseDao.java
│ │ │ └── impl
│ │ │ └── BaseDaoImpl.java
│ │ ├── exception
│ │ │ ├── ActionException.java
│ │ │ ├── ServiceException.java
│ │ │ └── SysException.java
│ │ ├── filter
│ │ │ └── LoginFilter.java
│ │ ├── page
│ │ │ └── PageResult.java
│ │ ├── permission
│ │ │ ├── impl
│ │ │ │ └── PermissionCheckImpl.java
│ │ │ └── PermissionCheck.java
│ │ ├── service
│ │ │ ├── BaseService.java
│ │ │ └── impl
│ │ │ └── BaseServiceImpl.java
│ │ └── util
│ │ ├── ExcelUtil.java
│ │ └── QueryHelper.java
│ ├── info
│ │ ├── action
│ │ │ └── InfoAction.java
│ │ ├── conf
│ │ │ ├── info-spring.xml
│ │ │ └── info-struts.xml
│ │ ├── dao
│ │ │ ├── impl
│ │ │ │ └── InfoDaoImpl.java
│ │ │ └── InfoDao.java
│ │ ├── entity
│ │ │ ├── Info.hbm.xml
│ │ │ └── Info.java
│ │ └── service
│ │ ├── impl
│ │ │ └── InfoServiceImpl.java
│ │ └── InfoService.java
│ ├── login
│ │ ├── action
│ │ │ └── LoginAction.java
│ │ └── conf
│ │ └── login-struts.xml
│ ├── role
│ │ ├── action
│ │ │ └── RoleAction.java
│ │ ├── conf
│ │ │ ├── role-spring.xml
│ │ │ └── role-struts.xml
│ │ ├── dao
│ │ │ ├── impl
│ │ │ │ └── RoleDaoImpl.java
│ │ │ └── RoleDao.java
│ │ ├── entity
│ │ │ ├── Role.hbm.xml
│ │ │ ├── Role.java
│ │ │ ├── RolePrivilegeId.java
│ │ │ ├── RolePrivilege.java
│ │ │ └── RoleRrivilege.hbm.xml
│ │ └── service
│ │ ├── impl
│ │ │ └── RoleServiceImpl.java
│ │ └── RoleService.java
│ └── user
│ ├── action
│ │ └── UserAction.java
│ ├── conf
│ │ ├── user-spring.xml
│ │ └── user-struts.xml
│ ├── dao
│ │ ├── impl
│ │ │ └── UserDaoImpl.java
│ │ └── UserDao.java
│ ├── entity
│ │ ├── User.hbm.xml
│ │ ├── User.java
│ │ ├── UserRole.hbm.xml
│ │ ├── UserRoleId.java
│ │ └── UserRole.java
│ └── service
│ ├── impl
│ │ └── UserServiceImpl.java
│ └── UserService.java
├── Test
│ └── cn
│ └── edu
│ └── hpu
│ └── tax
│ └── test
│ ├── conf
│ │ ├── database.sql
│ │ ├── test-spring.xml
│ │ └── test-struts.xml
│ ├── dao
│ │ ├── impl
│ │ │ └── TestDaoImpl.java
│ │ └── TestDao.java
│ ├── entity
│ │ ├── EmpRole.hbm.xml
│ │ ├── EmpRoleId.java
│ │ ├── EmpRole.java
│ │ ├── Person.hbm.xml
│ │ ├── Person.java
│ │ ├── RolePri.hbm.xml
│ │ ├── RolePriId.java
│ │ ├── RolePri.java
│ │ ├── TDept.hbm.xml
│ │ ├── TDept.java
│ │ ├── TEmp.hbm.xml
│ │ ├── TEmp.java
│ │ ├── TLeader.hbm.xml
│ │ ├── TLeader.java
│ │ ├── TOrg.hbm.xml
│ │ ├── TOrg.java
│ │ ├── TPrivilege.hbm.xml
│ │ ├── TPrivilege.java
│ │ ├── TRole.hbm.xml
│ │ └── TRole.java
│ ├── service
│ │ ├── impl
│ │ │ └── TestServiceImpl.java
│ │ └── TestService.java
│ ├── TestAction.java
│ ├── TestLog.java
│ └── TestMerge.java
└── WebRoot
├── common
│ ├── bg.jsp
│ ├── header.jsp
│ ├── pageNavigator.jsp
│ └── welcome.jsp
├── css
│ ├── home.css
│ ├── login.css
│ ├── nsfw
│ │ ├── css.css
│ │ └── style.css
│ └── skin1.css
├── database
│ └── database.sql
├── images
│ ├── common
│ │ └── error.jpg
│ ├── home
│ │ ├── banner_bg.jpg
│ │ ├── banner_bg.png
│ │ ├── banner_hover.png
│ │ ├── banner_xt.jpg
│ │ ├── bt2_bg.jpg
│ │ ├── bt_bg.jpg
│ │ ├── exit.png
│ │ ├── flash.swf
│ │ ├── gs09.png
│ │ ├── gs10.png
│ │ ├── help.png
│ │ ├── home_bg.png
│ │ ├── ind01.png
│ │ ├── ind02.png
│ │ ├── kjfs_bg.png
│ │ ├── left_bg.jpg
│ │ ├── sj.png
│ │ └── top_bg.png
│ ├── login
│ │ ├── bg2.png
│ │ ├── form_03.png
│ │ ├── form_07.png
│ │ ├── form_15.png
│ │ ├── form_17.png
│ │ ├── kuan.png
│ │ ├── shuru_03_2.png
│ │ └── shuru_03.png
│ ├── nsfw
│ │ ├── 1.png
│ │ ├── banner_bg.png
│ │ ├── banner_bg.psd
│ │ ├── banner_hover.png
│ │ ├── banner_xt.jpg
│ │ ├── bosimao.png
│ │ ├── bt2_bg.jpg
│ │ ├── bt_bg.jpg
│ │ ├── dcl_jd.png
│ │ ├── dcr_jd.png
│ │ ├── dy_bg.png
│ │ ├── e_bg.png
│ │ ├── e_icon.png
│ │ ├── exam_bg.png
│ │ ├── exit.png
│ │ ├── flash.swf
│ │ ├── gl.png
│ │ ├── grtx.jpg
│ │ ├── grzx01_2.jpg
│ │ ├── grzx01.png
│ │ ├── grzx02.png
│ │ ├── grzx03.png
│ │ ├── grzx04.png
│ │ ├── gslogo.jpg
│ │ ├── help.png
│ │ ├── home_bg.png
│ │ ├── icoBG.png
│ │ ├── icon_yy.png
│ │ ├── ind01.png
│ │ ├── ind03.png
│ │ ├── jf.png
│ │ ├── jt_bg.png
│ │ ├── kjfs_bg.png
│ │ ├── kjfx01.png
│ │ ├── kjfx02.png
│ │ ├── kjfx03.png
│ │ ├── kjfx04.png
│ │ ├── kjfx05.png
│ │ ├── kjfx06.png
│ │ ├── kjfx07.png
│ │ ├── kjfx08.png
│ │ ├── kjfx09.png
│ │ ├── kjfx10.png
│ │ ├── kjfx_hover.png
│ │ ├── left_bg.jpg
│ │ ├── left_bj.png
│ │ ├── left_jd.png
│ │ ├── lmbg.png
│ │ ├── maximize.png
│ │ ├── menu_bg.png
│ │ ├── pm.png
│ │ ├── right_bj.png
│ │ ├── right_jd.png
│ │ ├── sj.png
│ │ ├── sm_ddbg.png
│ │ ├── sm_libg1.png
│ │ ├── sm_libg2curr.png
│ │ ├── sm_libg2.png
│ │ ├── sw.jpg
│ │ ├── top01.jpg
│ │ ├── top02.jpg
│ │ ├── top03.jpg
│ │ ├── top_bg.png
│ │ ├── top_bj.png
│ │ ├── xingzheng.png
│ │ ├── xj.png
│ │ ├── xs01.png
│ │ ├── xs02.png
│ │ ├── xs03.png
│ │ ├── xs04.png
│ │ ├── xs05.png
│ │ ├── xs_bg.png
│ │ ├── xs_kjfs01.png
│ │ ├── xs_kjfs02.png
│ │ ├── xs_kjfs03.png
│ │ ├── xs_kjfs04.png
│ │ ├── xs_kjfs05.png
│ │ ├── xslm_bg01.png
│ │ ├── xslm_bg02.png
│ │ ├── xsxs_bg.png
│ │ ├── xszst_bg.png
│ │ ├── xt.png
│ │ ├── xzfw_bg.jpg
│ │ ├── xzfwptBg1.png
│ │ ├── xzfwptBg2.png
│ │ ├── xzfwpt_bg.png
│ │ ├── xzfwptBg.png
│ │ └── 文字.swf
│ └── skin1
│ └── button.png
├── index.jsp
├── js
│ ├── datepicker
│ │ ├── calendar.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── read me.txt
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ └── WdatePicker.js
│ ├── DD_belatedPNG.js
│ ├── jquery
│ │ └── jquery-1.10.2.min.js
│ └── ueditor
│ ├── dialogs
│ │ ├── anchor
│ │ │ └── anchor.html
│ │ ├── attachment
│ │ │ ├── attachment.css
│ │ │ ├── attachment.html
│ │ │ ├── attachment.js
│ │ │ ├── fileTypeImages
│ │ │ │ ├── icon_chm.gif
│ │ │ │ ├── icon_default.png
│ │ │ │ ├── icon_doc.gif
│ │ │ │ ├── icon_exe.gif
│ │ │ │ ├── icon_jpg.gif
│ │ │ │ ├── icon_mp3.gif
│ │ │ │ ├── icon_mv.gif
│ │ │ │ ├── icon_pdf.gif
│ │ │ │ ├── icon_ppt.gif
│ │ │ │ ├── icon_psd.gif
│ │ │ │ ├── icon_rar.gif
│ │ │ │ ├── icon_txt.gif
│ │ │ │ └── icon_xls.gif
│ │ │ └── images
│ │ │ ├── alignicon.gif
│ │ │ ├── alignicon.png
│ │ │ ├── bg.png
│ │ │ ├── file-icons.gif
│ │ │ ├── file-icons.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── progress.png
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── background
│ │ │ ├── background.css
│ │ │ ├── background.html
│ │ │ ├── background.js
│ │ │ └── images
│ │ │ ├── bg.png
│ │ │ └── success.png
│ │ ├── charts
│ │ │ ├── chart.config.js
│ │ │ ├── charts.css
│ │ │ ├── charts.html
│ │ │ ├── charts.js
│ │ │ └── images
│ │ │ ├── charts0.png
│ │ │ ├── charts1.png
│ │ │ ├── charts2.png
│ │ │ ├── charts3.png
│ │ │ ├── charts4.png
│ │ │ └── charts5.png
│ │ ├── emotion
│ │ │ ├── emotion.css
│ │ │ ├── emotion.html
│ │ │ ├── emotion.js
│ │ │ └── images
│ │ │ ├── 0.gif
│ │ │ ├── bface.gif
│ │ │ ├── cface.gif
│ │ │ ├── fface.gif
│ │ │ ├── jxface2.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── tface.gif
│ │ │ ├── wface.gif
│ │ │ └── yface.gif
│ │ ├── gmap
│ │ │ └── gmap.html
│ │ ├── help
│ │ │ ├── help.css
│ │ │ ├── help.html
│ │ │ └── help.js
│ │ ├── image
│ │ │ ├── image.css
│ │ │ ├── image.html
│ │ │ ├── image.js
│ │ │ └── images
│ │ │ ├── alignicon.jpg
│ │ │ ├── bg.png
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── image.png
│ │ │ ├── progress.png
│ │ │ ├── success.gif
│ │ │ └── success.png
│ │ ├── insertframe
│ │ │ └── insertframe.html
│ │ ├── internal.js
│ │ ├── link
│ │ │ └── link.html
│ │ ├── map
│ │ │ ├── map.html
│ │ │ └── show.html
│ │ ├── music
│ │ │ ├── music.css
│ │ │ ├── music.html
│ │ │ └── music.js
│ │ ├── preview
│ │ │ └── preview.html
│ │ ├── scrawl
│ │ │ ├── images
│ │ │ │ ├── addimg.png
│ │ │ │ ├── brush.png
│ │ │ │ ├── delimgH.png
│ │ │ │ ├── delimg.png
│ │ │ │ ├── emptyH.png
│ │ │ │ ├── empty.png
│ │ │ │ ├── eraser.png
│ │ │ │ ├── redoH.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── scaleH.png
│ │ │ │ ├── scale.png
│ │ │ │ ├── size.png
│ │ │ │ ├── undoH.png
│ │ │ │ └── undo.png
│ │ │ ├── scrawl.css
│ │ │ ├── scrawl.html
│ │ │ └── scrawl.js
│ │ ├── searchreplace
│ │ │ ├── searchreplace.html
│ │ │ └── searchreplace.js
│ │ ├── snapscreen
│ │ │ └── snapscreen.html
│ │ ├── spechars
│ │ │ ├── spechars.html
│ │ │ └── spechars.js
│ │ ├── table
│ │ │ ├── dragicon.png
│ │ │ ├── edittable.css
│ │ │ ├── edittable.html
│ │ │ ├── edittable.js
│ │ │ ├── edittd.html
│ │ │ └── edittip.html
│ │ ├── template
│ │ │ ├── config.js
│ │ │ ├── images
│ │ │ │ ├── bg.gif
│ │ │ │ ├── pre0.png
│ │ │ │ ├── pre1.png
│ │ │ │ ├── pre2.png
│ │ │ │ ├── pre3.png
│ │ │ │ └── pre4.png
│ │ │ ├── template.css
│ │ │ ├── template.html
│ │ │ └── template.js
│ │ ├── video
│ │ │ ├── images
│ │ │ │ ├── bg.png
│ │ │ │ ├── center_focus.jpg
│ │ │ │ ├── file-icons.gif
│ │ │ │ ├── file-icons.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── image.png
│ │ │ │ ├── left_focus.jpg
│ │ │ │ ├── none_focus.jpg
│ │ │ │ ├── progress.png
│ │ │ │ ├── right_focus.jpg
│ │ │ │ ├── success.gif
│ │ │ │ └── success.png
│ │ │ ├── video.css
│ │ │ ├── video.html
│ │ │ └── video.js
│ │ ├── webapp
│ │ │ └── webapp.html
│ │ └── wordimage
│ │ ├── fClipboard_ueditor.swf
│ │ ├── imageUploader.swf
│ │ ├── tangram.js
│ │ ├── wordimage.html
│ │ └── wordimage.js
│ ├── index.html
│ ├── jsp
│ │ ├── config.json
│ │ ├── controller.jsp
│ │ └── lib
│ │ ├── commons-codec-1.9.jar
│ │ ├── commons-fileupload-1.3.1.jar
│ │ ├── commons-io-2.4.jar
│ │ ├── json.jar
│ │ └── ueditor-1.1.1.jar
│ ├── lang
│ │ ├── en
│ │ │ ├── en.js
│ │ │ └── images
│ │ │ ├── addimage.png
│ │ │ ├── alldeletebtnhoverskin.png
│ │ │ ├── alldeletebtnupskin.png
│ │ │ ├── background.png
│ │ │ ├── button.png
│ │ │ ├── copy.png
│ │ │ ├── deletedisable.png
│ │ │ ├── deleteenable.png
│ │ │ ├── listbackground.png
│ │ │ ├── localimage.png
│ │ │ ├── music.png
│ │ │ ├── rotateleftdisable.png
│ │ │ ├── rotateleftenable.png
│ │ │ ├── rotaterightdisable.png
│ │ │ ├── rotaterightenable.png
│ │ │ └── upload.png
│ │ └── zh-cn
│ │ ├── images
│ │ │ ├── copy.png
│ │ │ ├── localimage.png
│ │ │ ├── music.png
│ │ │ └── upload.png
│ │ └── zh-cn.js
│ ├── themes
│ │ ├── default
│ │ │ ├── css
│ │ │ │ ├── ueditor.css
│ │ │ │ └── ueditor.min.css
│ │ │ ├── dialogbase.css
│ │ │ └── images
│ │ │ ├── anchor.gif
│ │ │ ├── arrow_down.png
│ │ │ ├── arrow.png
│ │ │ ├── arrow_up.png
│ │ │ ├── button-bg.gif
│ │ │ ├── cancelbutton.gif
│ │ │ ├── charts.png
│ │ │ ├── cursor_h.gif
│ │ │ ├── cursor_h.png
│ │ │ ├── cursor_v.gif
│ │ │ ├── cursor_v.png
│ │ │ ├── dialog-title-bg.png
│ │ │ ├── filescan.png
│ │ │ ├── highlighted.gif
│ │ │ ├── icons-all.gif
│ │ │ ├── icons.gif
│ │ │ ├── icons.png
│ │ │ ├── loaderror.png
│ │ │ ├── loading.gif
│ │ │ ├── lock.gif
│ │ │ ├── neweditor-tab-bg.png
│ │ │ ├── pagebreak.gif
│ │ │ ├── scale.png
│ │ │ ├── sortable.png
│ │ │ ├── spacer.gif
│ │ │ ├── sparator_v.png
│ │ │ ├── table-cell-align.png
│ │ │ ├── tangram-colorpicker.png
│ │ │ ├── toolbar_bg.png
│ │ │ ├── unhighlighted.gif
│ │ │ ├── upload.png
│ │ │ ├── videologo.gif
│ │ │ ├── word.gif
│ │ │ └── wordpaste.png
│ │ └── iframe.css
│ ├── third-party
│ │ ├── codemirror
│ │ │ ├── codemirror.css
│ │ │ └── codemirror.js
│ │ ├── highcharts
│ │ │ ├── adapters
│ │ │ │ ├── mootools-adapter.js
│ │ │ │ ├── mootools-adapter.src.js
│ │ │ │ ├── prototype-adapter.js
│ │ │ │ ├── prototype-adapter.src.js
│ │ │ │ ├── standalone-framework.js
│ │ │ │ └── standalone-framework.src.js
│ │ │ ├── highcharts.js
│ │ │ ├── highcharts-more.js
│ │ │ ├── highcharts-more.src.js
│ │ │ ├── highcharts.src.js
│ │ │ ├── modules
│ │ │ │ ├── annotations.js
│ │ │ │ ├── annotations.src.js
│ │ │ │ ├── canvas-tools.js
│ │ │ │ ├── canvas-tools.src.js
│ │ │ │ ├── data.js
│ │ │ │ ├── data.src.js
│ │ │ │ ├── drilldown.js
│ │ │ │ ├── drilldown.src.js
│ │ │ │ ├── exporting.js
│ │ │ │ ├── exporting.src.js
│ │ │ │ ├── funnel.js
│ │ │ │ ├── funnel.src.js
│ │ │ │ ├── heatmap.js
│ │ │ │ ├── heatmap.src.js
│ │ │ │ ├── map.js
│ │ │ │ ├── map.src.js
│ │ │ │ ├── no-data-to-display.js
│ │ │ │ └── no-data-to-display.src.js
│ │ │ └── themes
│ │ │ ├── dark-blue.js
│ │ │ ├── dark-green.js
│ │ │ ├── gray.js
│ │ │ ├── grid.js
│ │ │ └── skies.js
│ │ ├── jquery-1.10.2.js
│ │ ├── jquery-1.10.2.min.js
│ │ ├── jquery-1.10.2.min.map
│ │ ├── snapscreen
│ │ │ └── UEditorSnapscreen.exe
│ │ ├── SyntaxHighlighter
│ │ │ ├── shCoreDefault.css
│ │ │ └── shCore.js
│ │ ├── video-js
│ │ │ ├── font
│ │ │ │ ├── vjs.eot
│ │ │ │ ├── vjs.svg
│ │ │ │ ├── vjs.ttf
│ │ │ │ └── vjs.woff
│ │ │ ├── video.dev.js
│ │ │ ├── video.js
│ │ │ ├── video-js.css
│ │ │ ├── video-js.min.css
│ │ │ └── video-js.swf
│ │ ├── webuploader
│ │ │ ├── Uploader.swf
│ │ │ ├── webuploader.css
│ │ │ ├── webuploader.custom.js
│ │ │ ├── webuploader.custom.min.js
│ │ │ ├── webuploader.flashonly.js
│ │ │ ├── webuploader.flashonly.min.js
│ │ │ ├── webuploader.html5only.js
│ │ │ ├── webuploader.html5only.min.js
│ │ │ ├── webuploader.js
│ │ │ ├── webuploader.min.js
│ │ │ ├── webuploader.withoutimage.js
│ │ │ └── webuploader.withoutimage.min.js
│ │ └── zeroclipboard
│ │ ├── ZeroClipboard.js
│ │ ├── ZeroClipboard.min.js
│ │ └── ZeroClipboard.swf
│ ├── ueditor.all.js
│ ├── ueditor.all.min.js
│ ├── ueditor.config.js
│ ├── ueditor.parse.js
│ └── ueditor.parse.min.js
├── META-INF
│ └── MANIFEST.MF
└── WEB-INF
├── classes
│ ├── applicationContext.xml
│ ├── cn
│ │ └── edu
│ │ └── hpu
│ │ └── tax
│ │ ├── core
│ │ │ ├── action
│ │ │ │ ├── BaseAction.class
│ │ │ │ ├── HomeAction.class
│ │ │ │ ├── SysResultAction.class
│ │ │ │ └── TaxHomeAction.class
│ │ │ ├── conf
│ │ │ │ ├── home-struts.xml
│ │ │ │ └── taxHome-struts.xml
│ │ │ ├── content
│ │ │ │ └── Constant.class
│ │ │ ├── dao
│ │ │ │ ├── BaseDao.class
│ │ │ │ └── impl
│ │ │ │ └── BaseDaoImpl.class
│ │ │ ├── exception
│ │ │ │ ├── ActionException.class
│ │ │ │ ├── ServiceException.class
│ │ │ │ └── SysException.class
│ │ │ ├── filter
│ │ │ │ └── LoginFilter.class
│ │ │ ├── page
│ │ │ │ └── PageResult.class
│ │ │ ├── permission
│ │ │ │ ├── impl
│ │ │ │ │ └── PermissionCheckImpl.class
│ │ │ │ └── PermissionCheck.class
│ │ │ ├── service
│ │ │ │ ├── BaseService.class
│ │ │ │ └── impl
│ │ │ │ └── BaseServiceImpl.class
│ │ │ └── util
│ │ │ ├── ExcelUtil.class
│ │ │ └── QueryHelper.class
│ │ ├── info
│ │ │ ├── action
│ │ │ │ └── InfoAction.class
│ │ │ ├── conf
│ │ │ │ ├── info-spring.xml
│ │ │ │ └── info-struts.xml
│ │ │ ├── dao
│ │ │ │ ├── impl
│ │ │ │ │ └── InfoDaoImpl.class
│ │ │ │ └── InfoDao.class
│ │ │ ├── entity
│ │ │ │ ├── Info.class
│ │ │ │ └── Info.hbm.xml
│ │ │ └── service
│ │ │ ├── impl
│ │ │ │ └── InfoServiceImpl.class
│ │ │ └── InfoService.class
│ │ ├── login
│ │ │ ├── action
│ │ │ │ └── LoginAction.class
│ │ │ └── conf
│ │ │ └── login-struts.xml
│ │ ├── role
│ │ │ ├── action
│ │ │ │ └── RoleAction.class
│ │ │ ├── conf
│ │ │ │ ├── role-spring.xml
│ │ │ │ └── role-struts.xml
│ │ │ ├── dao
│ │ │ │ ├── impl
│ │ │ │ │ └── RoleDaoImpl.class
│ │ │ │ └── RoleDao.class
│ │ │ ├── entity
│ │ │ │ ├── Role.class
│ │ │ │ ├── Role.hbm.xml
│ │ │ │ ├── RolePrivilege.class
│ │ │ │ ├── RolePrivilegeId.class
│ │ │ │ └── RoleRrivilege.hbm.xml
│ │ │ └── service
│ │ │ ├── impl
│ │ │ │ └── RoleServiceImpl.class
│ │ │ └── RoleService.class
│ │ ├── test
│ │ │ ├── conf
│ │ │ │ ├── database.sql
│ │ │ │ ├── test-spring.xml
│ │ │ │ └── test-struts.xml
│ │ │ ├── dao
│ │ │ │ ├── impl
│ │ │ │ │ └── TestDaoImpl.class
│ │ │ │ └── TestDao.class
│ │ │ ├── entity
│ │ │ │ ├── EmpRole.class
│ │ │ │ ├── EmpRole.hbm.xml
│ │ │ │ ├── EmpRoleId.class
│ │ │ │ ├── Person.class
│ │ │ │ ├── Person.hbm.xml
│ │ │ │ ├── RolePri.class
│ │ │ │ ├── RolePri.hbm.xml
│ │ │ │ ├── RolePriId.class
│ │ │ │ ├── TDept.class
│ │ │ │ ├── TDept.hbm.xml
│ │ │ │ ├── TEmp.class
│ │ │ │ ├── TEmp.hbm.xml
│ │ │ │ ├── TLeader.class
│ │ │ │ ├── TLeader.hbm.xml
│ │ │ │ ├── TOrg.class
│ │ │ │ ├── TOrg.hbm.xml
│ │ │ │ ├── TPrivilege.class
│ │ │ │ ├── TPrivilege.hbm.xml
│ │ │ │ ├── TRole.class
│ │ │ │ └── TRole.hbm.xml
│ │ │ ├── service
│ │ │ │ ├── impl
│ │ │ │ │ └── TestServiceImpl.class
│ │ │ │ └── TestService.class
│ │ │ ├── TestAction.class
│ │ │ ├── TestLog.class
│ │ │ └── TestMerge.class
│ │ └── user
│ │ ├── action
│ │ │ └── UserAction.class
│ │ ├── conf
│ │ │ ├── user-spring.xml
│ │ │ └── user-struts.xml
│ │ ├── dao
│ │ │ ├── impl
│ │ │ │ └── UserDaoImpl.class
│ │ │ └── UserDao.class
│ │ ├── entity
│ │ │ ├── User.class
│ │ │ ├── User.hbm.xml
│ │ │ ├── UserRole.class
│ │ │ ├── UserRole.hbm.xml
│ │ │ └── UserRoleId.class
│ │ └── service
│ │ ├── impl
│ │ │ └── UserServiceImpl.class
│ │ └── UserService.class
│ ├── db.properties
│ ├── log4j.properties
│ └── struts.xml
├── jsp
│ ├── error.jsp
│ ├── home
│ │ └── home.jsp
│ ├── loginUI.jsp
│ ├── noPermissionUI.jsp
│ ├── tax
│ │ ├── frame.jsp
│ │ ├── info
│ │ │ ├── addUI.jsp
│ │ │ ├── editUI.jsp
│ │ │ └── listUI.jsp
│ │ ├── left.jsp
│ │ ├── role
│ │ │ ├── addUI.jsp
│ │ │ ├── editUI.jsp
│ │ │ └── listUI.jsp
│ │ ├── top.jsp
│ │ └── user
│ │ ├── addUI.jsp
│ │ ├── editUI.jsp
│ │ └── listUI.jsp
│ └── test
│ └── test.jsp
├── lib
│ ├── antlr-2.7.6.jar
│ ├── cglib-2.2.jar
│ ├── commons-codec-1.9.jar
│ ├── commons-collections-3.1.jar
│ ├── commons-fileupload-1.3.1.jar
│ ├── commons-io-2.2.jar
│ ├── commons-io-2.4.jar
│ ├── commons-lang-2.4.jar
│ ├── commons-lang3-3.2.jar
│ ├── com.springsource.com.mchange.v2.c3p0-0.9.1.2.jar
│ ├── com.springsource.javax.persistence-1.0.0.jar
│ ├── com.springsource.net.sf.cglib-2.2.0.jar
│ ├── com.springsource.org.aopalliance-1.0.0.jar
│ ├── com.springsource.org.apache.commons.logging-1.1.1.jar
│ ├── com.springsource.org.apache.log4j-1.2.15.jar
│ ├── com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
│ ├── dom4j-1.6.1.jar
│ ├── freemarker-2.3.19.jar
│ ├── hibernate3.jar
│ ├── javassist-3.12.0.GA.jar
│ ├── javax.servlet.jsp.jstl.jar
│ ├── json.jar
│ ├── jstl-impl.jar
│ ├── jta-1.1.jar
│ ├── mysql-connector-java-5.1.32-bin.jar
│ ├── ognl-3.0.6.jar
│ ├── org.springframework.aop-3.0.2.RELEASE.jar
│ ├── org.springframework.asm-3.0.2.RELEASE.jar
│ ├── org.springframework.aspects-3.0.2.RELEASE.jar
│ ├── org.springframework.beans-3.0.2.RELEASE.jar
│ ├── org.springframework.context-3.0.2.RELEASE.jar
│ ├── org.springframework.core-3.0.2.RELEASE.jar
│ ├── org.springframework.expression-3.0.2.RELEASE.jar
│ ├── org.springframework.jdbc-3.0.2.RELEASE.jar
│ ├── org.springframework.orm-3.0.2.RELEASE.jar
│ ├── org.springframework.transaction-3.0.2.RELEASE.jar
│ ├── org.springframework.web-3.0.2.RELEASE.jar
│ ├── poi-3.11-20141221.jar
│ ├── poi-ooxml-3.11-20141221.jar
│ ├── poi-ooxml-schemas-3.11-20141221.jar
│ ├── slf4j-api-1.6.1.jar
│ ├── slf4j-log4j12-1.6.1.jar
│ ├── struts2-core-2.3.20.jar
│ ├── struts2-spring-plugin-2.3.20.jar
│ ├── ueditor-1.1.1.jar
│ └── xwork-core-2.3.20.jar
└── web.xml
197 directories, 662 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论