ホームページ ウェブフロントエンド 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 は 2 つの更新バージョンをリリースしました。Wicket は、Struts、WebWork、Tapestry と同様の Java 言語 Web 開発フレームワークです。その特徴としては、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 搭載アプリ

AI Clothes Remover

AI Clothes Remover

写真から衣服を削除するオンライン AI ツール。

Undress AI Tool

Undress AI Tool

脱衣画像を無料で

Clothoff.io

Clothoff.io

AI衣類リムーバー

AI Hentai Generator

AI Hentai Generator

AIヘンタイを無料で生成します。

ホットツール

メモ帳++7.3.1

メモ帳++7.3.1

使いやすく無料のコードエディター

SublimeText3 中国語版

SublimeText3 中国語版

中国語版、とても使いやすい

ゼンドスタジオ 13.0.1

ゼンドスタジオ 13.0.1

強力な PHP 統合開発環境

ドリームウィーバー CS6

ドリームウィーバー CS6

ビジュアル Web 開発ツール

SublimeText3 Mac版

SublimeText3 Mac版

神レベルのコード編集ソフト(SublimeText3)

&lt; Progress&gt;の目的は何ですか 要素? &lt; Progress&gt;の目的は何ですか 要素? Mar 21, 2025 pm 12:34 PM

この記事では、HTML&lt; Progress&gt;について説明します。要素、その目的、スタイリング、および&lt; meter&gt;との違い要素。主な焦点は、&lt; Progress&gt;を使用することです。タスクの完了と&lt; Meter&gt; statiの場合

&lt; datalist&gt;の目的は何ですか 要素? &lt; datalist&gt;の目的は何ですか 要素? Mar 21, 2025 pm 12:33 PM

この記事では、HTML&lt; Datalist&GT;について説明します。オートコンプリートの提案を提供し、ユーザーエクスペリエンスの改善、エラーの削減によりフォームを強化する要素。

HTML5のクロスブラウザー互換性のベストプラクティスは何ですか? HTML5のクロスブラウザー互換性のベストプラクティスは何ですか? Mar 17, 2025 pm 12:20 PM

記事では、HTML5クロスブラウザーの互換性を確保するためのベストプラクティスについて説明し、機能検出、プログレッシブエンハンスメント、およびテスト方法に焦点を当てています。

&lt; meter&gt;の目的は何ですか 要素? &lt; meter&gt;の目的は何ですか 要素? Mar 21, 2025 pm 12:35 PM

この記事では、html&lt; meter&gt;について説明します。要素は、範囲内でスカラーまたは分数値を表示するために使用され、Web開発におけるその一般的なアプリケーション。それは差別化&lt; Meter&gt; &lt; Progress&gt;およびex

HTML5&lt; time&gt;を使用するにはどうすればよいですか 日付と時刻を意味的に表す要素? HTML5&lt; time&gt;を使用するにはどうすればよいですか 日付と時刻を意味的に表す要素? Mar 12, 2025 pm 04:05 PM

この記事では、html5&lt; time&gt;について説明します。セマンティックデート/時刻表現の要素。 人間の読み取り可能なテキストとともに、マシンの読みやすさ(ISO 8601形式)のDateTime属性の重要性を強調し、Accessibilitを増やします

HTML5フォーム検証属性を使用してユーザー入力を検証するにはどうすればよいですか? HTML5フォーム検証属性を使用してユーザー入力を検証するにはどうすればよいですか? Mar 17, 2025 pm 12:27 PM

この記事では、ブラウザのユーザー入力を直接検証するために、必要、パターン、MIN、MAX、および長さの制限などのHTML5フォーム検証属性を使用して説明します。

ビューポートメタタグとは何ですか?レスポンシブデザインにとってなぜそれが重要なのですか? ビューポートメタタグとは何ですか?レスポンシブデザインにとってなぜそれが重要なのですか? Mar 20, 2025 pm 05:56 PM

この記事では、モバイルデバイスのレスポンシブWebデザインに不可欠なViewportメタタグについて説明します。適切な使用により、最適なコンテンツのスケーリングとユーザーの相互作用が保証され、誤用が設計とアクセシビリティの問題につながる可能性があることを説明しています。

&lt; iframe&gt;の目的は何ですか タグ?使用する際のセキュリティ上の考慮事項は何ですか? &lt; iframe&gt;の目的は何ですか タグ?使用する際のセキュリティ上の考慮事項は何ですか? Mar 20, 2025 pm 06:05 PM

この記事では、&lt; iframe&gt;外部コンテンツをWebページ、その一般的な用途、セキュリティリスク、およびオブジェクトタグやAPIなどの代替案に埋め込む際のタグの目的。

See all articles