My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
QuickStart  
Minimal effort usage
Featured, Phase-Implementation
Updated Dec 10, 2009 by wad...@gmail.com

Requirements

See Requirements

Step by Step

  1. Download TestMyWRFModifierRobot.zip from the Downloads tab.
  2. unpack it, import the result as an Eclipse project
  3. edit file build.properties
  4. solve the paths and GAE library eventual mismatch
  5. edit GAE project properties to set the application id.
  6. In class org.wadael.waverobot.testModify.ProfileServlet, edit method getRobotProfilePageUrl so that it reflects your application's ID.

Optionnally the method getRobotName to suit your taste.

  1. (Optionnal) In class org.wadael.waverobot.testModify.TestMyModifierRobotServlet, you can modify the robot's self-introduction and it's "business logic" (method modifyBlipText).
  2. deploy to GAE.
  3. create a new wave, add your robot to it.
  4. enjoy.

The ZIP contains more examples, see the sources. To use the others, edit file war/WEB-INF/web.xml and replace both servlet-class elements by those commented (only one for each, their packages must match).

After having modified the introduction text and redeploied for instance, one should better

use another wave to test the latest code/behaviour.


Sign in to add a comment
Powered by Google Project Hosting