in GWT MVP apps generated by Roo,
the way ProxyPlace and ProxyListPlace are implemented,
result in oddly looking URLs.
aside from the aesthetics, it reveals the underlying business object
and full package name.

take for example these history tokens :

#ProxyPlace:org.springsource.roo.extrack.client.managed.request.ReportProxy!
CREATE

#ProxyPlace:
1...@no@org.springsource.roo.extrack.client.managed.request.ReportProxy!
DETAILS

#ProxyListPlace:org.springsource.roo.extrack.client.managed.request.ExpenseProxy

does anyone know how to change this ?

I came across AbstractRequestFactory,
this is how
com.google.gwt.requestfactory.client.impl.AbstractRequestFactory is
defined:


public abstract class AbstractRequestFactory implements RequestFactory
{
  protected static final String EPHEMERAL_SEPARATOR = "@IS@";
  protected static final String TOKEN_SEPARATOR = "@NO@";
  protected static final int ID_TOKEN_INDEX = 0;
  protected static final int TYPE_TOKEN_INDEX = 1;
  private static final int MAX_VERSION_ENTRIES = 10000;



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to