人在江湖

            BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
            82 Posts :: 10 Stories :: 169 Comments :: 0 Trackbacks

          轉(zhuǎn)載自 http://forum.springsource.org/showthread.php?t=50934

             1: class ExampleBean {
             2:   private String string;
             3:   public ExampleBean(String string) {
             4:     this.string = string;
             5:   }
             6:   
             7:   public void write() {
             8:     System.out.println("The text is: " + text);
             9:   }
            10:  
            11: }
            12:  
            13: class ExampleBeanFactory {
            14:   public static ExampleBean createExampleBean(String string) {
            15:     return new ExampleBean(string);
            16:   }
            17: }
            18:  
            19: public class Main {
            20:   public static void main(String[] args) {
            21:     ApplicationContext context = new ClassPathXmlApplicationContext(
            22:                     "context.xml");
            23:     ExampleBean exampleBean = 
            24:             ExampleBean)context.getBean("exampleBean", 
            25:               new Object[]{"bla bla"});
            26:     exampleBean.write();
            27:   }
            28: }
             1: <bean id="exampleBean" class="...ExampleBeanFactory"  scope="prototype"
             2:         factory-method="createExampleBean">
             3:     <constructor-arg value="default value"/>
             4: </bean>

           

          注意scope使用prototype

          posted on 2011-01-30 18:04 人在江湖 閱讀(4335) 評論(0)  編輯  收藏 所屬分類: spring
          主站蜘蛛池模板: 万荣县| 本溪| 鲁甸县| 永丰县| 乐安县| 葵青区| 宁阳县| 新丰县| 抚顺市| 桓台县| 衡山县| 平邑县| 耒阳市| 水城县| 武冈市| 普陀区| 抚松县| 建平县| 北票市| 张掖市| 简阳市| 定南县| 江源县| 普安县| 如东县| 台北县| 中牟县| 古交市| 施甸县| 乌拉特前旗| 博爱县| 永胜县| 搜索| 东方市| 奎屯市| 长海县| 大连市| 万载县| 五大连池市| 固阳县| 姜堰市|