<?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: Wicket and Spring</title>
	<atom:link href="http://www.mysticcoders.com/blog/wicket-and-spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysticcoders.com/blog/wicket-and-spring/</link>
	<description>to our success!</description>
	<lastBuildDate>Mon, 30 Jan 2012 18:29:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Zlatan Kadragić</title>
		<link>http://www.mysticcoders.com/blog/wicket-and-spring/comment-page-1/#comment-3468</link>
		<dc:creator>Zlatan Kadragić</dc:creator>
		<pubDate>Sat, 28 Aug 2010 09:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=34#comment-3468</guid>
		<description>And this:

            org.apache.wicket
            wicket-spring
            ${wicket.version}


wicket-spring-annot is not needed</description>
		<content:encoded><![CDATA[<p>And this:</p>
<p>            org.apache.wicket<br />
            wicket-spring<br />
            ${wicket.version}</p>
<p>wicket-spring-annot is not needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zlatan Kadragić</title>
		<link>http://www.mysticcoders.com/blog/wicket-and-spring/comment-page-1/#comment-3467</link>
		<dc:creator>Zlatan Kadragić</dc:creator>
		<pubDate>Sat, 28 Aug 2010 09:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=34#comment-3467</guid>
		<description>Just to add my Maven experience using wicket 1.4..10 and Spring 3.0.4

pom.xml file should look like this:


            org.springframework
            spring-core
            ${spring.version}



            org.springframework
            spring-web
            ${spring.version}



            org.springframework
            spring-jdbc
            ${spring.version}


and so on.</description>
		<content:encoded><![CDATA[<p>Just to add my Maven experience using wicket 1.4..10 and Spring 3.0.4</p>
<p>pom.xml file should look like this:</p>
<p>            org.springframework<br />
            spring-core<br />
            ${spring.version}</p>
<p>            org.springframework<br />
            spring-web<br />
            ${spring.version}</p>
<p>            org.springframework<br />
            spring-jdbc<br />
            ${spring.version}</p>
<p>and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank B</title>
		<link>http://www.mysticcoders.com/blog/wicket-and-spring/comment-page-1/#comment-3466</link>
		<dc:creator>Frank B</dc:creator>
		<pubDate>Sun, 09 May 2010 18:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=34#comment-3466</guid>
		<description>How about some guide for what to put inside the web.xml and applicationContext.xml?</description>
		<content:encoded><![CDATA[<p>How about some guide for what to put inside the web.xml and applicationContext.xml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kinabalu</title>
		<link>http://www.mysticcoders.com/blog/wicket-and-spring/comment-page-1/#comment-3465</link>
		<dc:creator>kinabalu</dc:creator>
		<pubDate>Wed, 05 Aug 2009 02:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=34#comment-3465</guid>
		<description>David,

Can you provide your applicationContext.xml, web.xml, and any related code that might make sense here.  The example you&#039;ve commented on does not include a masterDao, so we&#039;d need some context to help out.

Cheers!</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Can you provide your applicationContext.xml, web.xml, and any related code that might make sense here.  The example you&#8217;ve commented on does not include a masterDao, so we&#8217;d need some context to help out.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mysticcoders.com/blog/wicket-and-spring/comment-page-1/#comment-3464</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 05 Aug 2009 01:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://wicketbyexample.com/?p=34#comment-3464</guid>
		<description>Builds, tests and runs but when I click on the page link that uses the bean defined I get:

org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named &#039;masterDao&#039; is defined</description>
		<content:encoded><![CDATA[<p>Builds, tests and runs but when I click on the page link that uses the bean defined I get:</p>
<p>org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named &#8216;masterDao&#8217; is defined</p>
]]></content:encoded>
	</item>
</channel>
</rss>

