6 komentáře “Running AJAX with jQuery in Stripes Framework

  1. Hi Jan,

    Really nice artice. Especially the encoding issue is interesting because I ran into similar problem now while using Stripes. This could help. Thanks!

    Demo of the application is sexy ;-)

    Regards,
    Lukas

  2. I agree, it is sexy. However; the question is if this sole fact can be used as a justification for higher management :-)

    I used to use AjaxTags (http://ajaxtags.sourceforge.net/) in the past and it worked well too. I have switched to JQuery some time ago and I like this change but still I do have to support old code with AjaxTags. What if I switch to other (way to sexier) ajax library in the future? Support hell ™ on horizon…

  3. Nice to see that Stripes is gaining attention here! It surely deserves it, as it brings fresh air to JEE, IMHO.

    I’ve always managed to do what I wanted with Taconite+jQuery or simple JavaScriptResolution+jQuery, but these examples might come handy one day..thanks ;)

  4. I think that the reason for the strange JavaScript code generated by Stripes instead of JSON is that the Stripes’ JavaScriptResolution class allows to send graphs of objects with circular dependencies, while plain JSON can send only a tree of objects, not an arbitrary graph.

  5. That makes sense. But unfortunatelly in common case it is unnecessary and and only confuses standard client libraries. But thanks for explaining. Can I ask you where did you find that information?

Napsat komentář

Vaše emailová adresa nebude zveřejněna. Vyžadované informace jsou označeny *

*

Můžete používat následující HTML značky a atributy: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>