Re: What about non Javascript sites?

2011-09-08 Thread Alisson Prestes
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/javalis

Re: What about non Javascript sites?

2011-09-07 Thread karim duran
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 rep

Re: What about non Javascript sites?

2011-09-07 Thread Alexandre Dupriez
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 wrote: > Hi, > > I am very taken with GWT and I believe will make maintaining my company's > site easier. > > However, they say they need

Re: What about non Javascript sites?

2011-09-06 Thread darkflame
It pretty much has to be seperate. A lot of people have to do this merely for search engine reasons (that is, dynamic content using # isnt well handeled by crawlers - assuming they handel javascript at all, which most dont). The typical way is to make a basic PHP based site which GWT provides a sh

What about non Javascript sites?

2011-09-06 Thread raks
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 --