Hi, The last two years I have worked with GWT and other technologies (REST, JPA, Validation (JSR 303 ....)). In all projects that I developed I found always a commom problem.
The compatibility of the data. For example, If I use some annotatons in the Entity to allow the REST functions I can´t instantiate these Entity in the client side of GWT (problems with the compiling to JS), or I found problems to transport the object to the database in an automatic way, or if I use JSON to transport the data I must create extra class to manage the native information, or if i use a commom mechanism to transport it (RPC) the work becomes very heavy.... I don´t know if I have explained enough well, but, the question is, what do you do to avoid these problems?? There is a commom way that we can follow?? Any suggestion or comment are welcome. Thank you so much. Adolfo. -- El precio es lo que pagas. El valor es lo que recibes. Warren Buffet -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
