<?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; PetStore</title>
	<atom:link href="http://www.eisbahn.jp/yoichiro/category/java/petstore/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eisbahn.jp/yoichiro</link>
	<description>思ってることってこんなもんだよ</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:22:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>カタログページに関するサーバ側の風景</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/08/post_98.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/08/post_98.html#comments</comments>
		<pubDate>Mon, 07 Aug 2006 00:40:43 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[PetStore]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=235</guid>
		<description><![CDATA[PetStoreのトップページからペットの種類を選んだ後は，ペットのカタログページが表示される。このカタログページは，Webブラウザに対する操作に反応して実行される処理のほとんどが，ページ遷移を伴わない非同期通信で実現されている。ここでは，Webブラウザからの処理要求を受けとるところから結果を返却するまでのサーバ側の処理について見ていく。 カタログページからの処理要求は，CatalogServletクラス，つまり自作のサーブレットによって受け取っている。特別なフレームワークや機構などを使っている... <a href="http://www.eisbahn.jp/yoichiro/2006/08/post_98.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/08/post_98.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ん？POJOじゃないの？</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/08/pojo_1.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/08/pojo_1.html#comments</comments>
		<pubDate>Fri, 04 Aug 2006 00:52:24 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[PetStore]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=234</guid>
		<description><![CDATA[PetStore 2.0 ea1内で使われているCategoryクラスのコードの冒頭は，以下のような感じ。 package com.sun.javaee.blueprints.petstore.model; import javax.persistence.Entity; import javax.persistence.Id; @Entity public class Category implements java.io.Serializable { 　　 　　private String ... <a href="http://www.eisbahn.jp/yoichiro/2006/08/pojo_1.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/08/pojo_1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java PetStore 2.0ea1のインストール</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1.html#comments</comments>
		<pubDate>Mon, 17 Jul 2006 09:20:19 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[PetStore]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=230</guid>
		<description><![CDATA[前回の「Java PetStore 2.0ea1のための環境準備」エントリの内容で，NetBeansとGlassFishの準備は整っている。さて，いよいよJava PetStoreのインストールを行う。Java PetStoreは，NetBeansのプロジェクトとして作成されているので，子の環境であれば簡単に動作確認までもっていくことができる。 まずはJava PetStoreの入手から。PetStoreのページからダウンロードページに遷移する。ここにある「javapetstore-2.0-ea... <a href="http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java PetStore 2.0ea1のための環境準備</title>
		<link>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1_1.html</link>
		<comments>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1_1.html#comments</comments>
		<pubDate>Mon, 17 Jul 2006 00:04:31 +0000</pubDate>
		<dc:creator>yoichiro</dc:creator>
				<category><![CDATA[PetStore]]></category>

		<guid isPermaLink="false">http://www.eisbahn.jp/yoichiro/?p=229</guid>
		<description><![CDATA[最近Java PetStoreの2.0ea1を探り始めている。これはSunの今後のアプリケーション構築方針の具体例であり，J2EEアプリケーション開発従事者であれば，抑えておかなければならないコードだろう。完全に時代の最先端に乗り遅れている感が否めないので，その近道としてWeb2.0対応PetStoreをしばらくは見ていく。 ここでは，PetStoreを追っていくための環境の構築について，手順を示してみようと思う。ちなみに，Mac前提だ。 PetStoreはSun純正なので，やっぱりNetBea... <a href="http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1_1.html">more</a>]]></description>
		<wfw:commentRss>http://www.eisbahn.jp/yoichiro/2006/07/java_petstore_20ea1_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

