”温故知新” なことなど

コメントは、タイトル下の"without comments"を押下して記入ください

Archive for the ‘Google’ tag

indexesの設定(GAE-J)

without comments

Google App Engine for JAVA のindexesの設定方法がわかったので備忘録として残しておく。

わたしはIDEをeclipseでといいますか、ほとんどがEclipseをご使用のことでしょう。
さてファイル作成手順です。
ファイル→新規(N)→表題なしのテキスト・ファイル→ブランクのファイルの新規作成を行います。

<?xml version="1.0" encoding="utf-8"?>
<datastore-indexes
autoGenerate="false">
    <!-- Used 1 time in query history -->
    <datastore-index kind="Blog" ancestor="false" source="auto">
        <property name="__key__" direction="desc"/>
    </datastore-index>
</datastore-indexes>

その後、↑上のソースコードをコピペします。
今度は保存。

ファイル→別名保管→”親フォルダを入力または選択(E):”
に現在作成中のEclipseのディレクトリの
“WEB-INF/”の下に”datastore-indexes.xml”という名前で
“ファイル名(F):”を入力し、OKボタンを押下する。

そしてDeployす。

するとどうでしょう。
このようなメッセージがコンソール上に現れると成功です!!
Compiling module org.osrk.nextschool.App_nextschool
Compiling 6 permutations
Permutation compile succeeded
Linking into C:\Users\SEIJI\workspace\app-nextschool\war
Link succeeded
Compilation succeeded — 11.986s
Creating staging directory
Scanning for jsp files.
Scanning files on local disk.
Initiating update.
Cloning 31 static files.
Cloning 55 application files.
Uploading 2 files.
Uploaded 1 files.
Uploaded 2 files.
Deploying new version.
Will check again in 1 seconds
Will check again in 2 seconds
Will check again in 4 seconds
Closing update: new version is ready to start serving.
Uploading index definitions.
Deployment completed successfully

Written by nextschool

10月 20th, 2009 at 1:00 am

ソーシャルバー

without comments

Written by nextschool

2月 17th, 2009 at 1:03 am

Posted in 情報

Tagged with , ,

Pix Chat

without comments

Written by nextschool

2月 17th, 2009 at 12:11 am

Posted in 情報

Tagged with , ,

CloudStatus

without comments

Amazon,Google,のステータスが分かるツール

Written by nextschool

2月 16th, 2009 at 11:57 pm

Posted in 情報系

Tagged with , ,

予定表

without comments

Written by nextschool

1月 31st, 2009 at 12:14 am

Posted in 情報系

Tagged with ,