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