Yesterday i did a presentation at JFall about JQuery and Grails: Why are we still generating the view layer on the server?. I’ve had some requests for more information, here’s a small list:
Yesterday i did a presentation at JFall about JQuery and Grails: Why are we still generating the view layer on the server?. I’ve had some requests for more information, here’s a small list:
November 13th, 2008 at 13:59:41
Great job @JFall!
IMO whatever technology it’ll be in the end – server side HTML generation to support internet/web applications is going the way of the ‘DODO’.
-J
November 13th, 2008 at 14:29:26
thx. I don’t think server generated html is going away. Maybe for applications but not for websites which need to be indexable by google. Semantically correct html without javascript or flex is still the best SEO approach.
November 13th, 2008 at 14:54:57
Andrej,
after your presentation I asked you what the added value was of static html in your application model. Why not generate “everything”?
My question now is: can you give me the picture in your presentation describing you application architecture? Three blocks; “static web server”, “SOA/WOA container” and “application”.
I have a feeling that this can be molded into something more generic, that people can use as a Reference Architecture to describe the “seperation of concerns” in Rich Internet Applications.
Thanks!
Guus
November 13th, 2008 at 17:35:31
>I don’t think server generated html is going away.
>Maybe for applications but not for websites which need
>to be indexable by google.
Sure – but I think these websites fall in the category ‘websites’ (duh) – not ‘applications’.
November 13th, 2008 at 17:37:21
>Maybe for applications but not for websites…
Sorry – need to learn to read the entire reply, before posting a response. I think we’re on the same page here…
November 17th, 2008 at 12:11:16
JFall 2008…
Last wednesday, I visited JFall 2008, the half yearly conference of the Dutch Java User Group, NLJUG. It was held in Spant!, a theatre in Bussum, The Netherlands. There were many interesting sessions and I thought it might be interesting to share my op…