A noob's attempt on Google App Engine using Java and Maven part 2
In my last entry, I modified my Maven project so it can be deployed to Google App Engine. This time, I’m going to work on my actual application so I can finally have something to show to other people. Right now, my Spring web application works fine on Google App Engine. Let me go over the code that I have so far. I first made a bean called Manufacturer: 1 2 3 4 5 6 7 8 9 10 11 package com....