欢迎来到天天文库
浏览记录
ID:35342356
大小:68.85 KB
页数:8页
时间:2019-03-23
《实验四spring的基本用法》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实验四Spring的基本用法班级:计算机学号:13034480149姓名:刘炳君成绩:一、实验目的(1)理解Spring的loC原理。(2)掌握Spring的loC的实现过程。(3)掌握loC的依赖注入方法。二、实验内容(1)完成课本P176实验九。邈Problems匡TasksB5纸的显示dWebBrowser旦ConscieS34%ServersTestPrinter[JavaApplication]C:ProgramFiIesJavajdkl.8.0^73binjavlog4j:k
2、ARNMoappenderscouldbefoundforlogger(org.springframework.Iog4j:WARF4Pleaseinitializethelog4jsystemproperly.遲■层)丸威■■第缁畏务恳.£是检黑樽ik务间歩含龙空宏吏等工吃敖王==^2^==A4纸的显示池Problems运Tasks“WebBrowser曰ConsoleS3衆ServersTestPrinter[JavaApplication]C:ProgramFiIesJavajdkl.
3、8.0_73llog4j:WARNNoappenderscouldbefoundforlogger(org>springf厂a血log4j:WARMPleaseinitializethelog4jsystemproperly<具勺的J2EE三展方怜分为丢反层・*;«!层(业务逻稳目)定立绢舉务展・三展惨黑再业务股!3h敌樹为闽及■■第1艮■■==穷2豆==TestPrinter.javapackagecom;importorg.springframework.context.ApplicationContext;imp
4、ortorg.springframework.context.support.ClassPathXmlApplicationContext;importcom.prin.Printer;publicclassTestPrinter{publicstaticvoidmain(String[]args){ApplicationContextcontext=newClassPathXmlApplicationContext(”applicationContext.xm「');Printerprinter=(Printer)co
5、ntext.getBean(,,printern);Stringstr=型的J2EE三层结构,分为表现层、中间层(业务逻辑层)和数据服务层。三层体系将业务规则、”+”数据访问及合法性效验等工作放在中间层处理。”+”客户端不直接与数据库交互,而是通过组件与中间层建立连接,再由中间层与数据库交互。printer.print(str);}}TextPaper.javapackagecom;publicclassTextPaperimplementsPaper{privateprivateprivateprivateprivat
6、eprivateStringcontent=nn;charPerLine=16;linePerPage=5;posX=0;posY=0;posP=l;setCharPerLine(intcharPerLine){intintintintintpublicvoidthis•charPerLine=charPerLine;}publicintgetCharPerLine(){returncharPerLine;}publicvoidsetLinePerPage(intlinePerPage){this.linePerPage
7、=linePerPage;}publicintgetLinePerPage(){returnlinePerPage;}publicStringgetContent(){//TODOAuto-generatedmethodstubStringret二this.content;if(!(posX==0&&posY==0)){intcount=linePerPage・posY;for(inti=0;i8、t;}publicvoidputlnChar(charc){//TODOAuto-generatedmethodstubcontent+二c;++posX;if(posX==charPerLine){content+=Paper•newtine;posX=0;++posY;}if(posY==linePerPage)
8、t;}publicvoidputlnChar(charc){//TODOAuto-generatedmethodstubcontent+二c;++posX;if(posX==charPerLine){content+=Paper•newtine;posX=0;++posY;}if(posY==linePerPage)
此文档下载收益归作者所有