<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 01:53:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Jani Hartikainen's Blog: Wicket from the point of view of a PHP developer]]></title>
      <guid>http://www.phpdeveloper.org/news/14795</guid>
      <link>http://www.phpdeveloper.org/news/14795</link>
      <description><![CDATA[<p>
On his blog today <i>Jani Hartikainen</i> looks at his experience <a href="http://codeutopia.net/blog/2010/07/14/wicket-from-the-point-of-view-of-a-php-developer/">learning Wicket</a> (a Java application framework) from the perspective of a PHP developer.
</p>
<blockquote>
My starting point with Wicket was basically zero, at least Java-wise: I had never used any Java web app framework, so I didn't really know what to expect. Since as I said I've mostly used PHP and Python, I assumed the program flow would be something like in them. Of course, this was a completely wrong assumption.
</blockquote>
<p>
He includes one specific example - handling a form submission. In PHP you work with the POSTed values and do something (insert into a database, email, etc) but with Wicket you really just display the form again - with a few other bits of configuration of course. You worry more about what's in the form instead of how to handle the results. He notes that it's a lot like working with a desktop application environment and recommends it as "an interesting way to do things".
</p>]]></description>
      <pubDate>Thu, 15 Jul 2010 08:15:28 -0500</pubDate>
    </item>
  </channel>
</rss>
