《一个关于SWF(spring webflow)的DEMO》的相关内容
相关博客
listener启动spring容器
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
classpath:spr ...
by iorit2003 2007-08-17 浏览 (675) 回复 (0) 关键字:
spring 2.0 + hibernate3.2 + struts 2.0 开放配置
http://blog.csdn.net/risk/archive/2007/06/28/1670129.aspx
xml 代码
struts2.0+spring2.0 + hibernate 3.2 结合开发Web应用带来了很多改进,更多的是配置参数.以下结合开发项目说明如何使用struts2.0+spring2.0+hib ...
by jinlibing 2007-07-03 浏览 (4777) 回复 (0) 关键字: spring 2.0 + hibernate3.2 + struts 2.0 开放配置
hibernate+Struts+Spring 物料管理项目集成 lesson3
接下来只剩下的spring的配置了~
applicationContext-common.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http: ...
by zhanglingsi 2008-09-29 浏览 (37) 回复 (0) 关键字: hibernate, aop, spring, ssh, java, j2ee
spring mvc 使用Freemarker模板
首先,定义一个freemarker模板,解析对象studentList/freemarker/success.ftl <html> <body> <table border="1"> <#li ...
by esffor 2007-06-19 浏览 (368) 回复 (0) 关键字:
Struts2,Spring2,Hibernate3整合
1. web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.or ...
by Clayz 2008-09-15 浏览 (106) 回复 (0) 关键字:

