Web Technologies

From Jtkwiki
Revision as of 16:36, 22 December 2011 by Jtkim (talk | contribs)
Jump to navigationJump to search

Wicket


Notes

On Why Wicket?

  • The claim that other web frameworks (or even "plain vanilla" servlet / JSP) don't properly support server-side state seems rather thin. There's nothing much wrong with sessions. However, the perspective of dealing with the back button and multiple tabs / windows seems interesting.
  • The separation between HTML and programming (Java) aspects seems very good.
  • The "easy to use" and "fun" criteria are obviously rather subjective.