<?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 vs. Spring MVC</title>
	<atom:link href="http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc</link>
	<description>agile software development</description>
	<lastBuildDate>Wed, 11 Aug 2010 13:57:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dean</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-3106</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Fri, 21 May 2010 12:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-3106</guid>
		<description>&quot;Those use true HTML templates (no special tags, special imports or whatever) which can be easily editable with Dreamweaver or whatever WYSIWYG tool your web designer uses&quot;

http://en.wikipedia.org/wiki/Apache_Velocity
http://en.wikipedia.org/wiki/FreeMarker

Velocity and freemarker use more logic in the html than wicket.  Wicket uses attributes in the main, and has no effect on WYSYWIG editing.</description>
		<content:encoded><![CDATA[<p>&#8220;Those use true HTML templates (no special tags, special imports or whatever) which can be easily editable with Dreamweaver or whatever WYSIWYG tool your web designer uses&#8221;</p>
<p><a href="http://en.wikipedia.org/wiki/Apache_Velocity" rel="nofollow">http://en.wikipedia.org/wiki/Apache_Velocity</a><br />
<a href="http://en.wikipedia.org/wiki/FreeMarker" rel="nofollow">http://en.wikipedia.org/wiki/FreeMarker</a></p>
<p>Velocity and freemarker use more logic in the html than wicket.  Wicket uses attributes in the main, and has no effect on WYSYWIG editing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-2793</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-2793</guid>
		<description>I think this article is very biased and does not depict the whole picture. In reality, just like JSF, Wicket requires you to use special tags within the HTML. If you expect your web designer to know or learn wicket tags you are in for a surprise. I still think that using Spring MVC is much more powerful, as long as you don&#039;t use it with JSPs but with a templating framework like Velocity or Freemarker. Those use true HTML templates (no special tags, special imports or whatever) which can be easily editable with Dreamweaver or whatever WYSIWYG tool your web designer uses.

On the other hand, if you still prefer to go for special tags in your &#039;views&#039; (so long for pure HTML)  JSF 2.0 is probably the way to go (which btw also considers JSPs obsolete) which uses the concept of Facelets (xhtml files with some special tags just like Wicket), with the difference that it is standard J2EE. You will be more likely to find developers who know that technology than wicket.</description>
		<content:encoded><![CDATA[<p>I think this article is very biased and does not depict the whole picture. In reality, just like JSF, Wicket requires you to use special tags within the HTML. If you expect your web designer to know or learn wicket tags you are in for a surprise. I still think that using Spring MVC is much more powerful, as long as you don&#8217;t use it with JSPs but with a templating framework like Velocity or Freemarker. Those use true HTML templates (no special tags, special imports or whatever) which can be easily editable with Dreamweaver or whatever WYSIWYG tool your web designer uses.</p>
<p>On the other hand, if you still prefer to go for special tags in your &#8216;views&#8217; (so long for pure HTML)  JSF 2.0 is probably the way to go (which btw also considers JSPs obsolete) which uses the concept of Facelets (xhtml files with some special tags just like Wicket), with the difference that it is standard J2EE. You will be more likely to find developers who know that technology than wicket.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Walker</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-1049</link>
		<dc:creator>Harald Walker</dc:creator>
		<pubDate>Mon, 03 Nov 2008 11:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-1049</guid>
		<description>Susan, we didn&#039;t migrate from Spring MVC to Wicket but for a sub-project (one of the 5 web-applications of our product) we are now using Wicket and like it a lot. For a new project I wouldn&#039;t use Spring MVC again.</description>
		<content:encoded><![CDATA[<p>Susan, we didn&#8217;t migrate from Spring MVC to Wicket but for a sub-project (one of the 5 web-applications of our product) we are now using Wicket and like it a lot. For a new project I wouldn&#8217;t use Spring MVC again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan L.</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-1048</link>
		<dc:creator>Susan L.</dc:creator>
		<pubDate>Mon, 03 Nov 2008 11:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-1048</guid>
		<description>Any chance you could update this entry with some specifics about your experiment with Wicket, if it came to pass?  

I&#039;m part of a team looking at a big migration away from Struts 1.x and the issue is...do we move to something like Spring MVC (new 3.0 release on the horizon) or perhaps move to Wicket? Your experiences would be good to ponder as we make our decision...

An area of concern for me with a move to Wicket is the migration of what we have already in place.  

A move to Wicket would obviously mean replacing all our JSPs (some of which are just divs calling out to client side Javascript, and some of which are more full featured). I definitely see the attraction of a Java/HTML template solution such as Wicket offers.

But we would need to do replacement in a gradual migration, so we can slowly replace our use of JSPs tags (core, 3rd party and custom) with the Java code equivalents.   So JSPs and newer Wicket support would need to live side by side for a while.  

And that reworking of all the functionality in our taglibs/extraction of the JSPs into HTML templates/Java code is a big effort, though it may pay off in the long run.

So any anecdotal evidence about porting existing MVC apps over to the Wicket framework, be they Spring MVC or Struts is helpful to us right now.

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Any chance you could update this entry with some specifics about your experiment with Wicket, if it came to pass?  </p>
<p>I&#8217;m part of a team looking at a big migration away from Struts 1.x and the issue is&#8230;do we move to something like Spring MVC (new 3.0 release on the horizon) or perhaps move to Wicket? Your experiences would be good to ponder as we make our decision&#8230;</p>
<p>An area of concern for me with a move to Wicket is the migration of what we have already in place.  </p>
<p>A move to Wicket would obviously mean replacing all our JSPs (some of which are just divs calling out to client side Javascript, and some of which are more full featured). I definitely see the attraction of a Java/HTML template solution such as Wicket offers.</p>
<p>But we would need to do replacement in a gradual migration, so we can slowly replace our use of JSPs tags (core, 3rd party and custom) with the Java code equivalents.   So JSPs and newer Wicket support would need to live side by side for a while.  </p>
<p>And that reworking of all the functionality in our taglibs/extraction of the JSPs into HTML templates/Java code is a big effort, though it may pay off in the long run.</p>
<p>So any anecdotal evidence about porting existing MVC apps over to the Wicket framework, be they Spring MVC or Struts is helpful to us right now.</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Walker</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-984</link>
		<dc:creator>Harald Walker</dc:creator>
		<pubDate>Mon, 07 Apr 2008 09:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-984</guid>
		<description>Yes. We gave Grails a try in a sub-project and are now considering to replace it with Wicket since Grails doesn&#039;t integrate with our continuous build system and the architecture of our platform.</description>
		<content:encoded><![CDATA[<p>Yes. We gave Grails a try in a sub-project and are now considering to replace it with Wicket since Grails doesn&#8217;t integrate with our continuous build system and the architecture of our platform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Brodkin</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-983</link>
		<dc:creator>Sam Brodkin</dc:creator>
		<pubDate>Mon, 07 Apr 2008 09:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-983</guid>
		<description>So Harald, now that you are management are you giving a Wicket trial the green light?  Peter Thomas really made it look good in his post.</description>
		<content:encoded><![CDATA[<p>So Harald, now that you are management are you giving a Wicket trial the green light?  Peter Thomas really made it look good in his post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Locke</title>
		<link>http://www.bitwalker.nl/blog/wicket-vs-spring-mvc/comment-page-1#comment-2</link>
		<dc:creator>Jonathan Locke</dc:creator>
		<pubDate>Sat, 17 Mar 2007 17:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitwalker.nl/blog/wicket-vs-spring-mvc#comment-2</guid>
		<description>Well, it depends on where you are in the release cycle, but it might be a mistake to continue with Spring MVC if your product has more lifespan ahead of it than behind.  There have been several posts to our lists and informal comments suggesting that Wicket is about twice as productive as JSF.  I imagine it&#039;s similarly better than Spring MVC.  It may cost quite a lot of money to continue with Spring MVC if your project is going to be long-lived.  That said, even if you wanted to switch, you&#039;d still have to evaluate other factors.</description>
		<content:encoded><![CDATA[<p>Well, it depends on where you are in the release cycle, but it might be a mistake to continue with Spring MVC if your product has more lifespan ahead of it than behind.  There have been several posts to our lists and informal comments suggesting that Wicket is about twice as productive as JSF.  I imagine it&#8217;s similarly better than Spring MVC.  It may cost quite a lot of money to continue with Spring MVC if your project is going to be long-lived.  That said, even if you wanted to switch, you&#8217;d still have to evaluate other factors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
