Hi,
I have all of my remote GWT services mapped using custom entry points.
However, the RemoteLogger assumes that the entry point is of the
pattern /module_name/gwt-log. How do I change this?
In the RemoteLogger class, there is the following code:
private static final RemoteLoggerConfig config = GWT.create
(RemoteLoggerConfig.class);
[ snip ]
String serviceEntryPointUrl = config.serviceEntryPointUrl();
if (serviceEntryPointUrl != null) {
target.setServiceEntryPoint(serviceEntryPointUrl);
}
This seems absolutely what I want, but I'm a little hazy about how
GWT.create() works in principal. Presumably I can create a class that
implements RemoteLoggerConfig to return my custom entry point?
Thanks,
Matt
--
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-log?hl=en.