maven 搭建SSH框架(带Source)

1 install maven
2 install maven plugin
http://download.eclipse.org/technology/m2e/releases

eclipse中 建立下面的工程
3 new maven-archetype-webapp

4 把工程转换为Java Web工程,可以放入tomcat上面
[project facets] -- [convert faceted form] selected [dynamic web module ] 2.5
  在打开的页面,选择【configuration】  配置web的根目录, runtime 选tomcat
 
5 把Maven的lib加入到javaBuild Path中。项目右键,[deplemment assembly]  and [maven lib]

 

注意切点的表达式:是否正确。
<aop:pointcut id="allManagerMethod" expression="execution(* com.mkyong.customer.service.impl.*.*(..))" />


参考资源
struts2 example
http://code.google.com/p/struts2-examples/downloads/list

http://mavenhub.com/mvn/central/javax.transaction/jta/1.1

Struts2Example
http://www.mkyong.com/struts2/struts-2-hello-world-example/
不错的blog
http://doujiang327.iteye.com/blog/1238767

事物模型
http://www.blogjava.net/robbie/archive/2009/04/05/264003.html
http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/orm.html

 

标签的用法:

http://www.open-open.com/lib/view/open1331393920452.html

 

你可能感兴趣的:(source)