Matt Raible has a post about his experience with Ajax using DWR and Spring here. The demo video looks really slick, and it seems he has mostly good experiences with this. As always I’m concerned with the cross browser and maintainability stuff, but I havn’t really looked into how to handle this. I might look into trying some small snippets with DWR, I guess you can offload most of the work to the server, and do some pretty simple stuff in JavaScript to avoid most browser issues.
Categories