文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.