Sha256: ea9fc25a52ff46bd55876ceb1b8a91032d92ec2cbf44b0c4a5cf122512362349

Contents?: true

Size: 1.28 KB

Versions: 24

Compression:

Stored size: 1.28 KB

Contents

= appengine-apis

* http://code.google.com/p/appengine-jruby

== DESCRIPTION:

APIs and utilities for using JRuby on Google App Engine.

To load the API stubs in IRB simply run `appcfg.rb run -S irb`.

This will configure access to the same Datastore as running

  $ dev_appserver.rb .

See these classes for an overview of each API:
- AppEngine::Logger
- AppEngine::Testing
- AppEngine::Users
- AppEngine::Mail
- AppEngine::Memcache
- AppEngine::URLFetch
- AppEngine::Datastore
- AppEngine::XMPP
- AppEngine::Labs::TaskQueue

Unless you're implementing an ORM, you probably want to use the
DataMapper API instead of the lower level AppEngine::Datastore API.

== REQUIREMENTS:

* Google App Engine SDK for Java (http://code.google.com/appengine)

== LICENSE:

Copyright 2009 Google Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
appengine-apis-0.0.35 README.rdoc
appengine-apis-0.0.34 README.rdoc
appengine-apis-0.0.33 README.rdoc
appengine-apis-0.0.32 README.rdoc
appengine-apis-0.0.31 README.rdoc
appengine-apis-0.0.30 README.rdoc
appengine-apis-0.0.29 README.rdoc
appengine-apis-0.0.28 README.rdoc
appengine-apis-0.0.27 README.rdoc
appengine-apis-0.0.25 README.rdoc
appengine-apis-0.0.24 README.rdoc
appengine-apis-0.0.23 README.rdoc
appengine-apis-0.0.22 README.rdoc
appengine-apis-0.0.21 README.rdoc
appengine-apis-0.0.20 README.rdoc
appengine-apis-0.0.19 README.rdoc
appengine-apis-0.0.18 README.rdoc
appengine-apis-0.0.17 README.rdoc
appengine-apis-0.0.16 README.rdoc
appengine-apis-0.0.15 README.rdoc