"""The RequestFactoryMagic<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/requestfactory/server/testing/RequestFactoryMagic.html> type can be used to instantiate RequestFactory instances in non-GWT runtimes. […] If you implement your ownRequestTransport (perhaps based on a java.net.HttpUrlConnection or Apache HttpClientlibrary), you can write console apps, bulk-query apps, or health probers using your production RequestFactory endpoints. This is a huge improvement over GWT`s old RPC system, which only supports GWT-based clients."""
— Source: http://stackoverflow.com/questions/4853188/unit-testing-of-gwt-requestfactory-services-without-gwttestcase/4926160#4926160 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
