CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:appfuse-demos-2.0.2.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-03-05
  • 文件大小:
    1.11mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

This the demo of AppFuse and stack of framework which is used to build up quickly a Java app. skeleton.-This is the demo of AppFuse and stack of framework which is used to build up quickly a Java app. skeleton.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

helloworld/
helloworld/._.DS_Store
helloworld/.DS_Store
helloworld/pom.xml
helloworld/README.txt
helloworld/src/
helloworld/src/main/
helloworld/src/main/java/
helloworld/src/main/java/com/
helloworld/src/main/java/com/mycompany/
helloworld/src/main/java/com/mycompany/app/
helloworld/src/main/java/com/mycompany/app/App.java
helloworld/src/main/java/com/mycompany/app/webapp/
helloworld/src/main/java/com/mycompany/app/webapp/action/
helloworld/src/main/java/com/mycompany/app/webapp/action/HelloAction.java
helloworld/src/main/resources/
helloworld/src/main/resources/applicationContext-resources.xml
helloworld/src/main/resources/ApplicationResources.properties
helloworld/src/main/resources/ApplicationResources_de.properties
helloworld/src/main/resources/ApplicationResources_en.properties
helloworld/src/main/resources/ApplicationResources_es.properties
helloworld/src/main/resources/ApplicationResources_fr.properties
helloworld/src/main/resources/ApplicationResources_it.properties
helloworld/src/main/resources/ApplicationResources_ko.properties
helloworld/src/main/resources/ApplicationResources_nl.properties
helloworld/src/main/resources/ApplicationResources_no.properties
helloworld/src/main/resources/ApplicationResources_pt.properties
helloworld/src/main/resources/ApplicationResources_pt_BR.properties
helloworld/src/main/resources/ApplicationResources_tr.properties
helloworld/src/main/resources/ApplicationResources_zh.properties
helloworld/src/main/resources/ApplicationResources_zh_CN.properties
helloworld/src/main/resources/ApplicationResources_zh_TW.properties
helloworld/src/main/resources/default-data.xml
helloworld/src/main/resources/ehcache.xml
helloworld/src/main/resources/hibernate.cfg.xml
helloworld/src/main/resources/jdbc.properties
helloworld/src/main/resources/log4j.xml
helloworld/src/main/resources/mail.properties
helloworld/src/main/resources/META-INF/
helloworld/src/main/resources/META-INF/persistence.xml
helloworld/src/main/resources/sql-map-config.xml
helloworld/src/main/resources/struts.xml
helloworld/src/main/webapp/
helloworld/src/main/webapp/common/
helloworld/src/main/webapp/common/menu.jsp
helloworld/src/main/webapp/hello.jsp
helloworld/src/main/webapp/WEB-INF/
helloworld/src/main/webapp/WEB-INF/applicationContext.xml
helloworld/src/main/webapp/WEB-INF/menu-config.xml
helloworld/src/main/webapp/WEB-INF/urlrewrite.xml
helloworld/src/main/webapp/WEB-INF/web.xml
helloworld/src/site/
helloworld/src/site/site.xml
helloworld/src/test/
helloworld/src/test/java/
helloworld/src/test/java/com/
helloworld/src/test/java/com/mycompany/
helloworld/src/test/java/com/mycompany/app/
helloworld/src/test/java/com/mycompany/app/AppTest.java
helloworld/src/test/resources/
helloworld/src/test/resources/config.xml
helloworld/src/test/resources/login.xml
helloworld/src/test/resources/sample-data.xml
helloworld/src/test/resources/web-tests.xml
pom.xml
struts2-crud/
struts2-crud/._.DS_Store
struts2-crud/.DS_Store
struts2-crud/pom.xml
struts2-crud/README.txt
struts2-crud/src/
struts2-crud/src/main/
struts2-crud/src/main/java/
struts2-crud/src/main/java/com/
struts2-crud/src/main/java/com/mycompany/
struts2-crud/src/main/java/com/mycompany/app/
struts2-crud/src/main/java/com/mycompany/app/Constants.java
struts2-crud/src/main/java/com/mycompany/app/dao/
struts2-crud/src/main/java/com/mycompany/app/dao/GenericDao.java
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/GenericDaoHibernate.java
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/LookupDaoHibernate.java
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/RoleDaoHibernate.java
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/UniversalDaoHibernate.java
struts2-crud/src/main/java/com/mycompany/app/dao/hibernate/UserDaoHibernate.java
struts2-crud/src/main/java/com/mycompany/app/dao/LookupDao.java
struts2-crud/src/main/java/com/mycompany/app/dao/RoleDao.java
struts2-crud/src/main/java/com/mycompany/app/dao/spring/
struts2-crud/src/main/java/com/mycompany/app/dao/spring/HibernateExtensionPostProcessor.java
struts2-crud/src/main/java/com/mycompany/app/dao/UniversalDao.java
struts2-crud/src/main/java/com/mycompany/app/dao/UserDao.java
struts2-crud/src/main/java/com/mycompany/app/model/
struts2-crud/src/main/java/com/mycompany/app/model/Address.java
struts2-crud/src/main/java/com/mycompany/app/model/BaseObject.java
struts2-crud/src/main/java/com/mycompany/app/model/LabelValue.java
struts2-crud/src/main/java/com/mycompany/app/model/Person.java
struts2-crud/src/main/java/com/mycompany/app/model/Role.java
struts2-crud/src/main/java/com/mycompany/app/model/User.java
struts2-crud/src/main/java/com/mycompany/app/service/
struts2-crud/src/main/java/com/mycompany/app/service/GenericManager.java
struts2-crud/src/main/java/com/mycompany/app/service/impl/
struts2-crud/src/main/java/com/mycompany/app/service/impl/BaseManagerMockTestCase.java
struts2-crud/src/main/java/com/mycompany/app/service/impl/GenericManagerImpl.java
struts2-crud/src/main/java/com/mycompany/app/service/impl/LookupManagerImpl.java
st

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com