Sounds good to me, but is it just the latest and greatest? Should we wait a
bit and get some of the other stuff ready and out in the wild?
Don Brown wrote:
>
> It is pretty well known that Google uses WebWork 2 and Struts 2 in
> many of its applications, but for the view layer, they use Googl
It is pretty well known that Google uses WebWork 2 and Struts 2 in
many of its applications, but for the view layer, they use Google XML
Pages (GXP) [1], which was just opened source yesterday or so. There
is a lot to like in GXP like type safety, speed, correct HTML
generation, automatic support
So, essentially, the suggestion is this:
http://wiki.apache.org/struts/AjaxStruts
...but expanded a lot :)
Frank
--
Frank W. Zammetti
Author of "Practical DWR 2 Projects"
and "Practical JavaScript, DOM Scripting and Ajax Projects"
and "Practical Ajax Projects With Java Technology"
for info:
Though I am not a struts 2 developer but I personally love Dave idea. I have
now swtiched using dojo 1.1.1 and I had to write my own scripts to simiulate
some of struts 2 tags [though not as neat as those tags]. With the information
there, people can build on it and share it with others as well.
I was thinking about all this last night.
One thing that might be useful is to provide enough information to implement
existing tags in raw Dojo/JavaScript--there's enough being done by the S2
components/tags that it might throw a lot of people off to write it by hand.
Sort of a migration guide