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

Doug Brown's Blog: Difference between ASP and PHP

Photogapple.co.uk: time_since

DeveloperTutorials.com: AJAX and PHP Form Processing

DevShed: Validating Web Forms with the Code Igniter PHP Framework

Mike Davies' Blog: PHP Frameworks: comparing CakePHP and symfony


Community Events











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


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

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