摘要:
1. 数据封装 1.1 属性驱动:提供属性set方法模式 很少使用 form表单 <hr> <h2>属性驱动:提供属性set方法模式</h2> <form action="${pageContext.request.contextPath}/userAction1.action" method="p 阅读全文
摘要:
Struts2 --接口注入 1.原生方式ServletActionContext对象 public class RequestDemo01 extends ActionSupport { public String login(){ System.out.println("login "); // 阅读全文
摘要:
一个简单的struts2与heibernate的入门整合案例 项目结构图 1.pom.xml <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</vers 阅读全文