读书人

spring 加载XML资料

发布时间: 2012-09-09 09:27:54 作者: rapoo

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);}}


读书人网 >XML SOAP

热点推荐