
Turbine是基于Servlet的框架包,也是开放源代码Jakarta项目。目前还没有关于Turbine的大量文档。它类似于Struts,但是 有一些主要区别。突出的一点就是它并没有与JSP耦合。Turbine的特点是它提供了大量可重用的组件。
Apache Turbine 4.0 M1 主要改进内容:
新特性:
o Added YAAFI Avalon service container and the corresponding TurbineYaafiComponentService.
修复的bug:
o TurbineURI was using the deprecated encode methods of URLEncoder.
o RunData.getContentType() was returning an empty string when it shouldn't
o Added missing format() methods to LocalizationTool.
o A FileItem in a ParameterParser added to TurbineURI or TemplateURI was resulting in a NPE. Issue: TRB-8. Thanks to Gunther Olesch.
o TurbineURI was mishandling the empty String.
o BrowserDetector was throwing a NPE for recent versions of Opera - this has been fixed.
o Removed remaining Merlin artifacts
o Handle non US-ASCII encoding with multipart/form-data mimetype better.
更详细的内容请看:发行说明
暂无更多评论