<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ITめもりーにょ &#187; Java</title>
	<atom:link href="http://itblog.posifeel.com/archives/category/pg/java/feed" rel="self" type="application/rss+xml" />
	<link>http://itblog.posifeel.com</link>
	<description>プログラミングの技術メモなど、備考録として使用しています。</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:45:21 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/category/pg/java/feed" />
		<item>
		<title>Google App Engineへの登録</title>
		<link>http://itblog.posifeel.com/archives/130.html</link>
		<comments>http://itblog.posifeel.com/archives/130.html#comments</comments>
		<pubDate>Thu, 08 Oct 2009 02:07:47 +0000</pubDate>
		<dc:creator>ましぇたん</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[クラウドコンピューティング]]></category>

		<guid isPermaLink="false">http://itblog.posifeel.com/?p=130</guid>
		<description><![CDATA[				
				今更だがGoogle App EngineでJavaが使えるとのことなので試してみようという気になった。
				とりあえず、Googleのアカウントは持っている状態から、Google App Engi [...]]]></description>
			<content:encoded><![CDATA[				<p>
				今更だがGoogle App EngineでJavaが使えるとのことなので試してみようという気になった。<br />
				とりあえず、Googleのアカウントは持っている状態から、Google App Engineの登録までの過程をメモ。<br />
				<br />
				<b>Google App Engineへの登録</b><br />
				<ol>
					<li><a href="http://code.google.com/intl/ja/appengine/">Google App Engine</a>へアクセスし、「<a href="http://appengine.google.com/promo/java_runtime">登録</a>」リンクをクリック</li>
					<li>gmailのアカウントを入力し、ログインする</li>
					<li>「Verify Your Account by SMS」というページが表示され、以下の事項を入力</li>
				                <ul>
					                <li>Country and Carrier: Japan</li>
					                <li>Select your carrier&#8230;: 携帯電話のキャリア（自分の場合はDocomo）</li>
				                        <li>Username: 携帯電話のメールアドレスの@より前の部分</li>
				例：hogehoge@docomo.ne.jpの場合、「hogehoge」を入力する。<br />
				                  </ul>
					<li>携帯にメールが届くので、次のページの「Enter Account Code:」にメールに書いてあったアカウントコードを入力する。すると「Create an Application」というページに飛ぶ。</li>
					<li>いくつかの入力フォームがあるので、以下のように記述する。</li>
				                <ul>
					                <li>Application Identifier: [任意の名前].appspot.com</li>
				※おそらく、これがURLになるのだろう。<br />
					                <li>Application Title: 任意の名前</li>
				※これがＷＥＢアプリ（サイト）のタイトルとなる。<br />
				日本語名称を入れたら怒られた。<br />
				ちなみに、これは後から変更できるので取りあえず適当でＯＫ<br />
				                 </ul>
					<li>Saveをクリックすると「Application Registered Successfully」というページに遷移する。取りあえずこれで登録は完了。</li>
				</ol>
				<br />
				まだアプリは作っていないので、続きはまた今度書こうと思う。<br />
				動作確認しようにもアプリがないので出来ないっす・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://itblog.posifeel.com/archives/130.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://itblog.posifeel.com/archives/130.html" />
	</item>
	</channel>
</rss>
