首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > XML SOAP >

spring 加载XML资料

2012-09-09 
spring 加载XML文件java读取文件帮助类:import org.springframework.context.ApplicationContextimport c

spring 加载XML文件

java读取文件帮助类:

import org.springframework.context.ApplicationContext;import com.ecd.boss.domain.CopyCategoryImagesService;import com.ecd.boss.utils.ApplicationConxtXML;public class CopyCategoryImagesTsk {public static void main(String... args) {ApplicationContext cxt = ApplicationConxtXML.getApplicationConxtXMLPropertise();CopyCategoryImagesService copyCategoryImagesService = (CopyCategoryImagesService) cxt.getBean("copyCategoryImagesService");int areal[] = {1,4};copyCategoryImagesService.copyImages(areal);}}


热点排行