编译工具:eclipse 1)创建Web工程:spring_web_helloworld 2)导入所需jar包: 3)创建实体类:同上篇博文 4)创建配置文件hellobean.xml.同上篇博文 不过,注意,本项目中配置文件放的位置为WebContent目录下. 5)实例化Spring容器:在web.xml中配置Spring容器.在启动Web工程时,自动创建实例化Spring容器.同时,在web.xml中指定Spring的配置文件.在启动Web工程时,自动关联到Spring容器中,并对Bean…