Check it out. We're still checking in some docs to the SVN repository, and there are undoubtedly little things to fix here and there, but GXP is now Open Sourced. There will be a blog post here tomorrow, and we're giving a talk as OSCON as well.
While I laud the efforts to open source Google technologies -- and I totally look forward to using Protocol Buffers in future open source projects -- I think you'll have to provide some comparison/justification for the question "What makes GXP worth using? Isn't there JSP?"
Our slideshow of features will be up RealSoonNow but key features over JSP include:
- Markup Validation - Automatic escaping/quoting of untrusted content (this is a bigger deal than you would think) - GXP objects are real Java objects as opposed to wonky JSP things that don't live in the java namespace. - I find the GXP modularization system to be superior (though this may be a personal preference) - Multi Language support (as soon as we get tha C++ code generator working) - Fine grained space collapsing.
Comments 14
Reply
- Markup Validation
- Automatic escaping/quoting of untrusted content (this is a bigger deal than you would think)
- GXP objects are real Java objects as opposed to wonky JSP things that don't live in the java namespace.
- I find the GXP modularization system to be superior (though this may be a personal preference)
- Multi Language support (as soon as we get tha C++ code generator working)
- Fine grained space collapsing.
Reply
http://ha.ckers.org/xss.html ?
Reply
Reply
Reply
Reply
Reply
FWIW, you should put up some example code prominently. As an ADHD internet monkey I find that to be an easy way to get a sense of something.
Reply
The only stop gap we have for now is the test code in java/tests/com/google/gxp/functests if you were looking from some stuff to look at.
Reply
Leave a comment