このリンクで提案されている回避策を実装しようとして いますhttp://raibledesigns.com/rd/entry/how_to_do_cross_domain サーバー上の既存のサーブレットは次のようになります
@SuppressWarnings("serial")
public class ContactsServiceImpl extends RemoteServiceServlet implements ContactsService
{
...
これを変更してクロスドメインを機能させるにはどうすればよいですか。クライアント側で何か変更を加える必要がありますか?