Apache Wicket 6.9.0 released, Web development framework

Source: Internet
Author: User

Apache Wicket 6.9.0 is released. Wicket is a Java Web development framework, which is similar to Struts, WebWork, and Tapestry. It is characterized by the effective separation of Html and code, which is conducive to the cooperation between programmers and the US), Rule-based configuration (reducing the use of configuration files such as XML ), the learning curve is relatively low and the development method is similar to C/S), which makes debugging easier with fewer error types and easier to locate ).

This version supports automatic switch between jQuery 1.x and 2.xbased on the browser model. For IE 6/7/8, jQuery 1.xis used, while for other browsers, jQuery 2.xis used. To enable this function, you must add the following code during initialization:

 
 
  1. Protected void init (){
  2. GetJavaScriptLibrarySettings ()
  3. . SetJQueryReference (DynamicJQueryResourceReference. INSTANCE );
  4. }

In addition, this version has been upgraded to Atmoshpere (1.0.13) and Bootstrap (2.3.2). For bug fixes, see here.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.