Comparing Web Frameworks: Wicket
Blog post by JavaGeek, 8 pages, 30 minutes.
This article shows how to build a read-only weblog using the Wicket framework. It uses the same domain model as the other articles in the "Comparing Web Frameworks" category, allowing for easy comparison. Wicket seems to do a fine job of keeping the business logic out of your templates. It seems to do a lesser job of keeping view logic out of your Java code, but somehow that seems to bother most Java developers less.
read it
This article shows how to build a read-only weblog using the Wicket framework. It uses the same domain model as the other articles in the "Comparing Web Frameworks" category, allowing for easy comparison. Wicket seems to do a fine job of keeping the business logic out of your templates. It seems to do a lesser job of keeping view logic out of your Java code, but somehow that seems to bother most Java developers less.
read it
0 Comments:
Post a Comment
<< Home