Thanks for the correction Thomas, old wounds are hard to forget - especially with enterprise projects that refuse to upgrade GWT versions. Yes, BigDecimal support was added in v2.1. and Serializing Enhanced Classes has greatly removed the pain associated with detaching/attaching persistent classes.
On Thu, Mar 21, 2013 at 6:43 AM, Thomas Broyer <[email protected]> wrote: > > > On Thursday, March 21, 2013 2:08:45 PM UTC+1, Stevko wrote: >> >> To be supported on the client, these need to be free of unsupported >> library references (like BigDecimal) and serialized instrumentation (like >> an ORM or EJB might attach). >> > > BigDecimal *is* emulated by GWT, and GWT-RPC *tries* to ignore JPA/JDO > instrumentation (note that lazy-collections aren't supported though). > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- A. Stevko =========== "If everything seems under control, you're just not going fast enough." M. Andretti -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
