Hello, we are releasing the first beta version of Meteoroid, a Comet-based framework that<br>runs on top of Seaside.<br><br>The purpose of the framework is to  create &quot;live&quot; web application in a few steps, both at<br>
the low level and also using the existing value model concept. To use Meteoroid, it is<br>recommended to know how to use MVC[1] and Announcements[2].<br>Feedback, improvements and bug-reports are most welcome.<br><br>Quick explanation:<br>
A Meteoroid page (which is both a View and a Controller) has between its component a div<br>with a special ID. This div is bound to a model, which trigger changes by using an<br>observer-like mechanism. Each time the model changes, an announcement is triggered and<br>
data being pushed from the server to the div. We are currently releasing the first<br>version of the low-level API and we are working on the connection between the ValueModel<br>hierarchy and the standard HTML widgets (text areas, radio buttons, lists, etc.).<br>
<br>Links:<br><br>Web project: <a href="http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid">http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid</a><br>Download:<br>      a) One click experience: <a href="http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/06.Wiki/Download">http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/06.Wiki/Download</a><br>
      b) From Cincom Public Repository (load SeasideForSwazoo2.2 and check the little ninja)<br>Screencasts: <a href="http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/10.Screencasts">http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/10.Screencasts</a><br>
ToDo: <a href="http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/06.Wiki/Future+work">http://cag.lifia.info.unlp.edu.ar/cag/Wiki/01.+Projects/Meteoroid/06.Wiki/Future+work</a><br><br>[1] Trygve Reenskaug  - “Models - Views – Controllers”,  <a href="http://folk.uio.no/trygver/1979/mvc-2/1979-12-MVC.pdf">http://folk.uio.no/trygver/1979/mvc-2/1979-12-MVC.pdf</a><br>
[2] Vassili Bykov - &quot;Introducing Announcements&quot;, <a href="http://www.cincomsmalltalk.com/userblogs/vbykov/blogView?showComments=true&amp;entry=3310034894">http://www.cincomsmalltalk.com/userblogs/vbykov/blogView?showComments=true&amp;entry=3310034894</a><br>
<br><br>