layout: default title: Home pageclasses: index additionalContents:

path: news.html sectionId: news jumbotronLinks:

text: Download now »
url: /start/wicket-8.x.html

<p>
  While previous versions of Wicket work well with Java 8 and beyond, the Wicket API was not optimized to make full use of Java 8 idioms. After careful consideration and trying many paths to adopt new ways of combining Java 8 and Wicket, we finally settled on the current API.
</p>
<p>
  Java 8’s new idioms and types have been applied throughout Wicket’s API. Learn more about the details below.
</p>
<p>
  Microbenchmarks have shown that using lambda models provides much better performance than the string based PropertyModel at the cost of slightly larger memory footprint.
</p>