I heard (and someone here could confirm it or not) that Closure Templates, another tool developed by Google, has the ability to generate the same page either in server side or client side. Does anybody know if it is possible to integrate it with GWT?
Alisson Prestes www.google.com/profiles/javalisson On Wed, Sep 7, 2011 at 12:22 PM, karim duran <[email protected]> wrote: > Hi Raks & Alexandre, > > Absolutely. It is even recommended to have a standard behavior if > javascript is disabled (which is rare these days). > To do this, create web pages with a traditional business logic. They will > be displayed without javascript enabled. > If javascript is on, it must dynamically replace the contents of pages. > Many companies have this problem. But it requires more work to deal > with.... > > Another way is to display a friendly message to the user. : > "JavaScript should be enabled on your browser in order to this application > to run normally" or something like that. > > I hope it helps. > > Regards. > > Karim Duran. > > > 2011/9/7 Alexandre Dupriez <[email protected]> > >> Hello, >> >> Could you please tell us more about the tier application you would >> have to maintain? Which technology is used, if not Javascript? >> >> On 6 sep, 15:43, raks <[email protected]> wrote: >> > Hi, >> > >> > I am very taken with GWT and I believe will make maintaining my >> company's >> > site easier. >> > >> > However, they say they need to maintain a non JavaScript version of the >> > site. >> > >> > Any ideas how we can do this? Would it have to be a seperate site? Can >> the >> > app be partitioned in some way? >> > >> > Thanks >> > >> > Raks >> >> -- >> 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. >> >> > -- > 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. > -- 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.
