Skip to content

Instantly share code, notes, and snippets.

@ipapaste
Created February 14, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipapaste/7b2f6837729b8e006c6a26b3e2e23f1a to your computer and use it in GitHub Desktop.
Save ipapaste/7b2f6837729b8e006c6a26b3e2e23f1a to your computer and use it in GitHub Desktop.
public class RPCServiceImpl extends RemoteServiceServlet implements RPCService {
public List<Car> getCars(String city) {
// Implementation here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment