文章列表
tomcat5.028 与 resin3.11 使用时发现的小区别
本人是使用struts做mvc,一直使用tomcat5.028,突然小试了一下resin3.11,开始感觉不错,后来发现有区别。
tomcat 5.028 下:
当你从某Action(XXX.do)findForward 到页面时,在页面上调用 request.getRequestURL();他会返回发请求的url是XXX.do
正好符合我的要求。(因为本人正好是两个Action(ListAction 和 QueryAction)共用一个 list.jsp 页面,希望从哪个Action跳转到list页面上时那么页面
...
spring+struts+hibernate OpenSessionInView 配置学习
在web.xml中使用OpenSessionInView不能配置:
xml 代码
<servlet>
<servlet-name>contextservlet-name>
<servlet-class>
org.springframework.web.context.ContextLoaderServlet
servlet-c ...
1-- Drop existing database link
2drop database link xxxx.US.ORACLE.COM;
3-- Create database link
4create database link xxxx.US.ORACLE.COM
5 connect to userName identified by password
6
- 2007-05-29 09:02
- 浏览 1104
- 评论(0)