> > So when the FAQ asks, "When will Wicket use Java 5?" -- they're asking > about using Java 5 to develop the Wicket framework, not wicket > applications? >
Yep. There are a couple of features that would be a great fit for Wicket. For instance, we could have stronger typed models if we use Javav 5's generics. If we would use such features though, not only would it mean that you need Java 5 to build wicket, but you'll also need it to build and run any application on top of it (i.e. use Wicket). We don't think Java 5 is common enough for such a move, though many people are itching for it :). Eelco ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
