The first thing we need to do in part three is begin GWT’s Remote Procedural Call (RPC) plumbing. We use the RPC calls to fire off Asynchronous events so that we can get data from our database. The calls go to the server effectively. Firstly I have made a package called com.company.client.rpc and this is [...]
Firstly in the previous example I mentioned that you should make it a true web app with WEB-INF folders etc, this has to then be reflected in the Google compile and launch script examples given below: MyApplication.launch <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.GWTShell"/> <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> <listEntry value="<?xml version=’1.0′ encoding=’UTF-8′?><runtimeClasspathEntry containerPath=’org.eclipse.jdt.launching.JRE_CONTAINER’ [...]