Prerelease SDK for 1.5.1 is ready for testing, feel free to download
and give it a try for local verification:
http://code.google.com/p/googleappengine/downloads/list
See release notes below: notice ProtoRPC, Channel API presence, WebP
support, X-AppEngine-Country header and a lot of bug fixes.
Happy testing!
Python
============================
- ProtoRPC is a new experimental library that provides a simple method for
creating a well-defined and easy-to-use web-based RPC service.
- The development server's datastore implementation now contains logic that
closely replicates the consistency guarantees of the High Replication
datastore. To use, run the dev_appserver with the flag --high_replication set
to True.
- All user request have an X-AppEngine-Country header which contains the
ISO-3166-1 alpha-2 country code for the user, based on the IP address of the
client request.
- The Channel API can now provide user presence, this can be configured by
adding channel_presence to the list of inbound services for your application.
- The Images API now supports the WebP format. Due to limitations in PIL, the
SDK does not support the WebP format.
- You can switch the timezone for App Engine logs in the Admin Console.
http://code.google.com/p/googleappengine/issues/detail?id=734
- Fixed an issue in the SDK where leased tasks had the POST method. They now
have a PULL method.
- Fixed an issue where the Channel API didn't work with non-default versions of
applications using the High Replication datastore.
- When displaying corrupt data in the Admin Console dataviewer, a useful error
will be displayed, instead of a 500.
http://code.google.com/p/googleappengine/issues/detail?id=4945
Java
=============
- The development server's datastore and testing service implementations now
contains logic that closely replicates the consistency guarantees of the High
Replication datastore. To use, run the dev_appserver with the flag
-Ddatastore.default_high_rep_
分享到:
相关推荐
SDK(Software Development Kit)是用于开发 GAE 应用的关键工具集,它包含了编写、测试和调试应用程序所需的所有组件。在本例中,我们关注的是专为 Java 开发者设计的 SDK 版本——"appengine-java-sdk-1.9.24"。 ...
描述中提到,“GAE集成程序,共有三个软件包”,这可能包括GAE的SDK(软件开发工具包)、Python解释器以及一些辅助工具。Python是GAE支持的主要编程语言之一,用于编写应用程序。SDU(可能是某种特定的工具或服务)...
1. 项目配置:如pom.xml(Maven配置文件),包含了项目的依赖信息,如GAE SDK、Struts2、Spring和Tiles的版本。 2. 源代码:包括Action类(Struts2的控制器)、Service和DAO层(Spring管理的业务逻辑和数据访问组件...
【标题】"gae-pytorch-master_pytorch_pytorchgae_GAE_自编码器_gaepytorchmaster_" 提供的信息表明,这是一个使用PyTorch实现的图自编码器(Graph Autoencoder, GAE)项目,其核心是将自编码器的概念应用于图数据。...
**图形自动编码器(GAE)在PyTorch中的实现** **一、GAE概述** 图形自动编码器(Graph Autoencoder, GAE)是一种应用于图数据的深度学习模型,它结合了自动编码器(Autoencoder)的思想与图神经网络(Graph Neural...
开发GAE应用需要App Engine Java SDK。SDK包含一个本地服务器,可以模拟所有GAE服务,包括数据存储、Google账户集成、API调用和邮件发送等。对于Java开发者,GAE支持Java 5和6,建议使用Java 6进行开发和测试,以...
首先,GAE Java SDK包含了一系列开发和测试所需的核心组件,如开发服务器、API库、文档以及示例代码。这个1.3.0版本可能包含了对先前版本的改进和新功能,比如性能优化或新的API支持。开发者可以使用SDK来构建、测试...
4. 使用GAE SDK提供的工具,如`appcfg.py`,按照官方文档的指导将应用上传到你的GAE空间。 **总结** Google App Engine为开发者提供了一种便捷、免费(在一定范围内)的Web应用程序托管解决方案。通过简单的步骤,...
实测可用
GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则
4. **上传和部署**:将你的PHP源代码和`app.yaml`一起打包,并使用GAE SDK的`appcfg.py`工具将应用上传到GAE。 5. **测试运行**:部署完成后,你可以访问应用的URL来测试PHP是否正常工作。如果一切配置正确,...
1. **Google App Engine环境设置**:首先,你需要在本地机器上安装Google Cloud SDK,这是一个包含所有必要的工具来与GAE交互的软件开发套件。通过SDK,你可以使用命令行工具`gcloud`进行项目创建、部署和管理。 2....
1. **开发环境设置**:首先,你需要安装Google的SDK,它包含了必要的开发工具,如SDK管理器、App Engine SDK和本地开发服务器。这使得开发者可以在本地环境中测试和调试应用,确保在部署到云端前一切正常。 2. **...
【标题】"Spring+GAE"揭示了将Google App Engine(GAE)与Spring框架集成的主题,这是一个在云端运行Java应用程序的关键技术组合。Spring是一个广泛使用的开源Java框架,提供了依赖注入、面向切面编程和MVC(模型-...
- **GAE**提供了SDK和Eclipse插件,允许开发者在本地进行开发和测试,然后再部署到云端。这种方式更有利于调试。 - **BAE**则通过SVN提交代码的方式进行部署,这在一定程度上增加了调试难度。 5. **多线程支持** ...
对于GAE,SDK包括了本地开发服务器,允许开发者在本地环境中模拟GAE的云环境进行开发和测试,以及各种服务的客户端库,如数据存储、任务队列、邮件服务等。 **MSI (Microsoft Installer)** 文件是Windows操作系统中...
pass之GAE入门教程, 学习GAE
6. **测试与调试**:在本地开发环境中使用GAE SDK进行测试是非常重要的,确保你的应用在部署到生产环境之前能够在模拟的GAE环境中正常工作。你还需要使用GAE的控制台来监控应用的性能和错误日志。 7. **源码分析**...
### GAE之webapp框架详解 #### 一、引言 在Google App Engine (GAE) 平台上进行Web应用开发时,选择合适的框架对于提高开发效率至关重要。其中,`webapp` 框架因其简洁高效而备受开发者青睐。本篇文章将详细介绍`...