Wednesday, February 22, 2012

Re: RequestFactory and query by example with a Proxy

Thanks Brandon.

I'm using ValueProxy to send to the server.
Look at the code and the entities (EntityProxy) always validated regardless of the method is called on the server (select or persist).
Perhaps the validation should performed only in methods that require it, not always.

Regards
A.U.S Cristian Rinaldi

Teléfono Móvil: (0342) 155 238 083

www.logikas.com

Lisandro de la Torre 2643 Of 5 - 3000 - Santa Fe

Teléfono Fijo: (0342) 483 5138







2012/2/18 Brandon Donnelson <branflake2267@gmail.com>
Do you use a ValueProxy?

like:

@ProxyFor(PeopleJdoFilter.class)

public interface PeopleJdoFilterProxy extends ValueProxy {

 void setSearch(List<String> search);

 List<String> getSearch();

//...

}

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5_o0LibBEOMJ.

To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment