Thursday, August 18, 2016

Re: Best Practice for JSON object recreation on client

Generally the GWT guys are careful and I am sure they will provide a way to migrate. If I understand correctly the mechanism that will replace generators (GWT.create()) is called APT and is based on annotations. In my codebase I don't have the need and so I don't really know but I am using libraries that require some way to create code (self-inspection) such are resty-gwt, event-binder and gwt-jackson.

I don't know if APT is currently available in GWT but I don't think so. I believe that APT and GWT generators should co-exist for at least one GWT release for migration to happen.

For CSS vs GSS I know this is already happening. GSS is available in GWT 2.8 and CSS will be deprecated in the next version,

    Vassilis

On Thu, Aug 18, 2016 at 10:50 AM, Max Fromberger <max.fromberger@gmail.com> wrote:
Hello Vassilis,

thanks for this contribution.
This raises another question: is there a way to solve the above described tasks that is GWT 3 proof and already feasible in GWT 2.8?

kind regards,
max

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment