Indeed.  One might say that Wicket is better than most other frameworks
for the same reason that C++ is better than C, that Java is better than
Pascal, or that Smalltalk is better than Basic.  Wicket allows you to
use inheritance to help re-use webpages.

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan
Sonnek
Sent: Thursday, December 14, 2006 5:02 PM
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Why I recommended Wicket...




        Other points of consideration is long term maintenance. A
component oriented framework like Wicket encapsulates component
functionality into a black box that can be used in many different
contexts and still work as designed. The same effect is very difficult
to achieve with custom tags (especially when they have external
dependencies like javascript, etc). 


Well said.  I think this is one of the best accomplishments of wicket.
IMO, re-usable JSP tags are nearly impossible, while reusable wicket
components are extremely quick and easy to use. 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to