Posts relating to “appengine” (46)
Look up
"appengine"
at The Free Dictionary
-
GAE/JでURLフェッチの低レベルAPI
suz-lab - blog — Authority 126
スズキです。 GAE/Jで「適当なフィードをを読み込み表示する」ってのをやろうとして、 まずはURLフェッチの低レベルAPIを試してみました。 http://code.google.com/intl/ja/appengine/docs […] /java/javadoc/com/google/appengine/api/urlfetch/package-summary.html ソースはこんな感じになります。 --------【Java】-------- import com.google.appengine […] .api.urlfetch.HTTPMethod; import com.google.appengine.api.urlfetch.HTTPRequest; import com.google.appengine.api.urlfetch.HTTPResponse; import com.google.appengine1 week ago -
Google’s AppEngine Used for Spamming Malware
SPAMfighter News — Authority 515
distributed spam and malware with the help of Google AppEngine. Actually on November 9, 2009, Arbor Networks wrote in a blog that […] bot herd, was operating on the Google AppEngine application. The malware tapped Googles AppEngine to make it the chief […] services very useful as they utilized the Google AppEngine for regulating their bots. Google also confirmed that bot herders5 weeks ago -
AppEngine SDK 1.3.0 released
WolfEngine — Authority 125
AppEngine Team : Today, weve very excited to release version 1.3.0 of the App Engine SDK, now available to both1 week ago -
Run PHP on Google App Engine
samaxes — Authority 91
appengine-web.xml a lot easier when compared to app.yaml . All you need to do in order to deploy a PHP application, at least […] ; > > index.php > > > Edit your configuration file appengine […] -web.xml . Mine looks like this: ? Download appengine-web.xml version = "1.0" encoding = "utf-8" ?>1 week ago -
AppEngine for Java コードラボもやります。
akaiho St. — Authority 109
12月19日にAppEngine/Android ハッカソンを行うことは先日アナウンスしたとおりなのですが、同日に AppEngine for Javaのコードラボを行います。 詳しくは下記リンクへ。 http://groups2 weeks ago -
GAE/Jでログイン&ログアウト
suz-lab - blog — Authority 126
、Google側でログアウトして、ログアウト後のページ(/index.html)に遷移します。 下記の情報をもとに、実装した感じです。 ▼セキュリティと認証 http://code.google.com/intl/ja/appengine […] /docs/java/config/webxml.html#Security_and_Authentication ▼APIリファレンス http://code.google.com/intl/ja/appengine/docs/java/javadoc/com/google/appengine2 days ago -
Google AppEngine App issues on Snow Leopard
code zen — Authority 103
I always seem to trip up on these language version issues. I spent way too much time on this so, as usual with such things, I thought it was worth a post. Early this week I upgraded my work machine (MacBook Pro) and the new machine came packed with Snow Leopard. Today, I had some free time so I figured I’d modify ...4 weeks ago -
@ Gartner AADI: Eric Knipp: Buckle Your Seatbelts: Web and Cloud AD …
elemental links — Authority 488
patterns. SEAP – SaaS-Enabled Application Platform, such as Google AppEngine. SEAP container has variety of capabilities […] Critical … Not done in enterprise yet, but many startups are building their products on top of Google AppEngine. (Cites […] platforms. The platforms are: Google AppEngine (GAE), Force, Azure, Zoho, Heroku and Intuit. The features are browser-based IDE2 weeks ago -
Setting up the Play framework on Google App Engine
philwilson.org — Authority 99
myapp/war/WEB-INF/appengine-web.xml Deploy to a local dev GAE environment run play war myappname -o myappname-war run […] APPENGINE_SDK_DIR/bin/dev_appserver myappname-war Deploy to the GAE server run play war myappname -o ../myappname […] -war run APPENGINE_SDK_DIR/bin/appcfg update myappname-war/ log in to your app engine console and check out your1 week ago -
GAE/J & Velocity & T2
suz-lab - blog — Authority 126
、パラメータが差し込まれた結果が表示されるってやつです。 必要最小限の"jar"は下記のような感じになります。 --------【WEB-INF/lib】------- appengine-api-1.0-sdk-1.2.8.jar appengine-api-labs-1.2.8.jar commons […] datanucleus-appengine-1.0.4.final.jar datanucleus-core-1.1.5.jar datanucleus-jpa-1.1.5.jar geronimo-jpa_3.0_spec-1.1.1.jar2 weeks ago