Reverse Proxy Server
Information moved to http://www.tek271.com/software/java/reverse-proxy-server
I presented Google Guava at Cincinnati Java User Group (CinJug) on 2011.01.27.
Here are links to the material presented:
Introduction
Play (playframework.org) is a Java framework that makes it very easy to build web applications. Here I show how to build a CRUD web app in a way that reminds me of RoR or Grails. You only need to know Java to follow this example. Play’s website contains excellent documentation and I will not repeat them here.
Some of the material here was presented at CoJug on 2010.06.08. The CoJug presentation contained more than what is provided here, and was presented by Nilanjan Raychaudhuri and myself.
Setup
This will be a simple CRUD application which manages the following entities:
Create App’s Skeleton
play new corporations
Corporations
corporations directory.cd corporations
play run