写点什么

Google App Engine 添加对 Java 7 的支持

  • 2013-02-18
  • 本文字数:553 字

    阅读完需:约 2 分钟

Google App Engine 引入了对 Java 7、Cloud Endpoints 和 Cloud Messaging Service for Android 的实验性支持。

Google 在 App Engine 1.7.5 中引入的最有趣的特性之一就是对 Java 7 的支持。虽然这仍然是一个实验特性,但 Google 推荐将其用于应用程序中,因为它完全向后兼容之前的 Java 版本,而且 Google 打算在未来的某个版本中停止对 Java 6 的支持。Java 7 部署可以通过编译器命令行或 Eclipse/Maven 配置来启用。JRE 类白名单( JRE Class White List )列出了所有可以在 GAE 应用程序中使用的类。

App Engine 的这一版本中引入的另一个实验特性是 Google Cloud Endpoints ,支持 JavaScript、Android 或 iOS 客户端连接后端的 GAE 实例。不同于通过包装器访问后端,利用脚本或 Eclipse,开发者可以生成包含连接后端功能所需 API 的端点库。

Google plug-in for Eclipse 也有所增强,支持开发者创建使用 Google Cloud Messaging Service for Android(GCM)的后端应用程序。借助 GCM,可以向 Android 设备发送多达 4KB 的消息。消息的排队和交付都可以通过该服务处理,而且不收取任何费用。

前端(F4)和后端(B4)实例现在能够使用多达1GB 的内存,而之前最大是512MB。

1.7.5 版本中最后一个可用的特性是绑定信箱能够收到通知信息。

查看英文原文 Google App Engine Adds Support for Java 7

2013-02-18 07:571976
用户头像
臧秀涛 略懂技术的运营同学。

发布了 300 篇内容, 共 143.8 次阅读, 收获喜欢 35 次。

关注

评论

发布
暂无评论
发现更多内容

LiveData+Retrofit 网络请求实战

android 程序员 移动开发

MPAndroidChart 教程:修改视窗 Modifying the Viewport(九)

android 程序员 移动开发

Kotlin协程实现原理概述

android 程序员 移动开发

Linux上SSH免密登录

android 程序员 移动开发

Meterial Design常见控件的使用(八):CardView

android 程序员 移动开发

OkHttp 3

android 程序员 移动开发

Koltin47

android 程序员 移动开发

MPAndroidChart绘制曲线图、柱状图总结

android 程序员 移动开发

MVC、MVP、MVVM,我到底该怎么选

android 程序员 移动开发

MVPArms官方首发一键生成组件化,体验纯傻瓜式组件化开发

android 程序员 移动开发

Koltin28

android 程序员 移动开发

Kotlin-+-协程-+-Retrofit-+-MVVM优雅的实现网络请求

android 程序员 移动开发

Kotlin的自定义View,实现带弧形的进度条

android 程序员 移动开发

MyEclipse7

android 程序员 移动开发

Linux虚拟机与Windows宿主机间的通信

android 程序员 移动开发

Linux 的make及makefile文件格式

android 程序员 移动开发

MFlowLayout标签

android 程序员 移动开发

MVVM-架构与数据绑定库

android 程序员 移动开发

mysql数据库安装图解

android 程序员 移动开发

OkHttp、rxJava、Retrofit联合网络请求(一

android 程序员 移动开发

JS Bridge实现

android 程序员 移动开发

ListView 与 RecyclerView 你应该弄懂的都在这里了

android 程序员 移动开发

MySQL基础知识测试

android 程序员 移动开发

Native开发工具之CPU 和架构(三)

android 程序员 移动开发

Native开发工具之应用开发编辑器&打包发布(一)

android 程序员 移动开发

OkHttp3-只会用是不够的,还得懂这些

android 程序员 移动开发

OkHttp3源码详解(三) 拦截器

android 移动开发

Kotlin Lambda巩固

android 程序员 移动开发

Kotlin 协程使用手册

android 程序员 移动开发

Kotlin从头开始(一):lambda表达式和高阶函数 一

android 程序员 移动开发

【Flutter 专题】16 图解 ListView 下拉刷新与上拉加载 (一)【flutter_refresh】

阿策小和尚

Flutter 小菜 0 基础学习 Flutter Android 小菜鸟 11月日更

Google App Engine添加对Java 7的支持_Java_Abel Avram_InfoQ精选文章