· 1 min read
Javascript library for GMail style remoting
I just ran across the DWR library that lets you call Java code asynchronously through Javascript without reloading a webpage. The “Direct Web Remoting” library allows you to easily call server-side Java POJOs through Javascript remoting on web browsers. Techniques like this are used by GMail and other “interactive” web applications to provide rich client functionality on normal browsers.
Share: