DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Note | ||
|---|---|---|
| ||
Clients other than web browsers may also interact with this application by POSTing the form data and an authentication cookie. At the moment the example application doesn't include a standalone Java client that demonstrates how to do that. This is work in progress. In the meantime, refer to this blog post the glogin component documentation for instructions how to access security-enabled GAE services using the Google ClientLogin API. |
| Tip | ||
|---|---|---|
| ||
The next two sections describe how to checkout, build and deploy the example application. If you want to skip these steps, go directly to the #Usage section and use the pre-deployed example application at http://camelcloud.appspot.com. |
...
- Sign up for a Google App Engine accountif account if you don't have one.
- Create a new application via the admin console or reuse an existing one for uploading the example.
- Install the Google App Engine SDK for Java. This tutorial has been tested with version 1.3.26.
Deployment
First, checkout the sources from the Camel code repository.
| No Format |
|---|
svn co http://svn.apache.org/repos/asf/camel/trunk/examples/camel-example-gae camel |
Navigate to the camel-example-gae
...
and install from here.
Open the camel-example-gae/src/main/webapp/WEB-INF/application-web.xml file and replace the template application name replaceme with the name of the application that you created in the previous section. Optionally, adjust the version number if needed.
...
In the following, the application name camelcloud will be used as an example. If you deployed the example application somewhere else, use your application name instead. Go to http://camelcloud.appspot.com. The application will redirect you to a login page (see also Security for Camel GAE Applications). ![]()
...