首頁 web前端 html教學 Apache Wicket 6.22.0/7.2.0 发布_html/css_WEB-ITnose

Apache Wicket 6.22.0/7.2.0 发布_html/css_WEB-ITnose

Jun 24, 2016 am 11:26 AM

Apache Wicket 发布了两个更新版本,Wicket是一个Java 语言的Web开发框架,与Struts,WebWork,Tapestry 相类似。其特点在于对Html和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了XML 等配置文件的使用),学习曲线较低(开发方式与C/S相似),更加易于调试(错误类型比较少,而且容易定位)。

新版本改进内容包括:

CHANGELOG for 7.2.0:** Bug    * [WICKET-6001] - Exception raised while refreshing a page withqueued components missing in the markup    * [WICKET-6002] - FileUploadField makes form-component modelsbecome null on submit    * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error    * [WICKET-6010] - Downloading filenames containing ',' or ';' gives problems    * [WICKET-6011] - NPE in case DebugBar is added to AjaxRequestTarget    * [WICKET-6013] - CLONE - AjaxFallbackOrderByBorderwicketOrder[Up|Down|None] class missing in 7.1.0    * [WICKET-6014] - TransparentWebMarkupContainer breaksOnChangeAjaxBehavior for Select2    * [WICKET-6017] - Tests fail when executed with not expected locale    * [WICKET-6018] - TransparentWebMarkupContainer is not really "transparent"    * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINELfrom the cache    * [WICKET-6021] - ConcurrentModificationException inMarkupContainer#iterator#next    * [WICKET-6024] - Possible issue with Border andLoadableDetachableModel in 7.1.0    * [WICKET-6026] - Problem in detecting child id on nested <wicket:enclosure>    * [WICKET-6027] - Nested TransparentWebMarkupContainer, markup ofinner component not found    * [WICKET-6028] - Detach called on enclosure component while ithad a non-empty queue    * [WICKET-6031] - NPE in PackageResourceReference#getResource()when there is no request    * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect    * [WICKET-6034] - AjaxFallbackOrderByBorder does not generate anyCSS class in order link    * [WICKET-6036] - Failure to process markup with nested tags inside a Label    * [WICKET-6037] - ModalWindow vulnerable to Javascript injectionthrough title model    * [WICKET-6043] - Cannot set wicket:enclosure on queued componentin ListView    * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:Duplicate input values according to WICKET-5948    * [WICKET-6045] - ListView NullPointerException when viewSize isset explicitly    * [WICKET-6048] - German Translation for EqualInputValidator wrong    * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)causes 400 bad request    * [WICKET-6052] - CSS header contribution overlap    * [WICKET-6058] - Error in calculation of byte ranges    * [WICKET-6059] - TransparentWebMarkupContainer can not resolveautocomponents in its parent    * [WICKET-6062] - MockHttpSession should renew its id after invalidation    * [WICKET-6063] - Add support for WebSocketRequest#getUrl() andother properties which are available in the handshake request    * [WICKET-6064] - WebSocketResponse.sendRedirect could besupported with <ajax-response><redirect>...</></>    * [WICKET-6065] - Callinghttp://examples7x.wicket.apache.org/resourceaggregation/ generateInternal error    * [WICKET-6068] - The key RangeValidator.exact is not mapped inApplication_de.properties    * [WICKET-6076] - Problem with queued components and enclosure    * [WICKET-6077] - Border's body is not added as a child due to dequeuing** Improvement    * [WICKET-5950] - Model and GenericBaseModel could both implementIObjectClassAwareModel    * [WICKET-5969] - Please give us access to PageTable.index pageId queue    * [WICKET-6015] - AjaxFallbackOrderByBorder/Link should supportupdateAjaxAttributes() idiom    * [WICKET-6019] - Remove 'final' modifier forLocalizer#getStringIgnoreSettings() methods    * [WICKET-6023] - small tweak for component queuing for the AbstractRepeater    * [WICKET-6029] - Make Border's methods consistent with commit f14e03f    * [WICKET-6046] - Wicket Quickstart Example Application showsdeployment memory leak in Tomcat    * [WICKET-6051] - Improve performance of CssUrlReplacer    * [WICKET-6054] - Provide a factory method for theWebSocketResponse & WebSocketRequest    * [WICKET-6061] - Improved PackageResource#getCacheKey    * [WICKET-6070] - Provide factory methods for WizardButtonBar buttons    * [WICKET-6072] - Improve the quickstart to make it easier to useJSR-356 web sockets** New Feature    * [WICKET-6025] - Read resource files with Java's NIO API    * [WICKET-6042] - Implementation of ExternalImage component** Task    * [WICKET-6049] - Update the site to point to the new deploymentsof the examples    * [WICKET-6057] - Upgrade commons-collections to 4.1    * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0** Wish    * [WICKET-6067] - Provide an Ajax Behavior that prevents formsubmit on ENTER
登入後複製
CHANGELOG for 6.22.0:** Bug    * [WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error    * [WICKET-6017] - Tests fail when executed with not expected locale    * [WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINELfrom the cache    * [WICKET-6030] - Support/META-INF/services/org.apache.wicket.IInitializer (backport to 6.x)    * [WICKET-6032] - Wicket.Ajax.done() called twice on redirect    * [WICKET-6037] - ModalWindow vulnerable to Javascript injectionthrough title model    * [WICKET-6040] - DebugBar not serializable exception    * [WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior:Duplicate input values according to WICKET-5948    * [WICKET-6048] - German Translation for EqualInputValidator wrong    * [WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement)causes 400 bad request    * [WICKET-6052] - CSS header contribution overlap    * [WICKET-6062] - MockHttpSession should renew its id after invalidation    * [WICKET-6063] - Add support for WebSocketRequest#getUrl() andother properties which are available in the handshake request    * [WICKET-6064] - WebSocketResponse.sendRedirect could besupported with <ajax-response><redirect>...</></>    * [WICKET-6068] - The key RangeValidator.exact is not mapped inApplication_de.properties    * [WICKET-6069] - OnChangeAjaxBehavior does not work if the urlcontains a request parameter with same name as wicket id    * [WICKET-6084] - ajax request failure handler receives incorrect arguments    * [WICKET-6085] - AjaxTimerBehavior with failure handler causememory leak in browser    * [WICKET-6087] - InvalidAbstractRequestWrapperFactory.needsWrapper method scope: package -cannot create a custom implementation** Improvement    * [WICKET-5950] - Model and GenericBaseModel could both implementIObjectClassAwareModel    * [WICKET-5969] - Please give us access to PageTable.index pageId queue    * [WICKET-6019] - Remove 'final' modifier forLocalizer#getStringIgnoreSettings() methods    * [WICKET-6051] - Improve performance of CssUrlReplacer    * [WICKET-6054] - Provide a factory method for theWebSocketResponse & WebSocketRequest    * [WICKET-6073] - Use NIO Jetty connector for the quickstart    * [WICKET-6081] - Add "assertNotRequired" to the WicketTester** Task    * [WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0
登入後複製
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

AI Hentai Generator

AI Hentai Generator

免費產生 AI 無盡。

熱門文章

R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您聽不到任何人,如何修復音頻
3 週前 By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
4 週前 By 尊渡假赌尊渡假赌尊渡假赌

熱工具

記事本++7.3.1

記事本++7.3.1

好用且免費的程式碼編輯器

SublimeText3漢化版

SublimeText3漢化版

中文版,非常好用

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver CS6

Dreamweaver CS6

視覺化網頁開發工具

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

&gt; gt;的目的是什麼 元素? &gt; gt;的目的是什麼 元素? Mar 21, 2025 pm 12:34 PM

本文討論了HTML&lt; Progress&gt;元素,其目的,樣式和與&lt; meter&gt;元素。主要重點是使用&lt; progress&gt;為了完成任務和LT;儀表&gt;對於stati

&lt; datalist&gt;的目的是什麼。 元素? &lt; datalist&gt;的目的是什麼。 元素? Mar 21, 2025 pm 12:33 PM

本文討論了html&lt; datalist&gt;元素,通過提供自動完整建議,改善用戶體驗並減少錯誤來增強表格。Character計數:159

&lt; meter&gt;的目的是什麼。 元素? &lt; meter&gt;的目的是什麼。 元素? Mar 21, 2025 pm 12:35 PM

本文討論了HTML&lt; meter&gt;元素,用於在一個範圍內顯示標量或分數值及其在Web開發中的常見應用。它區分了&lt; meter&gt;從&lt; progress&gt;和前

HTML5中跨瀏覽器兼容性的最佳實踐是什麼? HTML5中跨瀏覽器兼容性的最佳實踐是什麼? Mar 17, 2025 pm 12:20 PM

文章討論了確保HTML5跨瀏覽器兼容性的最佳實踐,重點是特徵檢測,進行性增強和測試方法。

如何使用HTML5表單驗證屬性來驗證用戶輸入? 如何使用HTML5表單驗證屬性來驗證用戶輸入? Mar 17, 2025 pm 12:27 PM

本文討論了使用HTML5表單驗證屬性,例如必需的,圖案,最小,最大和長度限制,以直接在瀏覽器中驗證用戶輸入。

視口元標籤是什麼?為什麼對響應式設計很重要? 視口元標籤是什麼?為什麼對響應式設計很重要? Mar 20, 2025 pm 05:56 PM

本文討論了視口元標籤,這對於移動設備上的響應式Web設計至關重要。它解釋瞭如何正確使用確保最佳的內容縮放和用戶交互,而濫用可能會導致設計和可訪問性問題。

&lt; iframe&gt;的目的是什麼。 標籤?使用時的安全考慮是什麼? &lt; iframe&gt;的目的是什麼。 標籤?使用時的安全考慮是什麼? Mar 20, 2025 pm 06:05 PM

本文討論了&lt; iframe&gt;將外部內容嵌入網頁,其常見用途,安全風險以及諸如對象標籤和API等替代方案的目的。

Gitee Pages靜態網站部署失敗:單個文件404錯誤如何排查和解決? Gitee Pages靜態網站部署失敗:單個文件404錯誤如何排查和解決? Apr 04, 2025 pm 11:54 PM

GiteePages靜態網站部署失敗:404錯誤排查與解決在使用Gitee...

See all articles