Posts relating to “appengine” (46)

Look up Offsite Link "appengine" at The Free Dictionary
  1. GAE/JでURLフェッチの低レベルAPI


    suz-lab - blogAuthority 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.appengine
    1 week ago
  2. Google’s AppEngine Used for Spamming Malware


    SPAMfighter NewsAuthority 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 herders
    5 weeks ago
  3. AppEngine SDK 1.3.0 released


    WolfEngineAuthority 125
    AppEngine Team : Today, weve very excited to release version 1.3.0 of the App Engine SDK, now available to both
    1 week ago
  4. Run PHP on Google App Engine


    samaxesAuthority 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
  5. AppEngine for Java コードラボもやります。


    akaiho St.Authority 109
    12月19日にAppEngine/Android ハッカソンを行うことは先日アナウンスしたとおりなのですが、同日に AppEngine for Javaのコードラボを行います。 詳しくは下記リンクへ。 http://groups
    2 weeks ago
  6. GAE/Jでログイン&ログアウト


    suz-lab - blogAuthority 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/appengine
    2 days ago
  7. Google AppEngine App issues on Snow Leopard


    code zenAuthority 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
  8. @ Gartner AADI: Eric Knipp: Buckle Your Seatbelts: Web and Cloud AD …


    elemental linksAuthority 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 IDE
    2 weeks ago
  9. Setting up the Play framework on Google App Engine


    philwilson.orgAuthority 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 your
    1 week ago
  10. GAE/J & Velocity & T2


    suz-lab - blogAuthority 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.jar
    2 weeks ago