<?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/"
	>

<channel>
	<title>技術情報ブログ &#187; GAE/j</title>
	<atom:link href="http://tecblog.oarts.jp/?cat=27&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tecblog.oarts.jp</link>
	<description>Posted by Oriental Arts</description>
	<lastBuildDate>Wed, 26 Sep 2012 03:11:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GAE環境での文字コードの扱い</title>
		<link>http://tecblog.oarts.jp/?p=35</link>
		<comments>http://tecblog.oarts.jp/?p=35#comments</comments>
		<pubDate>Mon, 25 Jan 2010 03:18:49 +0000</pubDate>
		<dc:creator>oakita</dc:creator>
				<category><![CDATA[GAE/j]]></category>
		<category><![CDATA[クラウド]]></category>

		<guid isPermaLink="false">http://tecblog.oarts.jp/?p=35</guid>
		<description><![CDATA[Stringクラスの漢字などの内容をbyteとして取り出そうとすると
普通はデフォルト文字コードで取出しが出来るのですが、GAE環境では何故かデフォルトは無いらしく（クラウド環境なので&#8230;）常にエンコードを指定しなければ
３ｆ３ｆ３ｆ３ｆ等の文字になります、
しかも入りも出も両方必要です。
]]></description>
			<content:encoded><![CDATA[<p>Stringクラスの漢字などの内容をbyteとして取り出そうとすると</p>
<p>普通はデフォルト文字コードで取出しが出来るのですが、GAE環境では何故かデフォルトは無いらしく（クラウド環境なので&#8230;）常にエンコードを指定しなければ</p>
<p>３ｆ３ｆ３ｆ３ｆ等の文字になります、</p>
<p>しかも入りも出も両方必要です。</p>
]]></content:encoded>
			<wfw:commentRss>http://tecblog.oarts.jp/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GAE/j パッケージの変更</title>
		<link>http://tecblog.oarts.jp/?p=32</link>
		<comments>http://tecblog.oarts.jp/?p=32#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:24:58 +0000</pubDate>
		<dc:creator>oakita</dc:creator>
				<category><![CDATA[GAE/j]]></category>
		<category><![CDATA[クラウド]]></category>

		<guid isPermaLink="false">http://tecblog.oarts.jp/?p=32</guid>
		<description><![CDATA[GAE/j 環境でクラスのパッケージを変更してアップロードするとExceptionが発生します。
AppVersionHandlerMap何かこのクラスが怪しいそうだけど
何をしているのか判らないので&#8230;
GAEの環境では決してクラスのパッケージ変更をしないほうが
良いみたいです、何故か、パッケージを変更すると動作しなくなる為
Exceptionで以下のクラスが出現したら、パッケージ構成を元に戻しましょう。
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle
 以上
]]></description>
			<content:encoded><![CDATA[<p>GAE/j 環境でクラスのパッケージを変更してアップロードするとExceptionが発生します。</p>
<p>AppVersionHandlerMap何かこのクラスが怪しいそうだけど</p>
<p>何をしているのか判らないので&#8230;</p>
<p>GAEの環境では決してクラスのパッケージ変更をしないほうが<br />
良いみたいです、何故か、パッケージを変更すると動作しなくなる為<br />
Exceptionで以下のクラスが出現したら、パッケージ構成を元に戻しましょう。<br />
 com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle</p>
<p> 以上</p>
]]></content:encoded>
			<wfw:commentRss>http://tecblog.oarts.jp/?feed=rss2&amp;p=32</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GAE/j datastore-indexes.xml について</title>
		<link>http://tecblog.oarts.jp/?p=29</link>
		<comments>http://tecblog.oarts.jp/?p=29#comments</comments>
		<pubDate>Tue, 12 Jan 2010 02:41:26 +0000</pubDate>
		<dc:creator>oakita</dc:creator>
				<category><![CDATA[GAE/j]]></category>
		<category><![CDATA[クラウド]]></category>

		<guid isPermaLink="false">http://tecblog.oarts.jp/?p=29</guid>
		<description><![CDATA[datastore-indexes.xml について
日本語と英語のマニュアルで違いがあります。
日本語マニュアルではdatastore-indexes.xmlの中身が
以下のようになっていて開発環境では成功しますが
クラウド環境ではアップロード時に失敗します。
日本語マニュアル、一部抜粋
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
&#60;datastore-indexes
  xmlns=&#8221;http://appengine.google.com/ns/datastore-indexes/1.0&#8221;
  autoGenerate=&#8221;true&#8221;&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
英語マニュアル、一部抜粋
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62;
&#60;datastore-indexes
  autoGenerate=&#8221;true&#8221;&#62;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 
英語のマニュアルを見ざるを得ないみたいですね～～
以上
]]></description>
			<content:encoded><![CDATA[<p>datastore-indexes.xml について<br />
日本語と英語のマニュアルで違いがあります。</p>
<p>日本語マニュアルではdatastore-indexes.xmlの中身が<br />
以下のようになっていて開発環境では成功しますが<br />
クラウド環境ではアップロード時に失敗します。</p>
<p>日本語マニュアル、一部抜粋<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<!--l version="1.0" encoding="utf-8-->&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;datastore-indexes<br />
  xmlns=&#8221;<a href="http://appengine.google.com/ns/datastore-indexes/1.0">http://appengine.google.com/ns/datastore-indexes/1.0</a>&#8221;<br />
  autoGenerate=&#8221;true&#8221;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>英語マニュアル、一部抜粋<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;datastore-indexes<br />
  autoGenerate=&#8221;true&#8221;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; <br />
英語のマニュアルを見ざるを得ないみたいですね～～</p>
<p>以上</p>
]]></content:encoded>
			<wfw:commentRss>http://tecblog.oarts.jp/?feed=rss2&amp;p=29</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
