Hi, I think Html 5 will make bidirection communication to be a common feature. However, this may bring us a lot abuses, too.
And the desktop integration will be much better than today. And the ability to use app some time offline. I don't think that REST is a good idea for client-communication due to the impedance mismatch. Either REST interface fit to the client app, than no other app can make an optimal use of it, or REST interface can be used across many app, than it could not be very optimal and efficient for the client. I recommend to use GWTs communication and query any REST service from the servlet. Than the app can control whether and how such accesses may be cached. Stefan Bachert http://gwtworld.de On 19 Nov., 20:21, zixzigma <[email protected]> wrote: > Hello Everyone, > > I have been reading about HTML5, and impressive improvements it > brings. > > I was wondering how do you think HTML5 will change the way we write > GWT apps or apps in Java web frameworks in general ? > > I personally think whether you developt MVP or MVC, only the way View > is rendered will be changed, > and the trend is to get more work done on the client. embracing > statelessness, and REST. > more importantly applications are going to be even more interactive > than the way they are today. > > do you expect web frameworks provide APIs for taking advantage of > HTML5 ? > > What does HTML5 mean for Java Web Development ? -- 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.
