Skip to content

hata/aexlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


About

type safe wrapper for Google App Engine / Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages