非官方Java Web框架總結: 就用Wicket

banq發表於2010-07-16
Not A Java Web Frameworks Survey: Just use Wicket! | Javalobby

作者個人觀點,現在Web框架很多 jZeno, SpringMVC, Seam, Vaadin (at that time: IT-Mill Toolkit), MyFaces, Stripes, Struts, ItsNat, IWebMvc。作者從JSF到Rails到Vaddin等都投入使用過,作者列出Wicket十個理由:
great performance 好的效能
ease of use (highly subjective, of course),易用性
component based + no routing, 元件化
good documentation and active community,好文件
ajax fallback and simplicity, AJAX簡化
quick get-started, 快速開始
out-of-the-box back-button support,
integrated testing support,
unbeaten separation of html and Java code無懈可擊的Html和Java程式碼分離
and a simple guice integration

相關文章