下面我们来一个网上的例子验证一下:
[html] view plain copy print?
[java] view plain copy print?
package test;
import java.util.Date;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.opensymphony.xwork2.ActionContext;
public class TestScope {