0

0

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

php中文网

php中文网

发布时间:2016-06-24 11:26:16

|

1303人浏览过

|

来源于php中文网

原创

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

MakeSong
MakeSong

AI音乐生成,生成高质量音乐,仅需30秒的时间

下载

新版本改进内容包括:

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
HTML速学教程(入门课程)
HTML速学教程(入门课程)

HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!

下载

本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热门AI工具

更多
DeepSeek
DeepSeek

幻方量化公司旗下的开源大模型平台

豆包大模型
豆包大模型

字节跳动自主研发的一系列大型语言模型

通义千问
通义千问

阿里巴巴推出的全能AI助手

腾讯元宝
腾讯元宝

腾讯混元平台推出的AI助手

文心一言
文心一言

文心一言是百度开发的AI聊天机器人,通过对话可以生成各种形式的内容。

讯飞写作
讯飞写作

基于讯飞星火大模型的AI写作工具,可以快速生成新闻稿件、品宣文案、工作总结、心得体会等各种文文稿

即梦AI
即梦AI

一站式AI创作平台,免费AI图片和视频生成。

ChatGPT
ChatGPT

最最强大的AI聊天机器人程序,ChatGPT不单是聊天机器人,还能进行撰写邮件、视频脚本、文案、翻译、代码等任务。

相关专题

更多
Rust内存安全机制与所有权模型深度实践
Rust内存安全机制与所有权模型深度实践

本专题围绕 Rust 语言核心特性展开,深入讲解所有权机制、借用规则、生命周期管理以及智能指针等关键概念。通过系统级开发案例,分析内存安全保障原理与零成本抽象优势,并结合并发场景讲解 Send 与 Sync 特性实现机制。帮助开发者真正理解 Rust 的设计哲学,掌握在高性能与安全性并重场景中的工程实践能力。

2

2026.03.05

PHP高性能API设计与Laravel服务架构实践
PHP高性能API设计与Laravel服务架构实践

本专题围绕 PHP 在现代 Web 后端开发中的高性能实践展开,重点讲解基于 Laravel 框架构建可扩展 API 服务的核心方法。内容涵盖路由与中间件机制、服务容器与依赖注入、接口版本管理、缓存策略设计以及队列异步处理方案。同时结合高并发场景,深入分析性能瓶颈定位与优化思路,帮助开发者构建稳定、高效、易维护的 PHP 后端服务体系。

56

2026.03.04

AI安装教程大全
AI安装教程大全

2026最全AI工具安装教程专题:包含各版本AI绘图、AI视频、智能办公软件的本地化部署手册。全篇零基础友好,附带最新模型下载地址、一键安装脚本及常见报错修复方案。每日更新,收藏这一篇就够了,让AI安装不再报错!

30

2026.03.04

Swift iOS架构设计与MVVM模式实战
Swift iOS架构设计与MVVM模式实战

本专题聚焦 Swift 在 iOS 应用架构设计中的实践,系统讲解 MVVM 模式的核心思想、数据绑定机制、模块拆分策略以及组件化开发方法。内容涵盖网络层封装、状态管理、依赖注入与性能优化技巧。通过完整项目案例,帮助开发者构建结构清晰、可维护性强的 iOS 应用架构体系。

59

2026.03.03

C++高性能网络编程与Reactor模型实践
C++高性能网络编程与Reactor模型实践

本专题围绕 C++ 在高性能网络服务开发中的应用展开,深入讲解 Socket 编程、多路复用机制、Reactor 模型设计原理以及线程池协作策略。内容涵盖 epoll 实现机制、内存管理优化、连接管理策略与高并发场景下的性能调优方法。通过构建高并发网络服务器实战案例,帮助开发者掌握 C++ 在底层系统与网络通信领域的核心技术。

25

2026.03.03

Golang 测试体系与代码质量保障:工程级可靠性建设
Golang 测试体系与代码质量保障:工程级可靠性建设

Go语言测试体系与代码质量保障聚焦于构建工程级可靠性系统。本专题深入解析Go的测试工具链(如go test)、单元测试、集成测试及端到端测试实践,结合代码覆盖率分析、静态代码扫描(如go vet)和动态分析工具,建立全链路质量监控机制。通过自动化测试框架、持续集成(CI)流水线配置及代码审查规范,实现测试用例管理、缺陷追踪与质量门禁控制,确保代码健壮性与可维护性,为高可靠性工程系统提供质量保障。

79

2026.02.28

Golang 工程化架构设计:可维护与可演进系统构建
Golang 工程化架构设计:可维护与可演进系统构建

Go语言工程化架构设计专注于构建高可维护性、可演进的企业级系统。本专题深入探讨Go项目的目录结构设计、模块划分、依赖管理等核心架构原则,涵盖微服务架构、领域驱动设计(DDD)在Go中的实践应用。通过实战案例解析接口抽象、错误处理、配置管理、日志监控等关键工程化技术,帮助开发者掌握构建稳定、可扩展Go应用的最佳实践方法。

61

2026.02.28

Golang 性能分析与运行时机制:构建高性能程序
Golang 性能分析与运行时机制:构建高性能程序

Go语言以其高效的并发模型和优异的性能表现广泛应用于高并发、高性能场景。其运行时机制包括 Goroutine 调度、内存管理、垃圾回收等方面,深入理解这些机制有助于编写更高效稳定的程序。本专题将系统讲解 Golang 的性能分析工具使用、常见性能瓶颈定位及优化策略,并结合实际案例剖析 Go 程序的运行时行为,帮助开发者掌握构建高性能应用的关键技能。

50

2026.02.28

Golang 并发编程模型与工程实践:从语言特性到系统性能
Golang 并发编程模型与工程实践:从语言特性到系统性能

本专题系统讲解 Golang 并发编程模型,从语言级特性出发,深入理解 goroutine、channel 与调度机制。结合工程实践,分析并发设计模式、性能瓶颈与资源控制策略,帮助将并发能力有效转化为稳定、可扩展的系统性能优势。

47

2026.02.27

热门下载

更多
网站特效
/
网站源码
/
网站素材
/
前端模板

精品课程

更多
相关推荐
/
热门推荐
/
最新课程
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号