Direct Web Remoting (DWR) project enables client/server type behavior from web pages

This is not a new concept as I have used this solution before at a previous company to mimic client/server type operation from the web page, but it’s interesting to see someone publishing an open source project to offer this behavior.

Direct Web Remoting works by including a non-visible frame in your webpage that is controllec via Javascript in your main page frame to submit and retrieve data from a Servlet. As the data is retreived the main page can update its content dynamically using Javascript. This gives the illusion of the page being able to dynamically update itself with data and content from the server without the page refreshing or submitting itself back to the server.

Microsoft’s new file system, WinFS still years away

Microsoft are admitting that their original delivery plans for WinFS, the new Windows file system replacement, were too eager, and the new system may not be released until late 2006, but then only in a test version.

Longhornm, the next major Windows release, and Longhorn server, will not be shipping with WinFS.

WinFS is drawing a lot of press as it is intended to be a complete file system relacement built on top of a database, probably a new version of SQL Server, completely replacing the MS-DOS based file system that has been used with Windows for several years.