<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SpringSource Seminar Day Linz in Review</title>
	<atom:link href="http://blog.springsource.org/2008/09/23/springsource-seminar-day-linz-in-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2008/09/23/springsource-seminar-day-linz-in-review/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: johnson</title>
		<link>http://blog.springsource.org/2008/09/23/springsource-seminar-day-linz-in-review/comment-page-1/#comment-171340</link>
		<dc:creator>johnson</dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.springsource.com/?p=376#comment-171340</guid>
		<description>How to call set Methods which are overloaded

i executed following code...

Alpha.xml


    
        My Frame
        
    
        true
        
        



Test.java

/*
 * To change this template, choose Tools &#124; Templates
 * and open the template in the editor.
 */

package test;

import java.awt.Frame;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestFrame
{
    public static void main(String args[])
    {
        ApplicationContext ctx;
        ctx=new ClassPathXmlApplicationContext(&quot;/test/Alpha.xml&quot;);
        Frame f=(Frame)ctx.getBean(&quot;frame&quot;);
        
    }

}

it was executed....but i didnt able to execute the following code in Alpha.xml


          
              
                  255
              
              
                  0
              
              
                  0
              
        </description>
		<content:encoded><![CDATA[<p>How to call set Methods which are overloaded</p>
<p>i executed following code&#8230;</p>
<p>Alpha.xml</p>
<p>        My Frame</p>
<p>        true</p>
<p>Test.java</p>
<p>/*<br />
 * To change this template, choose Tools | Templates<br />
 * and open the template in the editor.<br />
 */</p>
<p>package test;</p>
<p>import java.awt.Frame;<br />
import org.springframework.context.ApplicationContext;<br />
import org.springframework.context.support.ClassPathXmlApplicationContext;<br />
public class TestFrame<br />
{<br />
    public static void main(String args[])<br />
    {<br />
        ApplicationContext ctx;<br />
        ctx=new ClassPathXmlApplicationContext(&#034;/test/Alpha.xml&#034;);<br />
        Frame f=(Frame)ctx.getBean(&#034;frame&#034;);</p>
<p>    }</p>
<p>}</p>
<p>it was executed&#8230;.but i didnt able to execute the following code in Alpha.xml</p>
<p>                  255</p>
<p>                  0</p>
<p>                  0</p>
]]></content:encoded>
	</item>
</channel>
</rss>

