The guys from GXP sent me the code for the GXP result: https://issues.apache.org/struts/browse/WW-2754
I imported a GXP plugin into the sandbox, which provides an rough implementation of a GXP template manager to implement the tags: http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-gxp-plugin/ This plugin does not include the code for the GXP result donated by the GXP guys. To play with the plugin: 1.Download or build gxp and install it(hopefully it makes its way into a maven repo some time soon): mvn install:install-file -DgroupId=com.google -DartifactId=gxp -Dversion=0.2.2-BETA -Dpackaging=jar -Dfile=c:\src\gxp\build\gxp-snapshot.jar 2. Download/Build/Install the plugin 3. Use an anchor tag, on the simple theme on any page. The plugin contains a dummy implementation of the "a" tag. musachy On Sat, Jul 26, 2008 at 1:02 AM, Don Brown <[EMAIL PROTECTED]> 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 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 for HTML and XHTML (one of our frequent > tickets), automatic encoding of untrusted content, and even things > like mulitiple language support. > > This might be a perfect replacement for Freemarker in our tags as the > templates can be compiled, have better error reporting, don't > introduce yet another expression language, and solve a number of our > outstanding feature requests around tags. > > Thoughts? > > Don > > [1] http://code.google.com/p/gxp/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
