Difference between
version 10
and
version 4:
At line 3 changed 4 lines. |
* [JSON-RPC|http://oss.metaparadigm.com/jsonrpc/]: A JavaScript/Servlet library for doing XmlHttpRequest. Does what it's designed to do, but [DWR|http://dwr.dev.java.net] seems better (especially because of its Spring support. See Raible Designs for a [configuration how-to and opinion|http://raibledesigns.com/page/rd?anchor=simplifying_xmlhttprequest_with_json_rpc]. |
* [DWR|http://dwr.dev.java.net]: A JavaScript/Servlet library for doing XmlHttpRequest. Includes a nifty JavaScript utility class that makes Ajax stuff (i.e. DOM manipulation) a lot easier. See Raible Designs to read about [my experience|http://raibledesigns.com/page/rd?anchor=using_dwr_with_spring_and]. |
* [Rico|http://openrico.org/home.page]: An open-source JavaScript library for creating rich internet applications. You'd likely use this in conjuction with something like DWR. |
* [Ajax in J2EE|https://bpcatalog.dev.java.net/nonav/ajax/index.html]: Howtos for doing Ajax from the J2EE Blueprint catalog. Seems pretty verbose and could probably be done easier using one of the above libraries. |
[Dojo Toolkit|http://dojotoolkit.org/]: I haven't played with this one, but I've heard lots of good things about it. |
|
[DWR|http://dwr.dev.java.net]: A JavaScript/Servlet library for doing XmlHttpRequest. Includes a nifty JavaScript utility class that makes Ajax stuff (i.e. DOM manipulation) a lot easier. See Raible Designs to read about [my experience|http://raibledesigns.com/page/rd?anchor=using_dwr_with_spring_and]. ''Included in AppFuse 1.9'' |
|
[Rico|http://openrico.org/home.page]: An open-source JavaScript library for creating rich internet applications. You'd likely use this in conjuction with something like DWR. |
|
[script.aculo.us|http://script.aculo.us]: Provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web applications fly, Web 2.0 style. ''Included in AppFuse 1.9'' |
|
---- |
Interesting, but it seems like the above projects are better. |
|
[JSON-RPC|http://oss.metaparadigm.com/jsonrpc/]: A JavaScript/Servlet library for doing XmlHttpRequest. Does what it's designed to do, but [DWR|http://dwr.dev.java.net] seems better (especially because of its Spring support). See Raible Designs for a [configuration how-to and opinion|http://raibledesigns.com/page/rd?anchor=simplifying_xmlhttprequest_with_json_rpc]. |
|
[Ajax in J2EE|https://bpcatalog.dev.java.net/nonav/ajax/index.html]: HowTos for doing Ajax from the J2EE Blueprint catalog. Seems pretty verbose and could probably be done easier using one of the above libraries. |
Back to Ajax,
or to the Page History.
|