Posted on September 11, 2009 by David Chandler
So far so good with Google AppEngine. I was at first afraid that I would have to create separate model objects on both the client and server side as the GWT compiler was complaining about model classes not being serializable (DTOs, yuck). Since my model class did in fact implement Serializable, I thought it was the [...]
Filed under: Headsmack, Progress | Leave a Comment »
Posted on July 9, 2008 by jobber
As I edited the code to remove RichFaces from our Application, a simple problem arose and led to two days worth of work. This is not unusual, and we are actually quite happy about the changes we have made, since they ought to make the application run far better in the future.
The problem was as [...]
Filed under: Headsmack, Jobber's Log | Tagged: JSF, Shale | Comments Off
Posted on June 12, 2008 by jobber
When trying to restart the local Tomcat server we use to test-deploy our code, we saw the following warning, followed by a much-too-short startup:
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ’source’ to org.eclipse.jst.j2ee.server:RememberOneAnother’ did not find a matching property.
When we tried to run the webapp on a local browser, Tomcat could not find any of the pages.
What [...]
Filed under: Headsmack, Jobber's Log | Tagged: Eclipse, Tomcat | Comments Off