News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Wicket from the point of view of a PHP developer
July 15, 2010 @ 08:15:28

On his blog today Jani Hartikainen looks at his experience learning Wicket (a Java application framework) from the perspective of a PHP developer.

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.

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".

0 comments voice your opinion now!
wicket perspective compare form submit


blog comments powered by Disqus

Similar Posts

Khalid Hanif\'s Blog: Email Header Injection in PHP

Jonathan Snook's Blog: CakePHP, is it worth it?

Symfony Blog: New in symfony 1.2: Small things matter (2)

Richard Lord's Blog: PHP 5.2 - Nesting level too deep - recursive dependency?

PHPImpact Blog: Zend_Form Performance Issues


Community Events











Don't see your event here?
Let us know!


opinion unittest tool conference development zendframework2 language podcast object release functional composer testing series framework code example introduction community interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework