Spring and DWR integration
December 12th, 2005 | Published in JAVA, JavaScript/AJAX
Dejan Bosanac recently posted about integrating Spring and with the Java ajax library DWR. His entry builds upon previous work done by Bram Smeets, and Bram actually comments on some possible improvements to Dejan’s setup.Bram is also working on doing full Spring integration for DWR 2.0, which will allow two nice features: using the Spring IoC container to configure DWR, removing the need for dwr.xml. Also, a DWR controller will be available for those using Spring MVC, so features like localization will be easiliy available without extra work.
See also Matt Raible’s integration of DWR + script.aculo.us with Appfuse, and our ealier post on Matt enjoying DWR.
(Via Ajaxian Blog.)
