Google App Engine Blog: Seriously this time, the new language on App Engine: Java™で、最初はEarly Lockというサーバを更新出来ない状態だったけど何故かさっき「Lock解除したよ」のメールが来た。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
<%@ 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が動かせる様になった。こっちの方が嬉しい人いるんじゃないかな?