-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (12 loc) · 681 Bytes
/
README
File metadata and controls
22 lines (12 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
README for aexlib
This library provides typesafe access for datastore on App Engine / Java.
Now, this only support the following ways.
1. Create a definition and CodeGenerator classes.
Please check under the following directory
for definition files.
http://github.com/hata/aexlib/tree/master/aexlib-sample/src/main/java/org/aexlib/gae/sample/server/def/
2. Run the generator with output directory.
CodeGenerator outputs the following classes in this example.
http://github.com/hata/aexlib/tree/master/aexlib-sample/src/main/java/org/aexlib/gae/sample/server/entity/
After this, use the generated classes and aexlib-datastore-version.jar
with App Engine / Java.