
Spring
文章平均质量分 90
suizhongbao
这个作者很懒,什么都没留下…
展开
-
spring+velocity自动发送邮件
1.下载spring及velocity类库,email配置文件:mail.properties:mail.default.from=jfishsz@163.commail.host=smtp.163.commail.username=xxxxxxmail.password=xxxxxxmail.smtp.auth=truemail.smtp.timeout=25000sprin...2007-02-09 22:26:07 · 545 阅读 · 0 评论 -
Tapestry+Ibatis+Spring+ajax+css 写的Digg网站。效果不错!
Tapestry + Ibatis + Spring+Ajax+css 写的 Digg 类网站。虽然功能不是很全,但基本的digg功能已经全部都实现了,不过相比其他国内的中文digg,这个是一个相当不错的digg类中文网站了。 整个网站从前台到后台,从美工到程序,前前后后,完完整整都是一个人自己完成的。虽然很简单,但也很不错喽!推荐一把!站名:QOPO-酷宝地址:http://...2007-02-09 22:42:01 · 108 阅读 · 0 评论 -
spring+hibernate+struts 问题解决
加红颜色的部分是最容易出现的错误!Java代码 1.地址栏中:http://localhost:8088/sshtest/user.do?act=register 报错:HTTP Status 404 - Servlet action is not available 原因是:struts-config.xml配置文件中的请求处理器类出错了(找不...原创 2009-03-04 02:15:09 · 148 阅读 · 0 评论 -
spring+hibernate+struts 整合的三种方法,我只用第三种可以。
一.用spring的DelegatingRequestProcessor替换struts的RequestProcessor.1)不要在web.xml中设置ApplicationContext的自动加载,在struts-config.xml中通plug-in设置.<plug-in className="org.springframework.web.struts.ContextLoader...原创 2009-03-04 02:17:41 · 124 阅读 · 0 评论 -
spring+hibernate+struts 自己总结出的方法。
其实很简单,只需要两步:1.在Web.xml文件中加入下面代码,从而加载spring的配置文件。 <context-param> <param-name>contextConfigLocation</param-name> <param-value>/WEB-INF/applicationCon...2009-03-04 02:29:53 · 88 阅读 · 0 评论 -
Spring Hibernate Struts
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts-config (View Source for full doctype...)> - <struts-config> <data-sources /> - <form-beans>2008-12-16 20:22:53 · 92 阅读 · 0 评论