HelloWorld
Submitted by admin on Mon, 2009-09-07 16:30
Configuring a Hello World Application with the Touchatag Configurator API.
In this example application we will first create a simple HelloWorld Servlet. And then create a configurator applet that will integrate in the Touchatag configuration flow for using our HelloWorld application. There is a SOAP and a REST example implementation for your reference.
Prerequisites
For this walktrough, you need installed version of the Maven build tool with a proper proxy configuration for HTTP and HTTPS (if needed).Basic knowledge of the Maven build tool is also required.
- Hello Servlet
- SOAP client
- SOAP configurator template with basic authentication
- SOAP configurator template with OAuth authentication
- REST configurator template with basic authentication
- REST configurator template with OAuth authentication
The project files and source code for these examples can be found here.
