Posted Sat, 07/18/2009 - 14:43 by Saravana Peruma...
- The calling html page is a simple page with 2 inputs and a submit button
Posted Sat, 07/18/2009 - 14:17 by Saravana Peruma...
- Most of the configuration is done via annotations itself. The code just does the business logic (i.e to add 2 numbers)
- Path("/number/") annotation specifies the relative URI path that this class will serve is /number/
Posted Sat, 07/18/2009 - 14:12 by Saravana Peruma...
- The spring configuration is a simple one line to read all the configuration settings through annotations

Posted Sat, 07/18/2009 - 10:09 by Saravana Peruma...
Now that the application is running, let's walk through the code.
Posted Fri, 07/17/2009 - 17:18 by Saravana Peruma...
- After the code is built launch the application by running mvn jetty:run
- Once the application comes up you can access the application by accessing the url http://localhost

- It is just a simple application that adds 2 numbers and prints their sum
- Change some number and click submit, to see the results
Posted Fri, 07/17/2009 - 16:57 by Saravana Peruma...
- Now that the code is checked out, let's build it
- From command line go into the simple-rest-app folder and run the Maven build command - mvn clean install

Posted Fri, 07/17/2009 - 16:43 by Saravana Peruma...
- Using any gitclient checkout the source code from git://github.com/perusworld/simple-rest-app.git
- I am checking out using the command line - git clone git://github.com/perusworld/simple-rest-app.git

Recent comments
1 week 1 day ago
29 weeks 14 hours ago
30 weeks 23 hours ago