livebookstore-with-mysqlfffff

所属分类:Java编程
开发工具:Java
文件大小:19391KB
下载次数:24
上传日期:2008-11-27 02:38:02
上 传 者zhjp429
说明:  spring+acegi编写的网上书城,具有很高的技术研究价值。
(spring+ acegi prepared online bookstores, a high technology research value.)

文件列表:
livebookstore (0, 2007-09-08)
livebookstore\.classpath (1791, 2007-09-08)
livebookstore\.externalToolBuilders (0, 2007-09-08)
livebookstore\.externalToolBuilders\Build_Bookstore.launch (1536, 2007-08-21)
livebookstore\.externalToolBuilders\org.eclipse.jdt.core.javabuilder (1).launch (519, 2007-08-21)
livebookstore\.project (958, 2007-08-21)
livebookstore\.settings (0, 2007-09-08)
livebookstore\.settings\org.eclipse.jdt.core.prefs (330, 2007-08-21)
livebookstore\.settings\org.eclipse.jdt.ui.prefs (99, 2007-08-21)
livebookstore\ant_build.bat (19, 2007-08-23)
livebookstore\ant_clean.bat (25, 2007-08-21)
livebookstore\ant_schema.bat (31, 2007-09-08)
livebookstore\api-doc (0, 2007-09-08)
livebookstore\api-doc\allclasses-frame.html (17042, 2007-09-08)
livebookstore\api-doc\allclasses-noframe.html (14882, 2007-09-08)
livebookstore\api-doc\constant-values.html (14400, 2007-09-08)
livebookstore\api-doc\deprecated-list.html (8559, 2007-09-08)
livebookstore\api-doc\help-doc.html (9367, 2007-09-08)
livebookstore\api-doc\index-all.html (249085, 2007-09-08)
livebookstore\api-doc\index.html (1517, 2007-09-08)
livebookstore\api-doc\net (0, 2007-09-08)
livebookstore\api-doc\net\livebookstore (0, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business (0, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\BusinessService.html (39588, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl (0, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\BusinessServiceImpl.html (59070, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\MailServiceImpl.html (17899, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\package-frame.html (1355, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\package-summary.html (7421, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\package-tree.html (7203, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\impl\SearchServiceImpl.html (17870, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\MailService.html (11258, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\package-frame.html (1326, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\package-summary.html (7153, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\package-tree.html (6351, 2007-09-08)
livebookstore\api-doc\net\livebookstore\business\SearchService.html (11595, 2007-09-08)
livebookstore\api-doc\net\livebookstore\dao (0, 2007-09-08)
livebookstore\api-doc\net\livebookstore\dao\AccountDao.html (12482, 2007-09-08)
livebookstore\api-doc\net\livebookstore\dao\BookDao.html (17340, 2007-09-08)
livebookstore\api-doc\net\livebookstore\dao\CategoryDao.html (11169, 2007-09-08)
... ...

安装指南 livebookstore 1.1 2007-9-8 -------------------- 系统需求 -------------------- JDK 1.5.0_x版本(注意:1.6版本未测试) MySQL 5.0.x版本 Resin 3.1.2版本 Ant 1.6.5或更高版本 已更新的组件: Spring 2.0.6 Acegi 1.0.4 -------------------- 安装MySQL 5 -------------------- 安装MySQL 5服务器(默认编码为UTF8,默认数据库表为INNODB) 建立数据库bookstore 建立用户bookstore,口令livebookstore (注意:如果用户名和口令与上述不符,请修改resin.conf文件的配置) 确保用户bookstore有对数据库bookstore的select,insert,update和delete操作权限 初始化表:导入/db/mysql5/backup.sql -------------------- 设定配置 -------------------- 请在/conf/smtp.properties中设定SMTP服务器信息 数据源已由原来直接通过Spring配置(/conf/services.xml)改为由服务器管理的JNDI数据源: 请在/conf/log4j.properties中设定log文件地址,默认是/var/log/resin/livebookstore.log 编译后的Class文件将存放在/bin目录,Ant脚本会直接将编译好的所有Class文件打包放入/web/WEB-INF/lib/bookstore.jar,因此,/WEB-INF目录下不再需要/classes目录。 通过HTML访问JMX的HTML Adaptor默认没有启用,要启用HTML Adaptor,请将/conf/services.xml的相关注释去掉。 Velocity的缓存时间是3600秒,因此,运行期修改页面后可能无法立刻更新。要取消Cache,请设定/conf/velocity.properties: file.resource.loader.cache = false file.resource.loader.modificationCheckInterval = 0 velocimacro.library.autoreload = true 请在Dreamwaver中自行删除模板文件中的Google广告,然后更新所有HTML页面 -------------------- 编译工程 -------------------- 运行默认的Ant任务ant_build.bat,将在/web目录下获得完整的应用程序 第一次运行时,请重建所有书籍索引,否则将搜索不到任何书籍 -------------------- Bug修复 -------------------- net.livebookstore.web.core.AbstractScriptController: JavaScript的MIME类型更正为application/x-javascript Cache-Control头更正为max-age=xxx

近期下载者

相关文件


收藏者