Changeset 12231


Ignore:
Timestamp:
10/27/09 21:57:22 (14 years ago)
Author:
ehuelsmann
Message:

Google App Engine (GAE) basic Hello World application progress.

Most of the code by Alex Muscar.

Location:
trunk/abcl/examples/abcl
Files:
18 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/examples/abcl/README

    r11513 r12231  
    33
    44code by Ville Voutilainen
     5(abcl_appengine code by Alex Muscar)
    56instructions by Blake McBride
    67updated by Mark Evenson
     
    3233
    3334where "Main" is the initial class to run in your Java program.
     35
     36
     37abcl_appengine
     38==============
     39
     40This example shows how to run your servlet off ABCL in general
     41and in Google App Engine (GAE) in particular.
     42
     43When uploading your code to the server, be sure to put abcl.jar
     44in war/WEB-INF/lib.
Note: See TracChangeset for help on using the changeset viewer.