I unfortunately have to use a Java 1.3 server at the present. If I do
need 1.4 to use the GWT RPC, am I correct in reading that I can use my
own RPC method (so maybe come up with something that works on 1.3..)
If so can someone suggest what they think would be the next-easiest
approach in terms of what would work well with GWT (since the docs say
GWT RPC makes the services calls very easy.. would be great to keep
things easy...) Also looking for a good example along these lines if
someone knows of a site out there.
Thanks,
Drew
If it doesn't work, use JSON-over-RequestBuilder.