2009/04/08


きたー!
Google App Engine Blog: Seriously this time, the new language on App Engine: Java™

Today, we're very excited to announce the availability of a new programming language for Google App Engine. Please welcome the Java runtime!

http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html
で、最初はEarly Lockというサーバを更新出来ない状態だったけど何故かさっき「Lock解除したよ」のメールが来た。

<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %>
<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
        Hello JSP!<br />
    </body>
</html>

ここで動いてます。

ちなみに、上の記事によるとGAEでCronが動かせる様になった。こっちの方が嬉しい人いるんじゃないかな?
Posted at by



2009/04/03


こうすればいいのか...
デザイン設定画面のスタイルシートに
.hatena-star-star-image { background-image: url('http://mattn.kaoriya.net/images/unko.gif'); }
こんな感じになります。
Posted at by



2009/01/20


Greasemonkeyから扱いやすくなった。
Gist for Greasemonkey - GitHub

We’re now appending the gist name at the end of its raw url. That means it’s dead-simple to serve greasemonkey (or greasekit) scripts directly from gist.github.com. I was able to write my first script and install it in less than five minutes: ...

http://github.com/blog/302-gist-for-greasemonkey
今までのraw形式URLの後に、ファイル名が付与される様になった。
これにより
gist の GM を簡単にインストールする方法 - 8時40分が超えられない - subtech

あー、いちいち raw format 叩かなくても
http://gist.github.com/00000
なスクリプトなら
http://gist.github.com/00000.txt?.user.js
とするだけでおkなのか。

http://subtech.g.hatena.ne.jp/secondlife/20090116/1232083225
といったhackを使わずGreasemonkeyスクリプトを直接インストール出来る様になる。
embedならばview rawから直接インストール出来る様になった。

gist++
Posted at by