实例介绍
基于J2EE的后台服务与安卓客户端交互的详细示例
【实例截图】
【核心代码】
b508b692-3e47-4f7b-8fc3-b0fb4a814113
├── parking-app
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ └── sunset
│ │ │ ├── adapter
│ │ │ │ ├── ActivieRecordListViewAdapter.class
│ │ │ │ ├── FullRecordListViewAdapter$ViewHolder.class
│ │ │ │ ├── FullRecordListViewAdapter.class
│ │ │ │ ├── PortalGridViewAdapter.class
│ │ │ │ ├── RecordListViewAdapter.class
│ │ │ │ └── ViewPaperAdapter.class
│ │ │ ├── bean
│ │ │ │ ├── Comment.class
│ │ │ │ ├── Config.class
│ │ │ │ ├── FeeRule.class
│ │ │ │ ├── Portal.class
│ │ │ │ ├── Record.class
│ │ │ │ ├── UpdateInfo.class
│ │ │ │ └── User.class
│ │ │ ├── common
│ │ │ │ └── Constant.class
│ │ │ ├── component
│ │ │ │ ├── WindowMenu$1.class
│ │ │ │ ├── WindowMenu$2.class
│ │ │ │ ├── WindowMenu$3.class
│ │ │ │ ├── WindowMenu$4.class
│ │ │ │ ├── WindowMenu$5.class
│ │ │ │ ├── WindowMenu$6.class
│ │ │ │ └── WindowMenu.class
│ │ │ ├── service
│ │ │ │ ├── API.class
│ │ │ │ ├── HandlerThreads$CheckUpdateThread$1.class
│ │ │ │ ├── HandlerThreads$CheckUpdateThread.class
│ │ │ │ ├── HandlerThreads$CheckVipThread.class
│ │ │ │ ├── HandlerThreads$CleanOldFileThread.class
│ │ │ │ ├── HandlerThreads$QueryFeeRuleThread.class
│ │ │ │ ├── HandlerThreads$QueryRecordThread.class
│ │ │ │ ├── HandlerThreads$RecordAddThread.class
│ │ │ │ ├── HandlerThreads$RecordUpdateThread.class
│ │ │ │ └── HandlerThreads.class
│ │ │ ├── ui
│ │ │ │ ├── AboutActivity$1.class
│ │ │ │ ├── AboutActivity.class
│ │ │ │ ├── ActiveRecordActivity$1.class
│ │ │ │ ├── ActiveRecordActivity$2.class
│ │ │ │ ├── ActiveRecordActivity$3.class
│ │ │ │ ├── ActiveRecordActivity$4.class
│ │ │ │ ├── ActiveRecordActivity$QueryThread.class
│ │ │ │ ├── ActiveRecordActivity.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── FeeRuleActivity$1.class
│ │ │ │ ├── FeeRuleActivity.class
│ │ │ │ ├── FullRecordActivity$1.class
│ │ │ │ ├── FullRecordActivity$2.class
│ │ │ │ ├── FullRecordActivity$3.class
│ │ │ │ ├── FullRecordActivity$4.class
│ │ │ │ ├── FullRecordActivity$QueryThread.class
│ │ │ │ ├── FullRecordActivity.class
│ │ │ │ ├── HomeActivity$1.class
│ │ │ │ ├── HomeActivity$2.class
│ │ │ │ ├── HomeActivity$3.class
│ │ │ │ ├── HomeActivity$4.class
│ │ │ │ ├── HomeActivity$5.class
│ │ │ │ ├── HomeActivity$6.class
│ │ │ │ ├── HomeActivity$7.class
│ │ │ │ ├── HomeActivity$8.class
│ │ │ │ ├── HomeActivity$9.class
│ │ │ │ ├── HomeActivity$ImageThread.class
│ │ │ │ ├── HomeActivity.class
│ │ │ │ ├── IndexActivity.class
│ │ │ │ ├── LoginActivity$1.class
│ │ │ │ ├── LoginActivity$2.class
│ │ │ │ ├── LoginActivity$LoginThread.class
│ │ │ │ ├── LoginActivity.class
│ │ │ │ ├── NewVersionActivity$1.class
│ │ │ │ ├── NewVersionActivity$2.class
│ │ │ │ ├── NewVersionActivity.class
│ │ │ │ ├── PasswordActivity$1.class
│ │ │ │ ├── PasswordActivity$2.class
│ │ │ │ ├── PasswordActivity$3.class
│ │ │ │ ├── PasswordActivity$ModiftThread.class
│ │ │ │ ├── PasswordActivity.class
│ │ │ │ ├── PortalActivity$1.class
│ │ │ │ ├── PortalActivity$2.class
│ │ │ │ ├── PortalActivity$3.class
│ │ │ │ ├── PortalActivity$QueryThread.class
│ │ │ │ ├── PortalActivity.class
│ │ │ │ ├── PreviewActivity$1.class
│ │ │ │ ├── PreviewActivity$2.class
│ │ │ │ ├── PreviewActivity$ImageThread.class
│ │ │ │ ├── PreviewActivity.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$array.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ └── SettingActivity.class
│ │ │ └── util
│ │ │ ├── AppTools.class
│ │ │ ├── BaseContorl.class
│ │ │ ├── GlobalExceptionListener.class
│ │ │ └── SqlliteHander.class
│ │ ├── classes.dex
│ │ ├── jarlist.cache
│ │ ├── parking-app.apk
│ │ ├── proguard.txt
│ │ ├── res
│ │ │ └── drawable-hdpi
│ │ │ ├── bg_episode.9.png
│ │ │ ├── bg_setting.9.png
│ │ │ ├── bg_texture.png
│ │ │ ├── bg_toolbar.9.png
│ │ │ ├── btn_return_n.9.png
│ │ │ ├── btn_return_s.9.png
│ │ │ ├── colorful_line.png
│ │ │ ├── color_line.png
│ │ │ ├── comm_btn_gary_n.9.png
│ │ │ ├── comm_btn_gary_p.9.png
│ │ │ ├── comm_btn_gary_s.9.png
│ │ │ ├── cutline.png
│ │ │ ├── deittext_press.9.png
│ │ │ ├── edittext_bg.9.png
│ │ │ ├── icon_error.png
│ │ │ ├── icon_fee.png
│ │ │ ├── icon_hint.png
│ │ │ ├── icon_louzhu.png
│ │ │ ├── icon.png
│ │ │ ├── icon_record.png
│ │ │ ├── icon_setting.png
│ │ │ ├── icon_share.png
│ │ │ ├── icon_success.png
│ │ │ ├── list_divider_line.png
│ │ │ ├── logo.png
│ │ │ ├── red_button.9.png
│ │ │ ├── red_button_pressed.9.png
│ │ │ ├── refresh_nor.png
│ │ │ ├── refresh_press.png
│ │ │ ├── scrollbar.9.png
│ │ │ ├── toptabbar_select_active.png
│ │ │ └── toptabbar_select.png
│ │ └── resources.ap_
│ ├── gen
│ │ └── com
│ │ └── sunset
│ │ └── ui
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── libs
│ │ ├── android-support-v4.jar
│ │ ├── gson-2.1.jar
│ │ └── httpmime-4.1.1.jar
│ ├── proguard.cfg
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ ├── admin_bannner_loading.xml
│ │ │ ├── appear.xml
│ │ │ ├── disappear.xml
│ │ │ ├── slide_in_left.xml
│ │ │ ├── slide_in_right.xml
│ │ │ └── slide_in_top.xml
│ │ ├── drawable-hdpi
│ │ │ ├── app_bg.xml
│ │ │ ├── bg_episode.9.png
│ │ │ ├── bg_setting.9.png
│ │ │ ├── bg_texture.png
│ │ │ ├── bg_toolbar.9.png
│ │ │ ├── btn_return_n.9.png
│ │ │ ├── btn_return_s.9.png
│ │ │ ├── btn_special_default.9.png
│ │ │ ├── btn_white_default.9.png
│ │ │ ├── btn_white_pressed.9.png
│ │ │ ├── button_box.xml
│ │ │ ├── button_green.xml
│ │ │ ├── button_red.xml
│ │ │ ├── button_white.xml
│ │ │ ├── button_yellow.xml
│ │ │ ├── channel_icon_bg.9.png
│ │ │ ├── color_banner.xml
│ │ │ ├── colorful_line.png
│ │ │ ├── color_line.png
│ │ │ ├── comm_btn_gary_n.9.png
│ │ │ ├── comm_btn_gary_p.9.png
│ │ │ ├── comm_btn_gary_s.9.png
│ │ │ ├── common_titlebar.9.png
│ │ │ ├── cutline.png
│ │ │ ├── deittext_press.9.png
│ │ │ ├── edittext_bg.9.png
│ │ │ ├── icon_count.9.png
│ │ │ ├── icon_error.png
│ │ │ ├── icon_fee.png
│ │ │ ├── icon_hint.png
│ │ │ ├── icon_louzhu.png
│ │ │ ├── icon.png
│ │ │ ├── icon_record.png
│ │ │ ├── icon_setting.png
│ │ │ ├── icon_share.png
│ │ │ ├── icon_success.png
│ │ │ ├── infobar_bg.9.png
│ │ │ ├── input_bg_style.xml
│ │ │ ├── item_bg.xml
│ │ │ ├── item_border_blue.xml
│ │ │ ├── item_selected.xml
│ │ │ ├── list_blockbg.9.png
│ │ │ ├── list_blockbg_pressed.9.png
│ │ │ ├── list_block.xml
│ │ │ ├── list_divider_line.png
│ │ │ ├── listview_selector.xml
│ │ │ ├── logo.png
│ │ │ ├── red_button.9.png
│ │ │ ├── red_button_pressed.9.png
│ │ │ ├── refresh_nor.png
│ │ │ ├── refresh_press.png
│ │ │ ├── reload_button.xml
│ │ │ ├── scrollbar.9.png
│ │ │ ├── selector_btn_return.xml
│ │ │ ├── selector_red_button.xml
│ │ │ ├── setting_checkbox.xml
│ │ │ ├── switch_off.bmp
│ │ │ ├── switch_on.bmp
│ │ │ ├── toast_bg.9.png
│ │ │ ├── toptabbar_select_active.png
│ │ │ └── toptabbar_select.png
│ │ ├── layout
│ │ │ ├── activity_about.xml
│ │ │ ├── activity_active_record.xml
│ │ │ ├── activity_feerule.xml
│ │ │ ├── activity_full_record.xml
│ │ │ ├── activity_home.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_password.xml
│ │ │ ├── activity_portal.xml
│ │ │ ├── activity_preview.xml
│ │ │ ├── activity_setting.xml
│ │ │ ├── chukou_panel.xml
│ │ │ ├── divide.xml
│ │ │ ├── fadeback_view.xml
│ │ │ ├── global_top_header.xml
│ │ │ ├── item_active_record.xml
│ │ │ ├── item_full_record.xml
│ │ │ ├── item_portal.xml
│ │ │ ├── item_record.xml
│ │ │ ├── new_version_view.xml
│ │ │ ├── pupwindow_menu.xml
│ │ │ ├── record_panel.xml
│ │ │ ├── rukou_panel.xml
│ │ │ └── toask_view.xml
│ │ └── values
│ │ ├── arrays.xml
│ │ ├── attrs.xml
│ │ ├── color.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── com
│ └── sunset
│ ├── adapter
│ │ ├── ActivieRecordListViewAdapter.java
│ │ ├── FullRecordListViewAdapter.java
│ │ ├── PortalGridViewAdapter.java
│ │ ├── RecordListViewAdapter.java
│ │ └── ViewPaperAdapter.java
│ ├── bean
│ │ ├── Comment.java
│ │ ├── Config.java
│ │ ├── FeeRule.java
│ │ ├── Portal.java
│ │ ├── Record.java
│ │ ├── UpdateInfo.java
│ │ └── User.java
│ ├── common
│ │ └── Constant.java
│ ├── component
│ │ └── WindowMenu.java
│ ├── service
│ │ ├── API.java
│ │ └── HandlerThreads.java
│ ├── ui
│ │ ├── AboutActivity.java
│ │ ├── ActiveRecordActivity.java
│ │ ├── FeeRuleActivity.java
│ │ ├── FullRecordActivity.java
│ │ ├── HomeActivity.java
│ │ ├── IndexActivity.java
│ │ ├── LoginActivity.java
│ │ ├── NewVersionActivity.java
│ │ ├── PasswordActivity.java
│ │ ├── PortalActivity.java
│ │ ├── PreviewActivity.java
│ │ └── SettingActivity.java
│ └── util
│ ├── AppTools.java
│ ├── BaseContorl.java
│ ├── GlobalExceptionListener.java
│ └── SqlliteHander.java
└── parking-service
├── src
│ └── main
│ ├── java
│ │ └── com
│ │ └── sunset
│ │ ├── admin
│ │ │ └── action
│ │ │ ├── AdminCashierAction.java
│ │ │ ├── AdminConfigAction.java
│ │ │ ├── AdminDepartmentAction.java
│ │ │ ├── AdminFeeRuleAction.java
│ │ │ ├── AdminPortalAction.java
│ │ │ ├── AdminRecordAction.java
│ │ │ ├── AdminStrongholdAction.java
│ │ │ ├── AdminUserAction.java
│ │ │ └── AdminVipCarAction.java
│ │ ├── api
│ │ │ └── action
│ │ │ ├── APICashierAction.java
│ │ │ ├── APIConfigAction.java
│ │ │ ├── APIDepartmentAction.java
│ │ │ ├── APIFeeRuleAction.java
│ │ │ ├── APIPortalAction.java
│ │ │ ├── APIRecordAction.java
│ │ │ ├── APIUserAction.java
│ │ │ └── APIVipCarAction.java
│ │ ├── common
│ │ │ └── Constants.java
│ │ ├── core
│ │ │ ├── dao
│ │ │ │ └── impl
│ │ │ │ ├── CashierDaoImpl.java
│ │ │ │ ├── ConfigDaoImpl.java
│ │ │ │ ├── DepartmentDaoImpl.java
│ │ │ │ ├── FeeRuleDaoImpl.java
│ │ │ │ ├── PortalDaoImpl.java
│ │ │ │ ├── RecordDaoImpl.java
│ │ │ │ ├── StrongholdDaoImpl.java
│ │ │ │ ├── UserDaoImpl.java
│ │ │ │ └── VipCarDaoImpl.java
│ │ │ ├── service
│ │ │ │ ├── CashierService.java
│ │ │ │ ├── ConfigService.java
│ │ │ │ ├── DepartmentService.java
│ │ │ │ ├── FeeRuleService.java
│ │ │ │ ├── impl
│ │ │ │ │ ├── CashierServiceImpl.java
│ │ │ │ │ ├── ConfigServiceImpl.java
│ │ │ │ │ ├── DepartmentServiceImpl.java
│ │ │ │ │ ├── FeeRuleServiceImpl.java
│ │ │ │ │ ├── PortalServiceImpl.java
│ │ │ │ │ ├── RecordServiceImpl.java
│ │ │ │ │ ├── StrongholdServiceImpl.java
│ │ │ │ │ ├── UserServiceImpl.java
│ │ │ │ │ └── VipCarServiceImpl.java
│ │ │ │ ├── PortalService.java
│ │ │ │ ├── RecordService.java
│ │ │ │ ├── StrongholdService.java
│ │ │ │ ├── UserService.java
│ │ │ │ └── VipCarService.java
│ │ │ ├── ui
│ │ │ │ └── tag
│ │ │ │ ├── PageTag.java
│ │ │ │ └── SelectTag.java
│ │ │ ├── util
│ │ │ │ └── HTTPUtil.java
│ │ │ └── web
│ │ │ ├── business.properties
│ │ │ ├── DataMap.java
│ │ │ ├── region.xml
│ │ │ └── SuperAction.java
│ │ ├── model
│ │ │ ├── Cashier.java
│ │ │ ├── Config.java
│ │ │ ├── Department.java
│ │ │ ├── FeeRule.java
│ │ │ ├── Page.java
│ │ │ ├── Portal.java
│ │ │ ├── Record.java
│ │ │ ├── Response.java
│ │ │ ├── Stronghold.java
│ │ │ ├── User.java
│ │ │ └── VipCar.java
│ │ └── util
│ │ ├── MD5.java
│ │ └── SystemUtil.java
│ └── resource
│ ├── context
│ │ ├── hibernate
│ │ │ ├── hibernate.cfg.xml
│ │ │ └── maping
│ │ │ ├── Cashier.hbm.xml
│ │ │ ├── Config.hbm.xml
│ │ │ ├── Department.hbm.xml
│ │ │ ├── FeeRule.hbm.xml
│ │ │ ├── Portal.hbm.xml
│ │ │ ├── Record.hbm.xml
│ │ │ ├── Stronghold.hbm.xml
│ │ │ ├── User.hbm.xml
│ │ │ └── VipCar.hbm.xml
│ │ └── spring
│ │ ├── spring-config.xml
│ │ └── spring-rom.xml
│ ├── log4j.properties
│ ├── mysql.txt
│ ├── struts.xml
│ └── vshine.sql
└── WebRoot
├── admin
│ ├── ActiveRecordList.jsp
│ ├── CashierList.jsp
│ ├── ChargeList.jsp
│ ├── ConfigManage.jsp
│ ├── DepartmentManage.jsp
│ ├── DepartmentView.jsp
│ ├── FeeRuleList.jsp
│ ├── foot.jsp
│ ├── FullRecordList.jsp
│ ├── login.jsp
│ ├── manage.jsp
│ ├── menu.jsp
│ ├── modifyPassword.jsp
│ ├── ParkList.jsp
│ ├── PortalList.jsp
│ ├── RecordManage.jsp
│ ├── SentryList.jsp
│ ├── StrongholdManage.jsp
│ ├── TIP_500.jsp
│ ├── top.jsp
│ ├── tree.jsp
│ ├── UserList.jsp
│ ├── UserManage.jsp
│ └── VipCarList.jsp
├── home.html
├── jQueryDateInput
│ ├── date_input.css
│ ├── jquery.date_input.js
│ └── jquery.date_input.pack.js
├── META-INF
│ └── MANIFEST.MF
├── theme
│ ├── css
│ │ ├── button.css
│ │ ├── context.css
│ │ ├── form.css
│ │ ├── global.css
│ │ ├── SuperTag.css
│ │ ├── ThemeBlue.css
│ │ └── ucenter.css
│ ├── framework.js
│ ├── image
│ │ ├── blue_line.jpg
│ │ ├── gezibg.png
│ │ ├── icon_error.png
│ │ ├── icon_success.png
│ │ ├── loader.gif
│ │ ├── loginbg.png
│ │ ├── logo.png
│ │ ├── rcontentbg.png
│ │ ├── sprite_dialog.gif
│ │ ├── tap_leftnav.png
│ │ └── top_banner.png
│ └── jquery-1.8.3.min.js
├── three
│ ├── css
│ │ ├── demo.css
│ │ └── zTreeStyle
│ │ ├── img
│ │ │ ├── diy
│ │ │ │ ├── 1_close.png
│ │ │ │ ├── 1_open.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ └── 9.png
│ │ │ ├── line_conn.gif
│ │ │ ├── loading.gif
│ │ │ ├── zTreeStandard.gif
│ │ │ └── zTreeStandard.png
│ │ └── zTreeStyle.css
│ └── js
│ ├── jquery-1.4.4.min.js
│ ├── jquery.ztree.all-3.4.js
│ ├── jquery.ztree.all-3.4.min.js
│ ├── jquery.ztree.core-3.4.js
│ ├── jquery.ztree.core-3.4.min.js
│ ├── jquery.ztree.excheck-3.4.js
│ ├── jquery.ztree.excheck-3.4.min.js
│ ├── jquery.ztree.exedit-3.4.js
│ ├── jquery.ztree.exedit-3.4.min.js
│ ├── jquery.ztree.exhide-3.4.js
│ └── jquery.ztree.exhide-3.4.min.js
└── WEB-INF
├── classes
│ ├── com
│ │ └── sunset
│ │ ├── admin
│ │ │ └── action
│ │ │ ├── AdminCashierAction.class
│ │ │ ├── AdminConfigAction.class
│ │ │ ├── AdminDepartmentAction.class
│ │ │ ├── AdminFeeRuleAction.class
│ │ │ ├── AdminPortalAction.class
│ │ │ ├── AdminRecordAction.class
│ │ │ ├── AdminStrongholdAction.class
│ │ │ ├── AdminUserAction.class
│ │ │ └── AdminVipCarAction.class
│ │ ├── api
│ │ │ └── action
│ │ │ ├── APICashierAction.class
│ │ │ ├── APIFeeRuleAction.class
│ │ │ ├── APIPortalAction.class
│ │ │ ├── APIRecordAction.class
│ │ │ └── APIVipCarAction.class
│ │ ├── common
│ │ │ ├── Constants$Common.class
│ │ │ ├── Constants$Number.class
│ │ │ ├── Constants$RequestParam.class
│ │ │ ├── Constants$User.class
│ │ │ └── Constants.class
│ │ ├── core
│ │ │ ├── dao
│ │ │ │ └── impl
│ │ │ │ ├── CashierDaoImpl.class
│ │ │ │ ├── ConfigDaoImpl.class
│ │ │ │ ├── DepartmentDaoImpl.class
│ │ │ │ ├── FeeRuleDaoImpl.class
│ │ │ │ ├── PortalDaoImpl.class
│ │ │ │ ├── RecordDaoImpl.class
│ │ │ │ ├── StrongholdDaoImpl.class
│ │ │ │ ├── UserDaoImpl.class
│ │ │ │ └── VipCarDaoImpl.class
│ │ │ ├── service
│ │ │ │ ├── CashierService.class
│ │ │ │ ├── ConfigService.class
│ │ │ │ ├── DepartmentService.class
│ │ │ │ ├── FeeRuleService.class
│ │ │ │ ├── impl
│ │ │ │ │ ├── CashierServiceImpl.class
│ │ │ │ │ ├── ConfigServiceImpl.class
│ │ │ │ │ ├── DepartmentServiceImpl.class
│ │ │ │ │ ├── FeeRuleServiceImpl.class
│ │ │ │ │ ├── PortalServiceImpl.class
│ │ │ │ │ ├── RecordServiceImpl.class
│ │ │ │ │ ├── StrongholdServiceImpl.class
│ │ │ │ │ ├── UserServiceImpl.class
│ │ │ │ │ └── VipCarServiceImpl.class
│ │ │ │ ├── PortalService.class
│ │ │ │ ├── RecordService.class
│ │ │ │ ├── StrongholdService.class
│ │ │ │ ├── UserService.class
│ │ │ │ └── VipCarService.class
│ │ │ ├── ui
│ │ │ │ └── tag
│ │ │ │ ├── PageTag.class
│ │ │ │ └── SelectTag.class
│ │ │ ├── util
│ │ │ │ └── HTTPUtil.class
│ │ │ └── web
│ │ │ ├── business.properties
│ │ │ ├── DataMap.class
│ │ │ ├── region.xml
│ │ │ └── SuperAction.class
│ │ ├── model
│ │ │ ├── Cashier.class
│ │ │ ├── Config.class
│ │ │ ├── Department.class
│ │ │ ├── FeeRule.class
│ │ │ ├── Page.class
│ │ │ ├── Portal.class
│ │ │ ├── Record.class
│ │ │ ├── Response.class
│ │ │ ├── Stronghold.class
│ │ │ ├── User.class
│ │ │ └── VipCar.class
│ │ └── util
│ │ ├── MD5.class
│ │ └── SystemUtil.class
│ ├── context
│ │ ├── hibernate
│ │ │ ├── hibernate.cfg.xml
│ │ │ └── maping
│ │ │ ├── Cashier.hbm.xml
│ │ │ ├── Config.hbm.xml
│ │ │ ├── Department.hbm.xml
│ │ │ ├── FeeRule.hbm.xml
│ │ │ ├── Portal.hbm.xml
│ │ │ ├── Record.hbm.xml
│ │ │ ├── Stronghold.hbm.xml
│ │ │ ├── User.hbm.xml
│ │ │ └── VipCar.hbm.xml
│ │ └── spring
│ │ ├── spring-config.xml
│ │ └── spring-rom.xml
│ ├── log4j.properties
│ ├── mysql.txt
│ ├── struts.xml
│ └── vshine.sql
├── lib
│ ├── antlr-2.7.6.jar
│ ├── aopalliance-1.0.0.jar
│ ├── asm.jar
│ ├── aspectjweaver.jar
│ ├── c3p0-0.9.1.2.jar
│ ├── cglib-2.1.3.jar
│ ├── commons-collections-3.1.jar
│ ├── commons-fileupload-1.2.1.jar
│ ├── commons-io-1.3.2.jar
│ ├── commons-lang-2.3.jar
│ ├── commons-logging-1.0.4.jar
│ ├── dom4j-1.6.1.jar
│ ├── freemarker-2.3.15.jar
│ ├── gson-2.1.jar
│ ├── hibernate3.6.jar
│ ├── hibernate-jpa-2.0-api-1.0.0.Final.jar
│ ├── javassist-3.12.0.GA.jar
│ ├── jaxen-1.1-beta-6.jar
│ ├── jstl-1.2.jar
│ ├── jta-1.1.jar
│ ├── log4j.jar
│ ├── mysql.jar
│ ├── ognl-2.7.3.jar
│ ├── quartz-all-1.8.5.jar
│ ├── slf4j-api-1.5.8.jar
│ ├── slf4j-nop-1.5.2.jar
│ ├── Spring.aop-3.0.2.jar
│ ├── Spring.asm-3.0.2.RELEASE.jar
│ ├── Spring.beans-3.0.2.RELEASE.jar
│ ├── Spring.context-3.0.2.RELEASE.jar
│ ├── spring-context-support.jar
│ ├── Spring.core-3.0.2.RELEASE.jar
│ ├── Spring.expression-3.0.2.RELEASE.jar
│ ├── Spring.jdbc-3.0.2.RELEASE.jar
│ ├── Spring.orm-3.0.2.RELEASE.jar
│ ├── Spring.transaction-3.0.2.jar
│ ├── Spring.web-3.0.2.RELEASE.jar
│ ├── struts2-core-2.1.8.1.jar
│ ├── struts2-spring-plugin-2.1.8.1.jar
│ └── xwork-core-2.1.6.jar
├── tld
│ └── SuperTag.tld
└── web.xml
100 directories, 551 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论