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:
- Protected void init (){
- GetJavaScriptLibrarySettings ()
- . SetJQueryReference (DynamicJQueryResourceReference. INSTANCE );
- }
In addition, this version has been upgraded to Atmoshpere (1.0.13) and Bootstrap (2.3.2). For bug fixes, see here.