Google App Engine SDK 1.4.3 发布了,主要增强了任务队列特性。
GAE/Java SDK Release Notes:
- Added FileService API that allows writing to and reading from files in blobstore.
- You can now specify cron execution for a time interval between a start and end time.
- You can now configure the specific application version to which a task queue or cron job will send requests.
- The Admin Console Task Queues page now displays a more accurate estimate of queue size for queues containing more than 2000 tasks.
- Java applications can enable concurrent request support by setting <threadsafe></threadsafe> to True in their appengine-web.xml. This flag indicates that request handlers for your app are thread safe and multiple request handlers may safely run at the same time in the same memory space for your application.
- Deferred library support now available in Java.
- Remote API library now available in Java. This can be used in conjunction with apps using either the Java or the Python runtime.
- The Java SDK now supports kindless and ancestor only queries.
- Fixed an issue where JAX-WS clients in the SDK could not handle receiving a SOAP fault.
- Fixed an issue where the SDK did not support fetching HTTPS URLs.
- Fixed an issue where no link was displayed in the Admin Console blobstore viewer for an unnamed blob.
- Fixed an issue where the Admin Console data viewer couldn't edit entities with ByteString properties.
- Fixed an issue where the Admin Console crashed when using a non-ascii key_name.
- The Disable Application admin function has been button-ized.
- Fixed a regex validation issue in the queue.xml file that caused some uploads to break.
- Fixed an issue where the Java SDK Task Queue did not support 10 minute timeouts.
- Fixed an issue where the Channel API in the SDK didn't properly send messages with unicode characters.
分享到:
相关推荐
1. 项目配置:如pom.xml(Maven配置文件),包含了项目的依赖信息,如GAE SDK、Struts2、Spring和Tiles的版本。 2. 源代码:包括Action类(Struts2的控制器)、Service和DAO层(Spring管理的业务逻辑和数据访问组件...
4. 使用GAE SDK提供的工具,如`appcfg.py`,按照官方文档的指导将应用上传到你的GAE空间。 **总结** Google App Engine为开发者提供了一种便捷、免费(在一定范围内)的Web应用程序托管解决方案。通过简单的步骤,...
版本号 1.9.24 指示这是 GAE Java SDK 的一个具体版本,发布于 2015 年 7 月 28 日。每个新版本通常会包含 bug 修复、性能优化以及新增或更新的功能。对于这个特定版本,可能包括了对先前版本中已知问题的修复,或者...
描述中提到,“GAE集成程序,共有三个软件包”,这可能包括GAE的SDK(软件开发工具包)、Python解释器以及一些辅助工具。Python是GAE支持的主要编程语言之一,用于编写应用程序。SDU(可能是某种特定的工具或服务)...
【标题】"gae-pytorch-master_pytorch_pytorchgae_GAE_自编码器_gaepytorchmaster_" 提供的信息表明,这是一个使用PyTorch实现的图自编码器(Graph Autoencoder, GAE)项目,其核心是将自编码器的概念应用于图数据。...
4. **上传和部署**:将你的PHP源代码和`app.yaml`一起打包,并使用GAE SDK的`appcfg.py`工具将应用上传到GAE。 5. **测试运行**:部署完成后,你可以访问应用的URL来测试PHP是否正常工作。如果一切配置正确,...
**图形自动编码器(GAE)在PyTorch中的实现** **一、GAE概述** 图形自动编码器(Graph Autoencoder, GAE)是一种应用于图数据的深度学习模型,它结合了自动编码器(Autoencoder)的思想与图神经网络(Graph Neural...
6. **测试与调试**:在本地开发环境中使用GAE SDK进行测试是非常重要的,确保你的应用在部署到生产环境之前能够在模拟的GAE环境中正常工作。你还需要使用GAE的控制台来监控应用的性能和错误日志。 7. **源码分析**...
1. **Google App Engine环境设置**:首先,你需要在本地机器上安装Google Cloud SDK,这是一个包含所有必要的工具来与GAE交互的软件开发套件。通过SDK,你可以使用命令行工具`gcloud`进行项目创建、部署和管理。 2....
GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则
通过这个入门教程,你将学会如何使用 GAE 构建一个完整的 web 应用,包括基础的页面显示、用户认证、数据存储、表单处理和应用发布。这个教程覆盖了 GAE 开发的关键概念和技术,是学习 GAE 开发的良好起点。
This file comes with the GAE SDK. * Edit jiql.jsp accordingly. * Test jiql with the jiql.jsp 发布版本: 2010年1月4日修正版下载 更新地址:http://red-power.appspot.com 注意关注新版本
8. **测试与部署**:在本地运行GAE开发服务器进行测试,确认一切正常后,使用GAE SDK的命令行工具将应用上传到Google云进行部署。 标签中的"源码"提示我们关注实际的代码实现,而"工具"可能指的是GAE SDK和Django这...
1. **开发环境设置**:首先,你需要安装Google的SDK,它包含了必要的开发工具,如SDK管理器、App Engine SDK和本地开发服务器。这使得开发者可以在本地环境中测试和调试应用,确保在部署到云端前一切正常。 2. **...
【标题】"Spring+GAE"揭示了将Google App Engine(GAE)与Spring框架集成的主题,这是一个在云端运行Java应用程序的关键技术组合。Spring是一个广泛使用的开源Java框架,提供了依赖注入、面向切面编程和MVC(模型-...
pass之GAE入门教程, 学习GAE
- **GAE**提供了SDK和Eclipse插件,允许开发者在本地进行开发和测试,然后再部署到云端。这种方式更有利于调试。 - **BAE**则通过SVN提交代码的方式进行部署,这在一定程度上增加了调试难度。 5. **多线程支持** ...
### GAE之webapp框架详解 #### 一、引言 在Google App Engine (GAE) 平台上进行Web应用开发时,选择合适的框架对于提高开发效率至关重要。其中,`webapp` 框架因其简洁高效而备受开发者青睐。本篇文章将详细介绍`...
4. **环境配置**:配置GAE和Groovy开发环境,需要安装Google Cloud SDK、设置GAE SDK,以及确保IDE支持Groovy语言。可能还需要配置相应的构建工具,如Gradle或Grails。 5. **项目结构**:“gaedemo”项目可能包含...