addressbook

所属分类:Java编程
开发工具:Java
文件大小:1438KB
下载次数:27
上传日期:2008-06-11 08:04:46
上 传 者a44262914
说明:  jsp+struts通讯录 jsp+struts通讯录
(jsp+ struts Contacts jsp+ struts Address Book)

文件列表:
addressbook\.classpath (546, 2006-08-07)
addressbook\.project (856, 2006-08-07)
addressbook\.settings\.component (388, 2006-08-07)
addressbook\.settings\org.eclipse.jdt.core.prefs (330, 2006-08-07)
addressbook\.settings\org.eclipse.jst.common.project.facet.core.prefs (364, 2006-08-07)
addressbook\.settings\org.eclipse.wst.common.project.facet.core.xml (269, 2006-08-07)
addressbook\.settings (0, 2007-03-06)
addressbook\build\classes (0, 2007-03-06)
addressbook\build (0, 2007-03-06)
addressbook\RelationinfoTXL.sql (2639, 2005-09-19)
addressbook\RelationTXL.cdb (32784, 2005-11-19)
addressbook\RelationTXL.cdm (33916, 2005-09-19)
addressbook\RelationTXL.pdb (59249, 2005-11-19)
addressbook\RelationTXL.pdm (59308, 2005-09-19)
addressbook\RelationTxl.xml (21241, 2005-09-19)
addressbook\src\com\relationinfo\txl\dao\FriendDao.java (3198, 2006-08-07)
addressbook\src\com\relationinfo\txl\dao\Group1Dao.java (1844, 2006-08-07)
addressbook\src\com\relationinfo\txl\dao (0, 2007-03-06)
addressbook\src\com\relationinfo\txl\dto\Friend.java (7186, 2006-08-07)
addressbook\src\com\relationinfo\txl\dto\FriendPk.java (1450, 2006-08-07)
addressbook\src\com\relationinfo\txl\dto\Group1.java (2409, 2006-08-07)
addressbook\src\com\relationinfo\txl\dto\Group1Pk.java (1644, 2006-08-07)
addressbook\src\com\relationinfo\txl\dto (0, 2007-03-06)
addressbook\src\com\relationinfo\txl\exceptions\DaoException.java (597, 2006-08-07)
addressbook\src\com\relationinfo\txl\exceptions\FriendDaoException.java (436, 2006-08-07)
addressbook\src\com\relationinfo\txl\exceptions\Group1DaoException.java (438, 2006-08-07)
addressbook\src\com\relationinfo\txl\exceptions (0, 2007-03-06)
addressbook\src\com\relationinfo\txl\factory\FriendDaoFactory.java (563, 2006-08-07)
addressbook\src\com\relationinfo\txl\factory\Group1DaoFactory.java (567, 2006-08-07)
addressbook\src\com\relationinfo\txl\factory (0, 2007-03-06)
addressbook\src\com\relationinfo\txl\jdbc\AbstractDataAccessObject.java (2489, 2006-08-07)
addressbook\src\com\relationinfo\txl\jdbc\FriendDaoImpl.java (16120, 2006-08-07)
addressbook\src\com\relationinfo\txl\jdbc\Group1DaoImpl.java (12019, 2006-08-07)
addressbook\src\com\relationinfo\txl\jdbc\ResourceManager.java (1610, 2006-08-07)
addressbook\src\com\relationinfo\txl\jdbc (0, 2007-03-06)
addressbook\src\com\relationinfo\txl\struts\actions\FriendDeleteAction.java (965, 2006-08-07)
addressbook\src\com\relationinfo\txl\struts\actions\FriendFindAllAction.java (1494, 2006-08-07)
addressbook\src\com\relationinfo\txl\struts\actions\FriendFindByGroup1Action.java (1581, 2006-08-07)
addressbook\src\com\relationinfo\txl\struts\actions\FriendFindByPrimaryKeyAction.java (2520, 2006-08-07)
addressbook\src\com\relationinfo\txl\struts\actions\FriendFindWhereAddressEqualsAction.java (1601, 2006-08-07)
... ...

Quick-Start FAQ =============== What's Struts Blank? - It's an "empty" application provided to help you get started on your own project. Just copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, restart your container, and you are on your way! (You can find the application.properties file with this message in the /WEB-INF/src/java/resources folder.) Where do I put my own code? - The build file is setup so that you can place your own packages anywhere under the WEB-INF/src directory. What are the references to /javasoft/lib in the build.xml about? - Most Struts applications use some common JAR files. This is one common location for these on a development computer, but another may be used What targets does the build file accept? - "clean" to delete the old class, resource, and configuration files. - "compile" to rebuild the Java class files and copy over the resource and configuration files. - "project" to also generate the Javadoc. - "dist" to create a binary distribution. - "all" for a clean rebuild the project and binary distributions. Where are the binary distributions placed? - By default, under /projects/lib on your default drive. You can change these through the "distpath.project" variable in the build file. Where's the Application Resources? - It's named application.properties. The original is under WEB-INF/src/java/resources. The resource bundle is copied under classes during a build. Why did the changes to my application.properties or other resource file disappear? - The original configuration files are under WEB-INF/src/java and copied under classes during a build. Change the WEB-INF/src/java versions and rebuild before deploying. ###

近期下载者

相关文件


收藏者