Web Technologies

From Jtkwiki
Revision as of 16:34, 22 December 2011 by Jtkim (talk | contribs) (Created page with "== Wicket == * [http://wicket.apache.org/ Wicket home (Apache)] === Notes === On [http://wicket.apache.org/meet/introduction.html Why Wicket?] * The claim that other web fra...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.