1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 GWT 2.8.0 RC1 发布,Google 网页工具包 下载

本帖由 漂亮的石头2016-08-03 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,974
    赞:
    47
    GWT 2.8.0 RC1 发布了,Google 网页工具包——GWT 提供了一组基于Java语言的开发包,这个开发包的设计参考Java AWT包设计,类命名规则、接口设计、事件监听等都和AWT非常类似。熟悉Java AWT的开发者不需要花费多大的力气就能够快速的理解GWT开发工具包,将更多地时间投入到GWT应用的开发过程中。

    一些提升:


    • Partial support for Java 8 standard library APIs (see below for full list).


    • Fix memory leak with Java 8 compilation.


    • Source level set to Java 8.


    • Static and default methods in interfaces aren’t visible to generators. If you want to take advantage of those Java-8isms, you’re encouraged to switch to an annotation processor. This could break existing build if an interface is changed to turn a non-default method into a default method.

    编译器改进:


    • Update JS reserved keywords to ES6.


    • Fix instanceof for primitives & string.


    • Make exceptions work across Java/JavaScript boundary


    • Allow casting native arrays to Object[].


    • Use patched JDT to circumvent memory leak when compiling for Java 8.

    更多改进信息,查看完整发布说明
    GWT 2.8.0 RC1 发布,Google 网页工具包下载地址
     
正在加载...