Slashdot Mirror


User: tedgoddard

tedgoddard's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:We've already seen this before on Web 2.0 Under Siege · · Score: 1

    ICEfaces uses XML for encoding page updates, so is not vulnerable to JavaScript hijacking, but including the icefacesID along with XMLHttpRequest POST data is necessary to prevent cross site request forgery.

  2. TheServerSide presentation on Google Web Toolkit Now 100% Open Source · · Score: 2, Informative

    A "tech talk" on GWT is posted on TheServerSide. Of course, if you're generally interested in Ajax you should also check out the tech talk on Ajax Push with ICEfaces just below the GWT talk. In keeping with allowing the developer to write Ajax applications in pure Java, ICEfaces also promotes Ajax development without JavaScript.

  3. Re:Ajax breaks the web on Ajax Is the Buzz of Silicon Valley · · Score: 1

    AJAX doesn't have to break the web. ICEfaces maintains a live DOM of the application at all times which can be served to scripts if desired.