Ubuntu share folders

I used to use Samba to share folders between my laptop and my desktop. It works fine until 10.10 that Ubuntu decided to act crazy and screw the whole mount.cifs thing. I still managed to share the folders for a while after some tweaks with /etc/fstab. But today it is just not working anymore. I…

Deferred binding failure in GWT

I am a total newbie to GWT/GAE framework. I was playing and modifying an objectify sample code myself last night and get into a “deferred binding failure” error. What I did is to add another entity class and extend classes PersistentService, PersistentServiceImp, and PersistentSerivceAsync to persist my data. I first ran the code as Web Application….