Touch4j 4.2.2.1与Pilot 2.2.7发布,HTML5移动Web开发框架

jopen 11年前

Touch4j 4.2.2.1与Pilot 2.2.7发布,HTML5移动Web开发框架


我们很高兴地宣布Touch4j 4.2.2.1发布
Touch4j是一个利有GWTSencha Touch 实现的Web应用框架,能够帮助开发人员使用Java构建高性能的HTML5移动Web应用。

支持 Sencha Touch 2.2.1

This release of Touch4j is compatible with the latest stable release of Sencha Touch (2.2.1). You may notice the versions of Emitrom libraries that bind other frameworks to include their version number as part of the overall string. In the case of Touch4j, this means 4.2.2.1. Version 4 is the major version for the binding, and 2.2.1 is the version of Sencha Touch that is supported. Again, this is a theme that you will start seeing in libraries that are bindings to others (e.g., Touch4j, Titanium4j, and Flash4j).

Sencha Touch 2.2 added support for BlackBerry and Windows Phone, and Touch4j now gives you access to this features.

图表增强支持

In this release we improved the charting API. Fixed some bugs a made it more intuitive to use.

Panel panel = new Panel(Layout.FIT);     ToolBar tb = new ToolBar("Touch4j Charting");  panel.add(tb);     panel.add(ChartCreator.createLineChart());  ViewPort.get().add(panel);

</div> </div>

Touch4j 4.2.2.1与Pilot 2.2.7发布,HTML5移动Web开发框架


其它特性包括:
  • JavaBean的支持数据驱动的组件

  • Component Support in ListDataView

  • Swipe to delete 插件

  • UberGrid 支持

  • Cordova 2.7 支持!

下载:Touch4j 4.2.2.1Pilot 2.2.7 .

详细内容:http://emitrom.com/announcements/touch4j-pilot-duo