与单例对应,每个用户访问action都会建立一个对象,不会出现锁这种现象 @Scope("prototype") public class xxAction extends BaseAction{ xx }