J2EE
一朵Meow
坏妞一枚
展开
-
Struts复习笔记1-基本配置
简单的Struts配置: 在web.xml中: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2原创 2011-08-28 09:45:16 · 248 阅读 · 0 评论 -
【Spring Note】 容器中的工厂类
Dog类如下: package com.dora.testingAnimal.bean; import com.dora.testingAnimal.ibeans.Being; public class Dog implements Being{ private String msg; public void setMsg(String msg) { this.msg=msg;原创 2012-11-15 10:48:15 · 369 阅读 · 0 评论