So I finished the servlet and Spring example. They actually turned out different in the fact that the servlet example is as minimal as possible and the Spring example is normal.
So the servlet example is 40kb packaged, only has the java client dependency, loads the data over URL, and uses the DeviceMapFactory to initialize the client (singleton): http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/servlet/ Spring example has several dependencies, puts the client into a bean, logging, mvc pattern, etc: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/spring/ They are deployed on the vm: http://devicemap-vm.apache.org/dmap-servlet/ http://devicemap-vm.apache.org/dmap-spring/ So my next steps are going to be to start writing some documentation and javadoc.
