Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Try & fix <code> tags

...

  • last JDK-1.4 release (next release will be Java 5 based)
  • first Apache release: renamed packages to <code>orgorg.apache.wicket</code>wicket
  • simplified models API
  • simplified converter API
  • simplified validator API
  • now works with zero-config behind a proxy server using relative URLs
  • added Google Guice support
  • use your Wicket pages directly in a portal without changing a line of code (JSR-168/JSR-286 support)
  • switched logging API from commons-logging to slf4j
  • use velocity templates as panels in your pages with wicket-velocity
  • YUI-calendar and Joda time based date picker (wicket-datetime)
  • improved Ajax support
  • improved, more robust header contributions
  • filters duplicate javascript references
  • supports onload/ondomready events
  • javascript resources are gzipped by default
  • stateless pages and components for those parts of your application that needs to scale to extremely large numbers of users
  • improved AjaxTree/AjaxTreeTable
  • hybrid URL encoding makes search engines and your users happy
  • nested form components—create components?create panels that contain forms and use them anywhere without worrying about the nesting of form tags
  • minimized session use by storing component hierarchy in file system (DiskPageStore)

...