Skip to content

Instantly share code, notes, and snippets.

@edewit
Created January 7, 2013 09:15
Show Gist options
  • Save edewit/4473571 to your computer and use it in GitHub Desktop.
Save edewit/4473571 to your computer and use it in GitHub Desktop.
Example configuration implementation to show how to use errai-cordova
package org.jboss.errai.example.client.local;
import org.jboss.errai.bus.client.framework.Configuration;
public class Config implements Configuration {
@Override
public String getRemoteLocation() {
return "http://my-app-location.rhcloud.com/";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment