Difference between
version 5
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. |
[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. |
Back to Ajax,
or to the Page History.
|