gae – Traduction – Dictionnaire Keybot

Spacer TTN Translation Network TTN TTN Login Deutsch English Spacer Help
Langues sources Langues cibles
Keybot 15 Résultats  www.infoq.com
  Articles  
InfoQ takes a look at how a combo of Clojure and Google AppEngine (GAE) powers a new online project management tool, how Clojure integrates with GAE's key/value store, and the power of LISP.
Simon Ritter氏がガーベジコレクションによる最長応答時間を保証するReal-Time Java specification (RTSJ)のビジョンとキャパシティを解説します。
《自动化测试实践》一书汇集了各种实战经验,尽管没有从头到尾详尽地描述,但是作者提供了多个领域和多种技术中关于方法、障碍和解决方案的例子,并做出具有启示性的概述,从而为有经验的读者提供了极好的参考。
  Articles  
InfoQ takes a look at how a combo of Clojure and Google AppEngine (GAE) powers a new online project management tool, how Clojure integrates with GAE's key/value store, and the power of LISP.
Simon Ritter氏がガーベジコレクションによる最長応答時間を保証するReal-Time Java specification (RTSJ)のビジョンとキャパシティを解説します。
《自动化测试实践》一书汇集了各种实战经验,尽管没有从头到尾详尽地描述,但是作者提供了多个领域和多种技术中关于方法、障碍和解决方案的例子,并做出具有启示性的概述,从而为有经验的读者提供了极好的参考。
  Presentations  
Christian Schalk introduces Google App Engine, focusing on the upcoming GAE for Business. Besides providing background information about Google’s cloud platform, Schalk demoes using it to give others an idea what it is like to work in a GAE environment.
随着去哪儿业务不断地发展,系统提供的功能越来越多,业务也越来越复杂,如何高质量,高效率的将新的功能送到用户的面前,如何在优化现有系统的时候不影响既有的业务等挑战摆在去哪儿技术部面前。在经过内部多次讨论之后,大家都觉得答案是自动化测试。但是针对公司现有的各种遗留系统,系统之间调用错综复杂,原先又没有一行自动化测试代码的状况,如何有效的推进自动化测试实践呢?在经过研究后,我们采用从外围到内部的测试策略,并没有一下子就推广单元测试,而是从接口测试和UI测试入手,并且使用通用mock平台来解决系统之间的依赖。 本次分享主要内容会包括:去哪儿的开发现状及为什么需要自动化测试, 去哪儿的自动化测试策略, 接口测试、UI测试以及通用mock平台的实现细节,以及未来我们需要解决的问题。
  News  
GAE 1.8.2 Introduces Dedicated Memcache and Modules
par Jan Stenberg , traduit par Hadrien Pierart le 04 juin 2013
Power Map Preview for Excel 2013 を利用した 3D Bings Maps の作成と共有
  News  
Google has broadened their Google App Engine (GAE) support to include Java in addition to Python. However, it also imposes a number of limitations on the GAE Java applications to further Google's ability to scale and cluster them with minimal effort.
Pearson EducationのIT出版部門であるInformITはDorset Houseとパートナーシップをむすび、電子書籍のフォーマットでDorset Houseの書籍を出版する。InfoQの読者は2013年10月末までこの電子書籍を25%割引で購入できる。
  News  
Google added GAE support for Go with SDK 1.5.2. Developers can write and test Go applications locally on Linux and Mac OS X and run them on GAE.
jQuery基金会发布了旗下的JavaScript和HTML5/CSS框架jQuery Mobile 1.3.0。更新主要集中在响应式的web设计并新增了多个移动应用的widget。
  News  
Google has reacted to recent developments regarding the increase in GAE prices which took developers by surprise, making a number of adjustments to the pricing plan, the most important being: the new billing is delayed until November 1st and the number of free Instance-Hours is raised from 24/day to 28/day.
Food Fight Showポッドキャストの出演者たちが DevOpsDays New York 2013 を一言に要約した: それは 文化 だ,と。彼らも認めるように,文化はその外側から手を出して "作り上げる" ことはできない。そこにいる人々の個性が生み出すものなのだ。大きな視野で物事を捉えられる – 他のチームにも配慮して,物事を端から端まで見ることのできるような人々をチームに迎えることができれば,DevOps文化を構築するチャンスがそこに生まれる。
在敏捷开发中,故事墙作为information radiator,在支撑整个软件团队的日常开发,可视化开发进度和开发中出现的问题,起到非常重要的作用。团队的开发状态和进度,在任何时刻,你只需要抬一抬头,就可以一目了然:当前谁在开发什么任务,是否有闲置的资源,开发和测试的工作分配是否合理,是否有过量的Bug等待修复,不一而足。
  News  
While JRuby on Rails doesn't have ActiveRecord, DataMapper, an ORM often used with Merb, has gained a new adapter for Google App Engine's DataStore. Also: work on Reggae, automatic tooling for deploying Rack apps on GAE is under way.
11月11日から15日に開催されるQCon San Francisco 2013は企業向けソフトウエア開発のためのカンファレンスであり、アーキテクチャと設計、Java、モバイル、関数型プログラミング、リーンとカンバン、クラウドコンピューティング、ビッグデータとNoSQL、新興プログラミング言語などタイムリーなトピックを扱う。
  Presentations  
Christian Schalk introduces Google App Engine, focusing on the upcoming GAE for Business. Besides providing background information about Google’s cloud platform, Schalk demoes using it to give others an idea what it is like to work in a GAE environment.
随着去哪儿业务不断地发展,系统提供的功能越来越多,业务也越来越复杂,如何高质量,高效率的将新的功能送到用户的面前,如何在优化现有系统的时候不影响既有的业务等挑战摆在去哪儿技术部面前。在经过内部多次讨论之后,大家都觉得答案是自动化测试。但是针对公司现有的各种遗留系统,系统之间调用错综复杂,原先又没有一行自动化测试代码的状况,如何有效的推进自动化测试实践呢?在经过研究后,我们采用从外围到内部的测试策略,并没有一下子就推广单元测试,而是从接口测试和UI测试入手,并且使用通用mock平台来解决系统之间的依赖。 本次分享主要内容会包括:去哪儿的开发现状及为什么需要自动化测试, 去哪儿的自动化测试策略, 接口测试、UI测试以及通用mock平台的实现细节,以及未来我们需要解决的问题。
  News  
Google added GAE support for Go with SDK 1.5.2. Developers can write and test Go applications locally on Linux and Mac OS X and run them on GAE.
jQuery基金会发布了旗下的JavaScript和HTML5/CSS框架jQuery Mobile 1.3.0。更新主要集中在响应式的web设计并新增了多个移动应用的widget。
  News  
Google has broadened their Google App Engine (GAE) support to include Java in addition to Python. However, it also imposes a number of limitations on the GAE Java applications to further Google's ability to scale and cluster them with minimal effort.
Pearson EducationのIT出版部門であるInformITはDorset Houseとパートナーシップをむすび、電子書籍のフォーマットでDorset Houseの書籍を出版する。InfoQの読者は2013年10月末までこの電子書籍を25%割引で購入できる。
  News  
Google Adjusts GAE Pricing Terms Based on User Reaction
DevOpsDays New York 2013 の報告
  News  
Google wants to make inroads in the enterprise space offering a business version of Chrome, including policies, preferences, and configuration capabilities, and upgrading the GAE offering with an SLA, support, billing, hosted SQL, SSL, and SSO.
检查清单(Checklist)可以帮测试人员节省时间,因为很多有效的方法并不需要每个测试人员重新发现,前人已经有了充分的总结,并做了大量的有效性验证,其次,检查清单可以帮助测试人员避免遗漏,人的记忆是有局限的,难免会有遗漏的地方,通过检查清单检查可以有效的防止遗漏。最近,IBM工程师苏京刚总结了Web软件测试中数据输入的检查清单,对Web测试人员提供了很好的参考。